Skip to content

Commit 1a66fe8

Browse files
committed
chore: update deps
1 parent 1bf1827 commit 1a66fe8

File tree

2 files changed

+430
-522
lines changed

2 files changed

+430
-522
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coderwyd/eslint-config",
33
"type": "module",
44
"version": "4.5.0",
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.14.0",
66
"description": "Donny's ESLint config",
77
"author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)",
88
"license": "MIT",
@@ -84,8 +84,8 @@
8484
"dependencies": {
8585
"@antfu/install-pkg": "^1.1.0",
8686
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
87-
"@typescript-eslint/eslint-plugin": "^8.38.0",
88-
"@typescript-eslint/parser": "^8.38.0",
87+
"@typescript-eslint/eslint-plugin": "^8.39.1",
88+
"@typescript-eslint/parser": "^8.39.1",
8989
"@vitest/eslint-plugin": "^1.3.4",
9090
"eslint-config-flat-gitignore": "^2.1.0",
9191
"eslint-config-prettier": "^10.1.8",
@@ -94,7 +94,7 @@
9494
"eslint-plugin-de-morgan": "^1.3.1",
9595
"eslint-plugin-eslint-comments": "^3.2.0",
9696
"eslint-plugin-import-lite": "^0.3.0",
97-
"eslint-plugin-jsdoc": "^51.4.1",
97+
"eslint-plugin-jsdoc": "^54.0.0",
9898
"eslint-plugin-jsonc": "^2.20.1",
9999
"eslint-plugin-n": "^17.21.3",
100100
"eslint-plugin-no-only-tests": "^3.3.0",
@@ -118,14 +118,14 @@
118118
},
119119
"devDependencies": {
120120
"@antfu/ni": "^25.0.0",
121-
"@eslint-react/eslint-plugin": "^1.52.3",
122-
"@eslint/config-inspector": "^1.1.0",
121+
"@eslint-react/eslint-plugin": "^1.52.4",
122+
"@eslint/config-inspector": "^1.2.0",
123123
"@types/eslint-config-prettier": "^6.11.3",
124-
"@types/node": "^24.1.0",
124+
"@types/node": "^24.2.1",
125125
"@types/prompts": "^2.4.9",
126126
"@types/yargs": "^17.0.33",
127127
"@unocss/eslint-plugin": "^66.4.2",
128-
"bumpp": "^10.2.2",
128+
"bumpp": "^10.2.3",
129129
"eslint": "^9.33.0",
130130
"eslint-plugin-react-hooks": "6.0.0-rc1",
131131
"eslint-plugin-react-refresh": "^0.4.20",
@@ -134,10 +134,10 @@
134134
"jiti": "^2.5.1",
135135
"nano-staged": "^0.8.0",
136136
"simple-git-hooks": "^2.13.1",
137-
"svelte": "^5.38.0",
137+
"svelte": "^5.38.1",
138138
"svelte-eslint-parser": "^1.3.1",
139-
"tsdown": "^0.13.5",
140-
"typescript": "^5.8.3"
139+
"tsdown": "^0.14.1",
140+
"typescript": "^5.9.2"
141141
},
142142
"pnpm": {
143143
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)