|
340 | 340 | "test": "yarn run pretest && node ./out/test/runTest.js"
|
341 | 341 | },
|
342 | 342 | "devDependencies": {
|
343 |
| - "@types/glob": "^7.1.3", |
344 |
| - "@types/mocha": "^8.0.4", |
345 |
| - "@types/node": "^12.11.7", |
346 |
| - "@types/shell-quote": "^1.7.1", |
| 343 | + "@types/glob": "^8.1.0", |
| 344 | + "@types/mocha": "^10.0.6", |
| 345 | + "@types/node": "^16.11.7", |
| 346 | + "@types/shell-quote": "^1.7.5", |
347 | 347 | "@types/vscode": "1.53.0",
|
348 |
| - "@typescript-eslint/eslint-plugin": "^5.55.0", |
349 |
| - "@typescript-eslint/parser": "^5.55.0", |
350 |
| - "@vscode/test-electron": "^1.5.0", |
351 |
| - "@vscode/vsce": "^2.18.0", |
352 |
| - "eslint": "^7.19.0", |
353 |
| - "glob": "^7.1.6", |
354 |
| - "mocha": "^8.2.1", |
355 |
| - "sinon": "^13.0.1", |
356 |
| - "ts-loader": "^8.0.14", |
357 |
| - "typescript": "^4.1.3", |
358 |
| - "webpack": "^5.19.0", |
359 |
| - "webpack-cli": "^4.4.0" |
| 348 | + "@typescript-eslint/eslint-plugin": "^7.1.0", |
| 349 | + "@typescript-eslint/parser": "^7.1.0", |
| 350 | + "@vscode/test-electron": "^2.3.9", |
| 351 | + "@vscode/vsce": "^2.24.0", |
| 352 | + "eslint": "^8.57.0", |
| 353 | + "glob": "^8.1.0", |
| 354 | + "mocha": "^10.3.0", |
| 355 | + "sinon": "^17.0.1", |
| 356 | + "ts-loader": "^9.5.1", |
| 357 | + "typescript": "^5.3.3", |
| 358 | + "webpack": "^5.90.3", |
| 359 | + "webpack-cli": "^5.1.4" |
360 | 360 | },
|
361 | 361 | "dependencies": {
|
362 |
| - "shell-quote": "^1.7.3" |
| 362 | + "shell-quote": "^1.8.1", |
| 363 | + "tslib": "^2.6.2" |
363 | 364 | },
|
364 |
| - "packageManager": "yarn@3.4.1" |
| 365 | + "packageManager": "[email protected].0" |
365 | 366 | }
|
0 commit comments