Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 9, 2025
1 parent 472ef55 commit 3c7fa2e
Show file tree
Hide file tree
Showing 2 changed files with 758 additions and 1,188 deletions.
36 changes: 18 additions & 18 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.7",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.3",
"description": "Comment-as-command for one-off codemod with ESLint",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -80,36 +80,36 @@
"eslint": "*"
},
"dependencies": {
"@es-joy/jsdoccomment": "^0.49.0"
"@es-joy/jsdoccomment": "^0.50.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@antfu/ni": "^0.23.1",
"@antfu/utils": "^0.7.10",
"@eslint/config-inspector": "^0.6.0",
"@antfu/eslint-config": "^3.12.2",
"@antfu/ni": "^23.2.0",
"@antfu/utils": "^8.0.0",
"@eslint/config-inspector": "^0.7.1",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/semver": "^7.5.8",
"@typescript-eslint/rule-tester": "^8.18.1",
"@typescript-eslint/typescript-estree": "^8.18.1",
"@typescript-eslint/utils": "^8.18.1",
"@typescript-eslint/rule-tester": "^8.19.1",
"@typescript-eslint/typescript-estree": "^8.19.1",
"@typescript-eslint/utils": "^8.19.1",
"@vitest/ui": "^2.1.8",
"bumpp": "^9.9.1",
"bumpp": "^9.10.0",
"eslint": "^9.17.0",
"eslint-define-config": "^2.1.0",
"eslint-vitest-rule-tester": "^0.7.1",
"eslint-vitest-rule-tester": "^1.0.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"lint-staged": "^15.2.11",
"fast-glob": "^3.3.3",
"lint-staged": "^15.3.0",
"lodash.merge": "4.6.2",
"pnpm": "^9.15.0",
"pnpm": "^9.15.3",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"unbuild": "^3.0.1",
"vite": "^6.0.3",
"typescript": "^5.7.3",
"unbuild": "^3.2.0",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 3c7fa2e

Please sign in to comment.