Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 15, 2025
1 parent e449cbf commit 31c7465
Show file tree
Hide file tree
Showing 4 changed files with 774 additions and 896 deletions.
2 changes: 1 addition & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineBuildConfig({
'src/types',
'src/commands.ts',
],
declaration: true,
declaration: 'node16',
clean: true,
externals: [
'@typescript-eslint/utils',
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@iconify-json/svg-spinners": "^1.2.2",
"@unocss/reset": "^65.4.3",
"@vueuse/core": "^12.5.0",
"@unocss/reset": "^65.5.0",
"@vueuse/core": "^12.6.1",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"unocss": "^65.4.3",
"unplugin-vue-components": "^28.0.0",
"fuse.js": "^7.1.0",
"unocss": "^65.5.0",
"unplugin-vue-components": "^28.1.0",
"vitepress": "^1.6.3",
"vue": "^3.5.13"
}
Expand Down
71 changes: 21 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-plugin-command",
"type": "module",
"version": "3.0.0",
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.4.0",
"description": "Comment-as-command for one-off codemod with ESLint",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand All @@ -19,43 +19,14 @@
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"./config": {
"types": "./dist/config.d.mts",
"default": "./dist/config.mjs"
},
"./commands": {
"types": "./dist/commands.d.mts",
"default": "./dist/commands.mjs"
},
"./types": {
"types": "./dist/types.d.mts",
"default": "./dist/types.mjs"
}
".": "./dist/index.mjs",
"./config": "./dist/config.mjs",
"./commands": "./dist/commands.mjs",
"./types": "./dist/types.mjs"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"typesVersions": {
"*": {
"*": [
"./dist/index.d.mts",
"./dist/*"
],
"./config": [
"./dist/config.d.mts"
],
"./commands": [
"./dist/commands.d.mts"
],
"./types": [
"./dist/types.d.mts"
]
}
},
"files": [
"dist"
],
Expand All @@ -79,34 +50,34 @@
"@es-joy/jsdoccomment": "^0.50.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.0.0",
"@antfu/ni": "^23.2.0",
"@antfu/utils": "^8.1.0",
"@antfu/eslint-config": "^4.2.0",
"@antfu/ni": "^23.3.1",
"@antfu/utils": "^9.0.0",
"@eslint/config-inspector": "^1.0.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22.10.10",
"@types/node": "^22.13.4",
"@types/semver": "^7.5.8",
"@typescript-eslint/rule-tester": "^8.21.0",
"@typescript-eslint/typescript-estree": "^8.21.0",
"@typescript-eslint/utils": "^8.21.0",
"@vitest/ui": "^3.0.4",
"bumpp": "^9.10.2",
"eslint": "^9.19.0",
"@typescript-eslint/rule-tester": "^8.24.0",
"@typescript-eslint/typescript-estree": "^8.24.0",
"@typescript-eslint/utils": "^8.24.0",
"@vitest/ui": "^3.0.5",
"bumpp": "^10.0.3",
"eslint": "^9.20.1",
"eslint-define-config": "^2.1.0",
"eslint-vitest-rule-tester": "^1.1.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"lint-staged": "^15.4.2",
"lint-staged": "^15.4.3",
"lodash.merge": "4.6.2",
"pnpm": "^9.15.4",
"pnpm": "^10.4.0",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"semver": "^7.7.1",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vite": "^6.0.11",
"vitest": "^3.0.4"
"vite": "^6.1.0",
"vitest": "^3.0.5"
},
"resolutions": {
"eslint-plugin-command": "workspace:*"
Expand Down
Loading

0 comments on commit 31c7465

Please sign in to comment.