Skip to content

Commit e33dc72

Browse files
committedNov 19, 2024
feat: update deps
1 parent 4d17bf2 commit e33dc72

File tree

2 files changed

+560
-451
lines changed

2 files changed

+560
-451
lines changed
 

‎package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@antfu/eslint-config",
33
"type": "module",
44
"version": "3.9.1",
5-
"packageManager": "pnpm@9.13.0",
5+
"packageManager": "pnpm@9.13.2",
66
"description": "Anthony's ESLint config",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
88
"license": "MIT",
@@ -97,12 +97,12 @@
9797
},
9898
"dependencies": {
9999
"@antfu/install-pkg": "^0.4.1",
100-
"@clack/prompts": "^0.7.0",
100+
"@clack/prompts": "^0.8.1",
101101
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
102102
"@eslint/markdown": "^6.2.1",
103103
"@stylistic/eslint-plugin": "^2.10.1",
104-
"@typescript-eslint/eslint-plugin": "^8.14.0",
105-
"@typescript-eslint/parser": "^8.14.0",
104+
"@typescript-eslint/eslint-plugin": "^8.15.0",
105+
"@typescript-eslint/parser": "^8.15.0",
106106
"@vitest/eslint-plugin": "^1.1.10",
107107
"eslint-config-flat-gitignore": "^0.3.0",
108108
"eslint-flat-config-utils": "^0.4.0",
@@ -111,11 +111,11 @@
111111
"eslint-plugin-command": "^0.2.6",
112112
"eslint-plugin-import-x": "^4.4.2",
113113
"eslint-plugin-jsdoc": "^50.5.0",
114-
"eslint-plugin-jsonc": "^2.18.1",
115-
"eslint-plugin-n": "^17.13.1",
114+
"eslint-plugin-jsonc": "^2.18.2",
115+
"eslint-plugin-n": "^17.13.2",
116116
"eslint-plugin-no-only-tests": "^3.3.0",
117117
"eslint-plugin-perfectionist": "^3.9.1",
118-
"eslint-plugin-regexp": "^2.6.0",
118+
"eslint-plugin-regexp": "^2.7.0",
119119
"eslint-plugin-toml": "^0.11.1",
120120
"eslint-plugin-unicorn": "^56.0.0",
121121
"eslint-plugin-unused-imports": "^4.1.4",
@@ -134,7 +134,7 @@
134134
},
135135
"devDependencies": {
136136
"@antfu/eslint-config": "workspace:*",
137-
"@antfu/ni": "^0.23.0",
137+
"@antfu/ni": "^0.23.1",
138138
"@eslint-react/eslint-plugin": "^1.16.1",
139139
"@eslint/config-inspector": "^0.5.6",
140140
"@prettier/plugin-xml": "^3.4.1",
@@ -143,10 +143,10 @@
143143
"@types/node": "^22.9.0",
144144
"@types/prompts": "^2.4.9",
145145
"@types/yargs": "^17.0.33",
146-
"@unocss/eslint-plugin": "^0.64.0",
146+
"@unocss/eslint-plugin": "^0.64.1",
147147
"astro-eslint-parser": "^1.1.0",
148148
"bumpp": "^9.8.1",
149-
"eslint": "^9.14.0",
149+
"eslint": "^9.15.0",
150150
"eslint-plugin-astro": "^1.3.1",
151151
"eslint-plugin-format": "^0.1.2",
152152
"eslint-plugin-react-hooks": "^5.0.0",
@@ -164,18 +164,18 @@
164164
"prettier-plugin-slidev": "^1.0.5",
165165
"rimraf": "^6.0.1",
166166
"simple-git-hooks": "^2.11.1",
167-
"svelte": "^5.1.16",
167+
"svelte": "^5.2.3",
168168
"svelte-eslint-parser": "^0.43.0",
169169
"tsup": "^8.3.5",
170170
"tsx": "^4.19.2",
171171
"typescript": "^5.6.3",
172172
"vitest": "^2.1.5",
173-
"vue": "^3.5.12"
173+
"vue": "^3.5.13"
174174
},
175175
"resolutions": {
176176
"@eslint-community/eslint-utils": "^4.4.1",
177-
"@typescript-eslint/utils": "^8.14.0",
178-
"eslint": "^9.14.0",
177+
"@typescript-eslint/utils": "^8.15.0",
178+
"eslint": "^9.15.0",
179179
"tsx": "^4.19.2"
180180
},
181181
"simple-git-hooks": {

‎pnpm-lock.yaml

+546-437
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.