Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 17, 2024
1 parent 63029b9 commit fbc643b
Show file tree
Hide file tree
Showing 2 changed files with 1,497 additions and 1,185 deletions.
32 changes: 16 additions & 16 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": "0.2.6",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.0",
"description": "Comment-as-command for one-off codemod with ESLint",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -83,34 +83,34 @@
"@es-joy/jsdoccomment": "^0.49.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.0",
"@antfu/eslint-config": "^3.12.0",
"@antfu/ni": "^0.23.1",
"@antfu/utils": "^0.7.10",
"@eslint/config-inspector": "^0.5.6",
"@eslint/config-inspector": "^0.6.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22.7.9",
"@types/node": "^22.10.2",
"@types/semver": "^7.5.8",
"@typescript-eslint/rule-tester": "^8.16.0",
"@typescript-eslint/typescript-estree": "^8.16.0",
"@typescript-eslint/utils": "^8.16.0",
"@vitest/ui": "^2.1.6",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"@typescript-eslint/rule-tester": "^8.18.1",
"@typescript-eslint/typescript-estree": "^8.18.1",
"@typescript-eslint/utils": "^8.18.1",
"@vitest/ui": "^2.1.8",
"bumpp": "^9.9.1",
"eslint": "^9.17.0",
"eslint-define-config": "^2.1.0",
"eslint-vitest-rule-tester": "^0.6.1",
"eslint-vitest-rule-tester": "^0.7.1",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"lodash.merge": "4.6.2",
"pnpm": "^9.14.2",
"pnpm": "^9.15.0",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^6.0.1",
"vitest": "^2.1.6"
"unbuild": "^3.0.1",
"vite": "^6.0.3",
"vitest": "^2.1.8"
},
"resolutions": {
"eslint-plugin-command": "workspace:*"
Expand Down
Loading

0 comments on commit fbc643b

Please sign in to comment.