Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 19, 2024
1 parent 4d17bf2 commit e33dc72
Show file tree
Hide file tree
Showing 2 changed files with 560 additions and 451 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@antfu/eslint-config",
"type": "module",
"version": "3.9.1",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
"license": "MIT",
Expand Down Expand Up @@ -97,12 +97,12 @@
},
"dependencies": {
"@antfu/install-pkg": "^0.4.1",
"@clack/prompts": "^0.7.0",
"@clack/prompts": "^0.8.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint/markdown": "^6.2.1",
"@stylistic/eslint-plugin": "^2.10.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitest/eslint-plugin": "^1.1.10",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-flat-config-utils": "^0.4.0",
Expand All @@ -111,11 +111,11 @@
"eslint-plugin-command": "^0.2.6",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-jsonc": "^2.18.1",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-n": "^17.13.2",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-toml": "^0.11.1",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
Expand All @@ -134,7 +134,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "workspace:*",
"@antfu/ni": "^0.23.0",
"@antfu/ni": "^0.23.1",
"@eslint-react/eslint-plugin": "^1.16.1",
"@eslint/config-inspector": "^0.5.6",
"@prettier/plugin-xml": "^3.4.1",
Expand All @@ -143,10 +143,10 @@
"@types/node": "^22.9.0",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.33",
"@unocss/eslint-plugin": "^0.64.0",
"@unocss/eslint-plugin": "^0.64.1",
"astro-eslint-parser": "^1.1.0",
"bumpp": "^9.8.1",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^5.0.0",
Expand All @@ -164,18 +164,18 @@
"prettier-plugin-slidev": "^1.0.5",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"svelte": "^5.1.16",
"svelte": "^5.2.3",
"svelte-eslint-parser": "^0.43.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.5",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"resolutions": {
"@eslint-community/eslint-utils": "^4.4.1",
"@typescript-eslint/utils": "^8.14.0",
"eslint": "^9.14.0",
"@typescript-eslint/utils": "^8.15.0",
"eslint": "^9.15.0",
"tsx": "^4.19.2"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit e33dc72

Please sign in to comment.