Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 24, 2024
1 parent b3486d8 commit 2372ea8
Show file tree
Hide file tree
Showing 4 changed files with 1,118 additions and 734 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.0",
"@iconify-json/svg-spinners": "^1.2.0",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/svg-spinners": "^1.2.1",
"@unocss/reset": "^0.62.4",
"@vueuse/core": "^11.1.0",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"unocss": "^0.62.4",
"unplugin-vue-components": "^0.27.4",
"vitepress": "^1.3.4",
"vue": "^3.5.9"
"vitepress": "^1.4.1",
"vue": "^3.5.12"
}
}
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.11.0",
"packageManager": "pnpm@9.12.2",
"description": "Comment-as-command for one-off codemod with ESLint",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -80,37 +80,37 @@
"eslint": "*"
},
"dependencies": {
"@es-joy/jsdoccomment": "^0.48.0"
"@es-joy/jsdoccomment": "^0.49.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.2",
"@antfu/eslint-config": "^3.8.0",
"@antfu/ni": "^0.23.0",
"@antfu/utils": "^0.7.10",
"@eslint/config-inspector": "^0.5.4",
"@eslint/config-inspector": "^0.5.5",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22.7.2",
"@types/node": "^22.7.9",
"@types/semver": "^7.5.8",
"@typescript-eslint/rule-tester": "^8.7.0",
"@typescript-eslint/typescript-estree": "^8.7.0",
"@typescript-eslint/utils": "^8.7.0",
"@vitest/ui": "^2.1.1",
"bumpp": "^9.5.2",
"eslint": "^9.11.1",
"@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",
"eslint-define-config": "^2.1.0",
"eslint-vitest-rule-tester": "^0.6.1",
"esno": "^4.7.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"lint-staged": "^15.2.10",
"lodash.merge": "4.6.2",
"pnpm": "^9.11.0",
"pnpm": "^9.12.2",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vite": "^5.4.8",
"vitest": "^2.1.1"
"vite": "^5.4.10",
"vitest": "^2.1.3"
},
"resolutions": {
"eslint-plugin-command": "workspace:*"
Expand Down
Loading

0 comments on commit 2372ea8

Please sign in to comment.