Skip to content

Commit

Permalink
update vsc engine
Browse files Browse the repository at this point in the history
Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim committed Sep 5, 2023
1 parent f412f1f commit 4ee968c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"packages/*"
],
"engines": {
"vscode": "^1.53.2"
"vscode": "^1.63.0"
},
"dependencies": {
"@zowe/cli": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer-ftp-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"package": "vsce package --yarn && node ../../scripts/mv-pack.js zowe-explorer-ftp-extension vsix"
},
"engines": {
"vscode": "^1.53.2"
"vscode": "^1.63.0"
},
"dependencies": {
"@zowe/zowe-explorer-api": "3.0.0-SNAPSHOT",
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,7 @@
"createDemoNodes": "ts-node ./scripts/createDemoNodes.ts"
},
"engines": {
"vscode": "^1.53.2"
"vscode": "^1.63.0"
},
"devDependencies": {
"@napi-rs/cli": "^2.16.1",
Expand Down

0 comments on commit 4ee968c

Please sign in to comment.