Skip to content

Commit

Permalink
Merge pull request #4860 from PowerShell/andyleejordan/vscode-engine
Browse files Browse the repository at this point in the history
Bump VS Code engine
  • Loading branch information
andyleejordan authored Dec 12, 2023
2 parents 9c36d89 + cddc961 commit 040518b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
; We use Dependabot to update our packages, so we want to add without a prefix
save-exact=true
52 changes: 35 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publisher": "ms-vscode",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
"engines": {
"vscode": "^1.79.2"
"vscode": "^1.82.0"
},
"author": "Microsoft Corporation",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down Expand Up @@ -85,14 +85,14 @@
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mock-fs": "4.13.4",
"@types/node": "16.18.12",
"@types/node": "18.19.3",
"@types/node-fetch": "2.6.4",
"@types/rewire": "2.5.30",
"@types/semver": "7.5.6",
"@types/sinon": "17.0.2",
"@types/ungap__structured-clone": "0.3.3",
"@types/uuid": "9.0.7",
"@types/vscode": "1.79.0",
"@types/vscode": "1.82.0",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@ungap/structured-clone": "1.2.0",
Expand Down

0 comments on commit 040518b

Please sign in to comment.