Skip to content

Commit 486609b

Browse files
committedApr 9, 2024·
feat: update deps
1 parent 1e091eb commit 486609b

File tree

2 files changed

+230
-184
lines changed

2 files changed

+230
-184
lines changed
 

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"@antfu/install-pkg": "^0.3.2",
9696
"@clack/prompts": "^0.7.0",
9797
"@stylistic/eslint-plugin": "^1.7.0",
98-
"@typescript-eslint/eslint-plugin": "^7.5.0",
99-
"@typescript-eslint/parser": "^7.5.0",
98+
"@typescript-eslint/eslint-plugin": "^7.6.0",
99+
"@typescript-eslint/parser": "^7.6.0",
100100
"eslint-config-flat-gitignore": "^0.1.5",
101101
"eslint-flat-config-utils": "^0.2.1",
102102
"eslint-merge-processors": "^0.1.0",
@@ -106,13 +106,13 @@
106106
"eslint-plugin-jsdoc": "^48.2.3",
107107
"eslint-plugin-jsonc": "^2.15.0",
108108
"eslint-plugin-markdown": "^4.0.1",
109-
"eslint-plugin-n": "^17.0.0",
109+
"eslint-plugin-n": "^17.1.0",
110110
"eslint-plugin-no-only-tests": "^3.1.0",
111111
"eslint-plugin-perfectionist": "^2.8.0",
112112
"eslint-plugin-toml": "^0.11.0",
113113
"eslint-plugin-unicorn": "^52.0.0",
114114
"eslint-plugin-unused-imports": "^3.1.0",
115-
"eslint-plugin-vitest": "^0.4.1",
115+
"eslint-plugin-vitest": "^0.5.0",
116116
"eslint-plugin-vue": "^9.24.1",
117117
"eslint-plugin-yml": "^1.14.0",
118118
"eslint-processor-vue-blocks": "^0.1.1",
@@ -130,11 +130,11 @@
130130
"@antfu/eslint-config": "workspace:*",
131131
"@antfu/eslint-plugin-prettier": "^5.0.1-1",
132132
"@antfu/ni": "^0.21.12",
133-
"@eslint/config-inspector": "^0.4.1",
133+
"@eslint/config-inspector": "^0.4.4",
134134
"@stylistic/eslint-plugin-migrate": "^1.7.0",
135135
"@types/eslint": "^8.56.7",
136136
"@types/fs-extra": "^11.0.4",
137-
"@types/node": "^20.12.5",
137+
"@types/node": "^20.12.6",
138138
"@types/prompts": "^2.4.9",
139139
"@types/yargs": "^17.0.32",
140140
"@unocss/eslint-plugin": "^0.59.0",
@@ -148,7 +148,7 @@
148148
"eslint-plugin-react-refresh": "^0.4.6",
149149
"eslint-plugin-solid": "^0.13.2",
150150
"eslint-plugin-svelte": "2.36.0-next.13",
151-
"eslint-typegen": "^0.2.0",
151+
"eslint-typegen": "^0.2.1",
152152
"esno": "^4.7.0",
153153
"execa": "^8.0.1",
154154
"fast-glob": "^3.3.2",
@@ -159,7 +159,7 @@
159159
"rimraf": "^5.0.5",
160160
"simple-git-hooks": "^2.11.1",
161161
"svelte": "^4.2.12",
162-
"svelte-eslint-parser": "^0.34.0",
162+
"svelte-eslint-parser": "^0.34.1",
163163
"tsup": "^8.0.2",
164164
"typescript": "^5.4.4",
165165
"vitest": "^1.4.0",

‎pnpm-lock.yaml

+222-176
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.