Skip to content

Commit

Permalink
build(deps): update @vscode/vsce to 3 and ovsx to 0.10 (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Oct 9, 2024
1 parent 5042e0b commit 4399219
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 61 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
strategy:
matrix:
node-version:
- 18
- 20
- 22

Expand Down
199 changes: 144 additions & 55 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "semantic-release plugin to package and publish VS Code extensions",
"license": "MIT",
"engines": {
"node": ">=18"
"node": "20 || >=22"
},
"repository": "https://github.com/felipecrs/semantic-release-vsce.git",
"bugs": "https://github.com/felipecrs/semantic-release-vsce/issues",
Expand Down Expand Up @@ -42,16 +42,16 @@
]
},
"volta": {
"node": "20.16.0",
"npm": "10.8.2"
"node": "20.18.0",
"npm": "10.9.0"
},
"dependencies": {
"@semantic-release/error": "^3.0.0",
"@vscode/vsce": "^2.15.0",
"@vscode/vsce": "^3.0.0",
"execa": "^5.0.0",
"fs-extra": "^11.1.0",
"glob": "^10.2.1",
"ovsx": "^0.9.2"
"ovsx": "^0.10.0"
},
"peerDependencies": {
"semantic-release": ">=18"
Expand Down

0 comments on commit 4399219

Please sign in to comment.