Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 27, 2024
1 parent 2372ea8 commit 10cb238
Show file tree
Hide file tree
Showing 3 changed files with 1,039 additions and 1,020 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"devDependencies": {
"@iconify-json/ph": "^1.2.1",
"@iconify-json/svg-spinners": "^1.2.1",
"@unocss/reset": "^0.62.4",
"@vueuse/core": "^11.1.0",
"@unocss/reset": "^0.64.1",
"@vueuse/core": "^12.0.0",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"unocss": "^0.62.4",
"unplugin-vue-components": "^0.27.4",
"vitepress": "^1.4.1",
"unplugin-vue-components": "^0.27.5",
"vitepress": "^1.5.0",
"vue": "^3.5.12"
}
}
30 changes: 15 additions & 15 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.12.2",
"packageManager": "pnpm@9.14.2",
"description": "Comment-as-command for one-off codemod with ESLint",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -83,34 +83,34 @@
"@es-joy/jsdoccomment": "^0.49.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/ni": "^0.23.0",
"@antfu/eslint-config": "^3.11.0",
"@antfu/ni": "^0.23.1",
"@antfu/utils": "^0.7.10",
"@eslint/config-inspector": "^0.5.5",
"@eslint/config-inspector": "^0.5.6",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22.7.9",
"@types/semver": "^7.5.8",
"@typescript-eslint/rule-tester": "^8.11.0",
"@typescript-eslint/typescript-estree": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@vitest/ui": "^2.1.3",
"bumpp": "^9.7.1",
"eslint": "^9.13.0",
"@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",
"eslint-define-config": "^2.1.0",
"eslint-vitest-rule-tester": "^0.6.1",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"lint-staged": "^15.2.10",
"lodash.merge": "4.6.2",
"pnpm": "^9.12.2",
"pnpm": "^9.14.2",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^5.4.10",
"vitest": "^2.1.3"
"vite": "^6.0.1",
"vitest": "^2.1.6"
},
"resolutions": {
"eslint-plugin-command": "workspace:*"
Expand Down
Loading

0 comments on commit 10cb238

Please sign in to comment.