Skip to content

Commit ef760b9

Browse files
committed
Remove used dev dependencies
1 parent 05374fa commit ef760b9

File tree

3 files changed

+31
-887
lines changed

3 files changed

+31
-887
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ Some dependencies are not directly used in the source but are required anyway.
122122

123123
- `bufferutil` and `utf-8-validate` are peer dependencies of `ws`.
124124
- `ua-parser-js` and `dayjs` are used by the Coder API client.
125-
- `glob`, `nyc`, `vscode-test`, and `@vscode/test-electron` are currently unused
126-
but we need to switch back to them from `vitest`.
127125

128126
The coder client is vendored from coder/coder. Every now and then, we should be running `yarn upgrade coder --latest`
129127
to make sure we're using up to date versions of the client.

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@
419419
},
420420
"devDependencies": {
421421
"@types/eventsource": "^3.0.0",
422-
"@types/glob": "^7.1.3",
423422
"@types/node": "^22.14.1",
424423
"@types/proper-lockfile": "^4.1.4",
425424
"@types/semver": "^7.7.1",
@@ -430,7 +429,6 @@
430429
"@typescript-eslint/parser": "^8.50.1",
431430
"@vitest/coverage-v8": "^4.0.16",
432431
"@vscode/test-cli": "^0.0.12",
433-
"@vscode/test-electron": "^2.5.2",
434432
"@vscode/vsce": "^3.7.1",
435433
"bufferutil": "^4.0.9",
436434
"coder": "https://github.com/coder/coder#main",
@@ -443,17 +441,14 @@
443441
"eslint-plugin-md": "^1.0.19",
444442
"eslint-plugin-package-json": "^0.85.0",
445443
"eslint-plugin-prettier": "^5.5.4",
446-
"glob": "^13.0.0",
447444
"jsonc-eslint-parser": "^2.4.2",
448445
"markdown-eslint-parser": "^1.2.1",
449446
"memfs": "^4.51.1",
450-
"nyc": "^17.1.0",
451447
"prettier": "^3.7.4",
452448
"ts-loader": "^9.5.4",
453449
"typescript": "^5.9.3",
454450
"utf-8-validate": "^6.0.6",
455451
"vitest": "^4.0.16",
456-
"vscode-test": "^1.5.0",
457452
"webpack": "^5.104.1",
458453
"webpack-cli": "^6.0.1"
459454
},

0 commit comments

Comments
 (0)