Skip to content

Commit

Permalink
Update cli dependency to 7.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
  • Loading branch information
t1m0thyj committed Apr 10, 2024
1 parent bc195be commit 19fa477
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 130 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vscode": "^1.53.2"
},
"dependencies": {
"@zowe/cli": "7.23.6",
"@zowe/cli": "7.24.0",
"vscode-nls": "4.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@types/vscode": "^1.53.2",
"@zowe/cli": "7.23.6",
"@zowe/cli": "7.24.0",
"@zowe/secrets-for-zowe-sdk": "7.18.6",
"handlebars": "^4.7.7",
"semver": "^7.5.3"
Expand Down
5 changes: 5 additions & 0 deletions packages/zowe-explorer-ftp-extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ const config = {
},
],
},
{
test: /\.mjs$/,
include: /markdown-it/,
type: "javascript/auto",
},
],
},
plugins: [new webpack.BannerPlugin(fs.readFileSync("../../scripts/LICENSE_HEADER", "utf-8"))],
Expand Down
5 changes: 5 additions & 0 deletions packages/zowe-explorer/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ const config = {
},
],
},
{
test: /\.mjs$/,
include: /markdown-it/,
type: "javascript/auto",
},
],
},
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion samples/uss-profile-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"watch": "tsc -watch -p ./"
},
"dependencies": {
"@zowe/cli": "7.23.6",
"@zowe/cli": "7.24.0",
"@zowe/zowe-explorer-api": "file:../../packages/zowe-explorer-api",
"ssh2-sftp-client": "^9.1.0"
},
Expand Down
Loading

0 comments on commit 19fa477

Please sign in to comment.