Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 15, 2024
1 parent 2842625 commit 3e3610c
Show file tree
Hide file tree
Showing 4 changed files with 984 additions and 933 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

Comment-as-command for one-off codemod with ESLint.

https://github.com/antfu/eslint-plugin-command/assets/11247099/ec401a21-4081-42d0-8748-9d0376b7d501

## Introduction

**ESLint Plugin Command** is a special kind of ESLint plugin, that by default, **does nothing**. Instead of checking for code quality, it serves as a micro-codemod tool triggers by special comments on-demand, resuse the infrastructure of ESLint.
Expand Down
10 changes: 5 additions & 5 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.1.13",
"@iconify-json/svg-spinners": "^1.1.2",
"@unocss/reset": "^0.60.2",
"@vueuse/core": "^10.9.0",
"@unocss/reset": "^0.61.0",
"@vueuse/core": "^10.11.0",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"unocss": "^0.60.2",
"unocss": "^0.61.0",
"unplugin-vue-components": "^0.27.0",
"vitepress": "^1.2.0",
"vue": "^3.4.27"
"vitepress": "^1.2.3",
"vue": "^3.4.29"
}
}
26 changes: 13 additions & 13 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.3",
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.3.0",
"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.43.0"
"@es-joy/jsdoccomment": "^0.43.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@antfu/eslint-config": "^2.21.1",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.8",
"@eslint/config-inspector": "^0.4.8",
"@eslint/config-inspector": "^0.4.11",
"@types/eslint": "^8.56.10",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/semver": "^7.5.8",
"@typescript-eslint/rule-tester": "^7.9.0",
"@typescript-eslint/typescript-estree": "^7.9.0",
"@typescript-eslint/utils": "^7.9.0",
"@typescript-eslint/rule-tester": "^7.13.0",
"@typescript-eslint/typescript-estree": "^7.13.0",
"@typescript-eslint/utils": "^7.13.0",
"@vitest/ui": "^1.6.0",
"bumpp": "^9.4.1",
"eslint": "^9.3.0",
"eslint": "^9.5.0",
"eslint-define-config": "^2.1.0",
"eslint-vitest-rule-tester": "^0.3.2",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"lodash.merge": "4.6.2",
"pnpm": "^9.1.1",
"pnpm": "^9.3.0",
"rimraf": "^5.0.7",
"semver": "^7.6.2",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
"vite": "^5.3.1",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 3e3610c

Please sign in to comment.