Skip to content

Commit

Permalink
Lock @vscode/test-electron to 2.2.0 until we drop Node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman authored and Henry Majoros committed Dec 15, 2022
1 parent a426304 commit 6043362
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,14 @@
"dependencies": {
"vscode-languageclient": "^8.0.1"
},
"devDependencies:notes": {
"@vscode/test-electron": "Dropped support for Node < 16 in the 2.2.1 patch release, so locking to 2.2.0 while we still support Node 14."
},
"devDependencies": {
"@glint/core": "^1.0.0-beta.1",
"@types/jest": "^26.0.13",
"@types/vscode": "^1.68.1",
"@vscode/test-electron": "^2.2.0",
"@vscode/test-electron": "2.2.0",
"esbuild": "^0.15.16",
"intercept-stdout": "^0.1.2",
"jest": "^26.4.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2849,7 +2849,7 @@
dependencies:
sirv "^2.0.2"

"@vscode/test-electron@^2.2.0":
"@vscode/test-electron@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.0.tgz#b90c76b8f076f9cf2d885f14b3c5fc3f586b9419"
integrity sha512-xk2xrOTMG75/hxO8OVVZ+GErv9gmdZwOD8rEHV3ty3n1Joav2yFcfrmqD6Ukref27U13LEL8gVvSHzauGAK5nQ==
Expand Down

0 comments on commit 6043362

Please sign in to comment.