Skip to content

Commit

Permalink
fix: 🐛 update vsce to @vscode/vsce (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Dec 30, 2022
1 parent 8d81a7e commit dd92433
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,13 @@
"watch": "tsc -watch -p ./",
"deploy": "vsce publish --yarn",
"build": "node prepare.js && vsce package",
"_build": "vsce package",
"prepare": "husky install"
},
"devDependencies": {
"@types/node": "^16.0.0",
"@types/vscode": "^1.44.0",
"@vscode/vsce": "^2.16.0",
"clean-webpack-plugin": "^4.0.0",
"husky": "8",
"lint-staged": "^13.0.0",
Expand All @@ -167,7 +169,6 @@
"string-replace-loader": "^3.0.1",
"ts-loader": "^9.0.0",
"typescript": "^4.0.0",
"vsce": "^2.0.0",
"warnings-to-errors-webpack-plugin": "^2.0.1",
"webpack": "^5.25.0",
"webpack-cli": "^4.5.0"
Expand Down
53 changes: 27 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,33 @@
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.55.0.tgz#58cfbebbd32b3e374e07e7858b1fd0e92b1a1d2b"
integrity sha512-49hysH7jneTQoSC8TWbAi7nKK9Lc5osQNjmDHVosrcU8o3jecD9GrK0Qyul8q4aGPSXRfNGqIp9CBdb13akETg==

"@vscode/vsce@^2.16.0":
version "2.16.0"
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-2.16.0.tgz#a3ddcf7e84914576f35d891e236bc496c568776f"
integrity sha512-BhJ0zO7UxShLFBZM6jwOLt1ZVoqQ4r5Lj/kHNeYp0ICPXhz/erqBSMQnHkRgkjn2L/bh+TYFGkZyguhu/SKsjw==
dependencies:
azure-devops-node-api "^11.0.1"
chalk "^2.4.2"
cheerio "^1.0.0-rc.9"
commander "^6.1.0"
glob "^7.0.6"
hosted-git-info "^4.0.2"
leven "^3.1.0"
markdown-it "^12.3.2"
mime "^1.3.4"
minimatch "^3.0.3"
parse-semver "^1.1.1"
read "^1.0.7"
semver "^5.1.0"
tmp "^0.2.1"
typed-rest-client "^1.8.4"
url-join "^4.0.1"
xml2js "^0.4.23"
yauzl "^2.3.1"
yazl "^2.2.2"
optionalDependencies:
keytar "^7.7.0"

"@webassemblyjs/ast@1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.0.tgz#a5aa679efdc9e51707a4207139da57920555961f"
Expand Down Expand Up @@ -3796,32 +3823,6 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"

vsce@^2.0.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/vsce/-/vsce-2.7.0.tgz#7be8deebd1e673b996238d608e7f7324c98744ed"
integrity sha512-CKU34wrQlbKDeJCRBkd1a8iwF9EvNxcYMg9hAUH6AxFGR6Wo2IKWwt3cJIcusHxx6XdjDHWlfAS/fJN30uvVnA==
dependencies:
azure-devops-node-api "^11.0.1"
chalk "^2.4.2"
cheerio "^1.0.0-rc.9"
commander "^6.1.0"
glob "^7.0.6"
hosted-git-info "^4.0.2"
keytar "^7.7.0"
leven "^3.1.0"
markdown-it "^12.3.2"
mime "^1.3.4"
minimatch "^3.0.3"
parse-semver "^1.1.1"
read "^1.0.7"
semver "^5.1.0"
tmp "^0.2.1"
typed-rest-client "^1.8.4"
url-join "^4.0.1"
xml2js "^0.4.23"
yauzl "^2.3.1"
yazl "^2.2.2"

vsce@^2.6.3:
version "2.11.0"
resolved "https://registry.yarnpkg.com/vsce/-/vsce-2.11.0.tgz#e60aac58ecfc3aec6e40024e13ea8c8d29764aef"
Expand Down

0 comments on commit dd92433

Please sign in to comment.