Skip to content

Commit a508bcf

Browse files
authored
Merge pull request #288 from BillFarber/task/release
Revert one of the upgrades.
2 parents 58a9ac7 + 199655b commit a508bcf

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@
609609
"dependenciesComments": {
610610
"webpackProblem": "Something with version 5.95.0 is breaking the integration tests (and other things?).",
611611
"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`",
612613
"possiblyUnused": {
613614
"comment": "I'm not sure about these four packages. Without them, there seem to be problems when you attempt to 'attach' or 'launch'.",
614615
"@types/estree": "1.0.5",
@@ -619,11 +620,11 @@
619620
},
620621
"devDependencies": {
621622
"@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",
624625
"@types/node": "16.11.7",
625626
"@types/sinon": "17.0.3",
626-
"@types/vscode": "1.94.0",
627+
"@types/vscode": "1.78.0",
627628
"@types/webpack": "5.28.5",
628629
"@types/xml2js": "0.4.14",
629630
"@typescript-eslint/eslint-plugin": "7.1.1",

0 commit comments

Comments
 (0)