Skip to content

Commit 102a9a7

Browse files
committed
chore: update deps
1 parent 1b97798 commit 102a9a7

File tree

3 files changed

+355
-267
lines changed

3 files changed

+355
-267
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish = ".eslint-config-inspector"
33
command = "pnpm run build:inspector"
44

55
[build.environment]
6-
NODE_VERSION = "20"
6+
NODE_VERSION = "22"
77

88
[[redirects]]
99
from = "/*"

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coderwyd/eslint-config",
33
"type": "module",
44
"version": "4.0.0",
5-
"packageManager": "pnpm@10.2.1",
5+
"packageManager": "pnpm@10.3.0",
66
"description": "Donny's ESLint config",
77
"author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)",
88
"license": "MIT",
@@ -82,9 +82,9 @@
8282
"dependencies": {
8383
"@antfu/install-pkg": "^1.0.0",
8484
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
85-
"@typescript-eslint/eslint-plugin": "^8.23.0",
86-
"@typescript-eslint/parser": "^8.23.0",
87-
"@vitest/eslint-plugin": "^1.1.25",
85+
"@typescript-eslint/eslint-plugin": "^8.24.0",
86+
"@typescript-eslint/parser": "^8.24.0",
87+
"@vitest/eslint-plugin": "^1.1.28",
8888
"eslint-config-flat-gitignore": "^2.0.0",
8989
"eslint-config-prettier": "^10.0.1",
9090
"eslint-plugin-antfu": "^3.0.0",
@@ -106,7 +106,7 @@
106106
"local-pkg": "^1.0.0",
107107
"parse-gitignore": "^2.0.0",
108108
"picocolors": "^1.1.1",
109-
"prettier": "^3.4.2",
109+
"prettier": "^3.5.0",
110110
"prompts": "^2.4.2",
111111
"vue-eslint-parser": "^9.4.3",
112112
"yargs": "^17.7.2"
@@ -120,17 +120,17 @@
120120
"@types/prompts": "^2.4.9",
121121
"@types/yargs": "^17.0.33",
122122
"@unocss/eslint-plugin": "^65.4.3",
123-
"bumpp": "^10.0.2",
124-
"eslint": "^9.19.0",
123+
"bumpp": "^10.0.3",
124+
"eslint": "^9.20.1",
125125
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
126126
"eslint-plugin-react-hooks": "^5.1.0",
127-
"eslint-plugin-react-refresh": "^0.4.18",
127+
"eslint-plugin-react-refresh": "^0.4.19",
128128
"eslint-plugin-svelte": "^2.46.1",
129129
"eslint-plugin-tailwindcss": "^3.18.0",
130130
"jiti": "^2.4.2",
131131
"nano-staged": "^0.8.0",
132132
"simple-git-hooks": "^2.11.1",
133-
"svelte": "^5.19.9",
133+
"svelte": "^5.19.10",
134134
"svelte-eslint-parser": "^0.43.0",
135135
"tsup": "^8.3.6",
136136
"typescript": "^5.7.3"

0 commit comments

Comments
 (0)