eslint-flat-config-utils
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "eslint-flat-config-utils", | ||
"type": "module", | ||
"version": "1.1.0", | ||
"packageManager": "pnpm@9.15.3", | ||
"version": "2.0.0", | ||
"packageManager": "pnpm@9.15.4", | ||
"description": "Utils for managing and manipulating ESLint flat config arrays", | ||
@@ -23,5 +23,4 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
} | ||
@@ -31,3 +30,3 @@ }, | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/index.d.mts", | ||
"typesVersions": { | ||
@@ -56,21 +55,21 @@ "*": { | ||
"dependencies": { | ||
"pathe": "^2.0.0" | ||
"pathe": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^3.12.2", | ||
"@antfu/eslint-config": "^4.0.0", | ||
"@antfu/ni": "^23.2.0", | ||
"@antfu/utils": "^8.0.0", | ||
"@types/node": "^22.10.5", | ||
"bumpp": "^9.10.0", | ||
"eslint": "^9.17.0", | ||
"@antfu/utils": "^8.1.0", | ||
"@types/node": "^22.10.10", | ||
"bumpp": "^10.0.0", | ||
"eslint": "^9.19.0", | ||
"esno": "^4.8.0", | ||
"jsr": "^0.13.2", | ||
"lint-staged": "^15.3.0", | ||
"pnpm": "^9.15.3", | ||
"jsr": "^0.13.3", | ||
"lint-staged": "^15.4.2", | ||
"pnpm": "^9.15.4", | ||
"rimraf": "^6.0.1", | ||
"simple-git-hooks": "^2.11.1", | ||
"typescript": "^5.7.3", | ||
"unbuild": "^3.2.0", | ||
"vite": "^6.0.7", | ||
"vitest": "^2.1.8" | ||
"unbuild": "^3.3.1", | ||
"vite": "^6.0.11", | ||
"vitest": "^3.0.4" | ||
}, | ||
@@ -77,0 +76,0 @@ "simple-git-hooks": { |
48577
6
839
Updatedpathe@^2.0.2