Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 7, 2024
1 parent 62a9e99 commit d7f096a
Show file tree
Hide file tree
Showing 38 changed files with 2,015 additions and 1,639 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fileURLToPath } from 'node:url'
import type { DefaultTheme } from 'vitepress'
import { defineConfig } from 'vitepress'
import fg from 'fast-glob'
import { defineConfig } from 'vitepress'
import type { DefaultTheme } from 'vitepress'
import { version } from '../../package.json'
import vite from './vite.config'

Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fileURLToPath } from 'node:url'
import { defineConfig } from 'vite'
import UnoCSS from 'unocss/vite'
import Components from 'unplugin-vue-components/vite'
import { defineConfig } from 'vite'

export default defineConfig({
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ It's also possible to define your custom commands.

```js
// eslint.config.mjs
import command from 'eslint-plugin-command/config'
import { builtinCommands, defineCommand } from 'eslint-plugin-command/commands'
import command from 'eslint-plugin-command/config'

const myCommand = defineCommand({
name: 'my-command',
Expand Down
16 changes: 8 additions & 8 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.1.13",
"@iconify-json/svg-spinners": "^1.1.2",
"@unocss/reset": "^0.61.0",
"@vueuse/core": "^10.11.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/svg-spinners": "^1.2.0",
"@unocss/reset": "^0.62.3",
"@vueuse/core": "^11.0.3",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"unocss": "^0.61.0",
"unplugin-vue-components": "^0.27.0",
"vitepress": "^1.2.3",
"vue": "^3.4.29"
"unocss": "^0.62.3",
"unplugin-vue-components": "^0.27.4",
"vitepress": "^1.3.4",
"vue": "^3.5.3"
}
}
46 changes: 23 additions & 23 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.3.0",
"packageManager": "pnpm@9.9.0",
"description": "Comment-as-command for one-off codemod with ESLint",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -80,38 +80,38 @@
"eslint": "*"
},
"dependencies": {
"@es-joy/jsdoccomment": "^0.43.1"
"@es-joy/jsdoccomment": "^0.48.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.8",
"@eslint/config-inspector": "^0.4.11",
"@types/eslint": "^8.56.10",
"@antfu/eslint-config": "^3.4.0",
"@antfu/ni": "^0.23.0",
"@antfu/utils": "^0.7.10",
"@eslint/config-inspector": "^0.5.4",
"@types/eslint": "^9.6.1",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.14.2",
"@types/node": "^22.5.4",
"@types/semver": "^7.5.8",
"@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.5.0",
"@typescript-eslint/rule-tester": "^8.4.0",
"@typescript-eslint/typescript-estree": "^8.4.0",
"@typescript-eslint/utils": "^8.4.0",
"@vitest/ui": "^2.0.5",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"eslint-define-config": "^2.1.0",
"eslint-vitest-rule-tester": "^0.3.2",
"eslint-vitest-rule-tester": "^0.6.1",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.10",
"lodash.merge": "4.6.2",
"pnpm": "^9.3.0",
"rimraf": "^5.0.7",
"semver": "^7.6.2",
"pnpm": "^9.9.0",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.3.1",
"vitest": "^1.6.0"
"vite": "^5.4.3",
"vitest": "^2.0.5"
},
"resolutions": {
"eslint-plugin-command": "workspace:*"
Expand Down
Loading

0 comments on commit d7f096a

Please sign in to comment.