Skip to content

Commit efc11f6

Browse files
committed
chore: update deps
1 parent 3ac661d commit efc11f6

File tree

2 files changed

+155
-393
lines changed

2 files changed

+155
-393
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": "2.5.4",
5-
"packageManager": "pnpm@9.1.4",
5+
"packageManager": "pnpm@9.3.0",
66
"description": "Donny's ESLint config",
77
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
88
"license": "MIT",
@@ -84,8 +84,8 @@
8484
"@antfu/install-pkg": "^0.3.3",
8585
"@stylistic/eslint-plugin": "^2.1.0",
8686
"@toml-tools/parser": "^1.0.0",
87-
"@typescript-eslint/eslint-plugin": "^7.11.0",
88-
"@typescript-eslint/parser": "^7.11.0",
87+
"@typescript-eslint/eslint-plugin": "^7.13.0",
88+
"@typescript-eslint/parser": "^7.13.0",
8989
"eslint-config-flat-gitignore": "^0.1.5",
9090
"eslint-merge-processors": "^0.1.0",
9191
"eslint-plugin-antfu": "^2.3.3",
@@ -95,7 +95,7 @@
9595
"eslint-plugin-import-x": "^0.5.1",
9696
"eslint-plugin-jsdoc": "^48.2.9",
9797
"eslint-plugin-jsonc": "^2.16.0",
98-
"eslint-plugin-n": "^17.7.0",
98+
"eslint-plugin-n": "^17.8.1",
9999
"eslint-plugin-no-only-tests": "^3.1.0",
100100
"eslint-plugin-perfectionist": "^2.10.0",
101101
"eslint-plugin-regexp": "^2.6.0",
@@ -105,7 +105,7 @@
105105
"eslint-plugin-vue": "^9.26.0",
106106
"eslint-processor-vue-blocks": "^0.1.2",
107107
"eslint-typegen": "^0.2.4",
108-
"globals": "^15.3.0",
108+
"globals": "^15.4.0",
109109
"jsonc-eslint-parser": "^2.4.0",
110110
"local-pkg": "^0.5.0",
111111
"parse-gitignore": "^2.0.0",
@@ -118,30 +118,30 @@
118118
"devDependencies": {
119119
"@antfu/ni": "^0.21.12",
120120
"@eslint-react/eslint-plugin": "^1.5.15",
121-
"@eslint/config-inspector": "^0.4.10",
121+
"@eslint/config-inspector": "^0.4.11",
122122
"@stylistic/eslint-plugin-migrate": "^2.1.0",
123123
"@types/eslint": "^8.56.10",
124124
"@types/fs-extra": "^11.0.4",
125125
"@types/node": "^20.14.2",
126126
"@types/prompts": "^2.4.9",
127127
"@types/yargs": "^17.0.32",
128-
"@unocss/eslint-plugin": "^0.60.4",
128+
"@unocss/eslint-plugin": "^0.61.0",
129129
"bumpp": "^9.4.1",
130130
"eslint": "^9.4.0",
131131
"eslint-plugin-react-hooks": "^4.6.2",
132132
"eslint-plugin-react-refresh": "^0.4.7",
133133
"eslint-plugin-svelte": "2.39.0",
134134
"eslint-plugin-tailwindcss": "^3.17.3",
135-
"execa": "^9.1.0",
135+
"execa": "^9.2.0",
136136
"fast-glob": "^3.3.2",
137137
"fs-extra": "^11.2.0",
138-
"lint-staged": "^15.2.5",
138+
"lint-staged": "^15.2.6",
139139
"rimraf": "^5.0.7",
140140
"simple-git-hooks": "^2.11.1",
141141
"svelte": "^4.2.18",
142-
"svelte-eslint-parser": "^0.36.0",
142+
"svelte-eslint-parser": "^0.37.0",
143143
"tsup": "^8.1.0",
144-
"tsx": "^4.11.2",
144+
"tsx": "^4.15.2",
145145
"typescript": "^5.4.5"
146146
},
147147
"simple-git-hooks": {

0 commit comments

Comments
 (0)