Skip to content

Commit

Permalink
Fix yarn compatibility
Browse files Browse the repository at this point in the history
As vsce version does not get updated magically, we need to upgrade
the minimum version in order to allow building projects with yarn.

Fixes redhat-developer#451
Related: microsoft/vscode-vsce#742
  • Loading branch information
ssbarnea committed Jun 25, 2022
1 parent e280568 commit 4ddf9ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"selenium-webdriver": "^4.2.0",
"targz": "^1.0.1",
"unzip-stream": "^0.3.0",
"vsce": "^2.3.0",
"vsce": "^2.9.2",
"vscode-extension-tester-locators": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 4ddf9ea

Please sign in to comment.