Skip to content

Commit 0764c58

Browse files
committed
chore: update deps
1 parent 12ac0a8 commit 0764c58

File tree

3 files changed

+610
-491
lines changed

3 files changed

+610
-491
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coderwyd/eslint-config",
33
"type": "module",
44
"version": "4.4.1",
5-
"packageManager": "pnpm@10.12.4",
5+
"packageManager": "pnpm@10.13.1",
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.35.1",
88-
"@typescript-eslint/parser": "^8.35.1",
87+
"@typescript-eslint/eslint-plugin": "^8.38.0",
88+
"@typescript-eslint/parser": "^8.38.0",
8989
"@vitest/eslint-plugin": "^1.3.4",
9090
"eslint-config-flat-gitignore": "^2.1.0",
9191
"eslint-config-prettier": "^10.1.8",
@@ -100,7 +100,7 @@
100100
"eslint-plugin-no-only-tests": "^3.3.0",
101101
"eslint-plugin-perfectionist": "^4.15.0",
102102
"eslint-plugin-regexp": "^2.9.0",
103-
"eslint-plugin-unicorn": "^59.0.1",
103+
"eslint-plugin-unicorn": "^60.0.0",
104104
"eslint-plugin-unused-imports": "^4.1.4",
105105
"eslint-plugin-vue": "^10.3.0",
106106
"eslint-plugin-yml": "^1.18.0",
@@ -112,7 +112,7 @@
112112
"picocolors": "^1.1.1",
113113
"prettier": "^3.6.2",
114114
"prompts": "^2.4.2",
115-
"vue-eslint-parser": "^10.1.4",
115+
"vue-eslint-parser": "^10.2.0",
116116
"yaml-eslint-parser": "^1.3.0",
117117
"yargs": "^18.0.0"
118118
},
@@ -121,7 +121,7 @@
121121
"@eslint-react/eslint-plugin": "^1.52.3",
122122
"@eslint/config-inspector": "^1.1.0",
123123
"@types/eslint-config-prettier": "^6.11.3",
124-
"@types/node": "^24.0.15",
124+
"@types/node": "^24.1.0",
125125
"@types/prompts": "^2.4.9",
126126
"@types/yargs": "^17.0.33",
127127
"@unocss/eslint-plugin": "^66.3.3",
@@ -131,12 +131,12 @@
131131
"eslint-plugin-react-refresh": "^0.4.20",
132132
"eslint-plugin-svelte": "^3.11.0",
133133
"eslint-plugin-tailwindcss": "^3.18.2",
134-
"jiti": "^2.4.2",
134+
"jiti": "^2.5.0",
135135
"nano-staged": "^0.8.0",
136136
"simple-git-hooks": "^2.13.0",
137-
"svelte": "^5.34.9",
138-
"svelte-eslint-parser": "^1.2.0",
139-
"tsdown": "^0.12.9",
137+
"svelte": "^5.36.14",
138+
"svelte-eslint-parser": "^1.3.0",
139+
"tsdown": "^0.13.0",
140140
"typescript": "^5.8.3"
141141
},
142142
"pnpm": {

0 commit comments

Comments
 (0)