Skip to content

Commit 9e4073c

Browse files
authored
chore: remove unused dependencies, cleanup (#488)
* chore: remove unused dependencies * fix: only enqueue test cases to keep the correct count * chore: fix type errors
1 parent dc681d3 commit 9e4073c

File tree

9 files changed

+184
-295
lines changed

9 files changed

+184
-295
lines changed

package.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,7 @@
198198
},
199199
"devDependencies": {
200200
"@antfu/eslint-config": "^2.23.2",
201-
"@babel/parser": "^7.20.15",
202-
"@babel/types": "^7.20.7",
203201
"@playwright/test": "^1.42.1",
204-
"@rauschma/stringio": "^1.4.0",
205-
"@types/fs-extra": "^9.0.13",
206-
"@types/glob": "^7.2.0",
207202
"@types/micromatch": "^4.0.6",
208203
"@types/mocha": "^10.0.6",
209204
"@types/node": "^20.12.8",
@@ -212,9 +207,8 @@
212207
"@types/vscode": "^1.77.0",
213208
"@types/which": "^3.0.3",
214209
"@types/ws": "^8.5.10",
215-
"@vitest/runner": "^2.0.5",
216-
"@vitest/utils": "^2.0.5",
217-
"@vitest/ws-client": "^2.0.5",
210+
"@vitest/runner": "^2.1.2",
211+
"@vitest/utils": "^2.1.2",
218212
"@vscode/test-cli": "^0.0.6",
219213
"@vscode/test-electron": "^2.3.9",
220214
"@vscode/vsce": "^3.1.0",
@@ -227,12 +221,7 @@
227221
"changelogithub": "^0.13.3",
228222
"eslint": "^9.7.0",
229223
"execa": "^8.0.1",
230-
"fast-glob": "^3.3.2",
231-
"flatted": "^3.2.9",
232-
"fs-extra": "^10.0.1",
233-
"fuse.js": "^6.6.2",
234224
"get-port": "^6.1.2",
235-
"glob": "^7.2.0",
236225
"istanbul-to-vscode": "^2.1.0",
237226
"micromatch": "^4.0.5",
238227
"mighty-promise": "^0.0.8",
@@ -241,12 +230,10 @@
241230
"picocolors": "^1.0.0",
242231
"prompts": "^2.4.2",
243232
"semver": "^7.3.5",
244-
"strip-ansi": "^7.1.0",
245-
"tree-kill": "^1.2.2",
246233
"tsup": "^8.0.1",
247234
"tsx": "^4.7.1",
248-
"typescript": "^5.5.3",
249-
"vitest": "^2.0.5",
235+
"typescript": "^5.6.2",
236+
"vitest": "^2.1.2",
250237
"which": "^4.0.0",
251238
"ws": "^8.16.0"
252239
},

0 commit comments

Comments
 (0)