Skip to content

Commit 040518b

Browse files
Merge pull request #4860 from PowerShell/andyleejordan/vscode-engine
Bump VS Code engine
2 parents 9c36d89 + cddc961 commit 040518b

File tree

3 files changed

+40
-20
lines changed

3 files changed

+40
-20
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
; We use Dependabot to update our packages, so we want to add without a prefix
2+
save-exact=true

package-lock.json

+35-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
88
"engines": {
9-
"vscode": "^1.79.2"
9+
"vscode": "^1.82.0"
1010
},
1111
"author": "Microsoft Corporation",
1212
"license": "SEE LICENSE IN LICENSE.txt",
@@ -85,14 +85,14 @@
8585
"devDependencies": {
8686
"@types/mocha": "10.0.6",
8787
"@types/mock-fs": "4.13.4",
88-
"@types/node": "16.18.12",
88+
"@types/node": "18.19.3",
8989
"@types/node-fetch": "2.6.4",
9090
"@types/rewire": "2.5.30",
9191
"@types/semver": "7.5.6",
9292
"@types/sinon": "17.0.2",
9393
"@types/ungap__structured-clone": "0.3.3",
9494
"@types/uuid": "9.0.7",
95-
"@types/vscode": "1.79.0",
95+
"@types/vscode": "1.82.0",
9696
"@typescript-eslint/eslint-plugin": "6.14.0",
9797
"@typescript-eslint/parser": "6.14.0",
9898
"@ungap/structured-clone": "1.2.0",

0 commit comments

Comments
 (0)