|
609 | 609 | "dependenciesComments": { |
610 | 610 | "webpackProblem": "Something with version 5.95.0 is breaking the integration tests (and other things?).", |
611 | 611 | "webpackFix": "I believe this will require upgrading the @types/node and will not be trivial.", |
| 612 | + "@types/vscode": "This needs to match the value at the top of this file in 'engines.vscode`", |
612 | 613 | "possiblyUnused": { |
613 | 614 | "comment": "I'm not sure about these four packages. Without them, there seem to be problems when you attempt to 'attach' or 'launch'.", |
614 | 615 | "@types/estree": "1.0.5", |
|
619 | 620 | }, |
620 | 621 | "devDependencies": { |
621 | 622 | "@types/esprima": "4.0.6", |
622 | | - "@types/estree": "1.0.6", |
623 | | - "@types/mocha": "10.0.9", |
| 623 | + "@types/estree": "1.0.5", |
| 624 | + "@types/mocha": "10.0.6", |
624 | 625 | "@types/node": "16.11.7", |
625 | 626 | "@types/sinon": "17.0.3", |
626 | | - "@types/vscode": "1.94.0", |
| 627 | + "@types/vscode": "1.78.0", |
627 | 628 | "@types/webpack": "5.28.5", |
628 | 629 | "@types/xml2js": "0.4.14", |
629 | 630 | "@typescript-eslint/eslint-plugin": "7.1.1", |
|
0 commit comments