Skip to content

Commit

Permalink
Merge pull request #2815 from zowe/update-v1-deps
Browse files Browse the repository at this point in the history
Update v1 deps for technical currency
  • Loading branch information
t1m0thyj authored Apr 12, 2024
2 parents 6fd1a2a + e06cbfe commit e085503
Show file tree
Hide file tree
Showing 9 changed files with 152 additions and 89 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.22.7-SNAPSHOT",
"version": "1.22.7",
"command": {
"version": {
"forcePublish": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vscode": "^1.43.0"
},
"dependencies": {
"@zowe/cli": "6.40.25",
"@zowe/cli": "6.40.27",
"vscode-nls": "4.1.2"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/zowe-explorer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t

### Bug fixes

- Update dependencies for technical currency purposes.

## `1.22.6`

### Bug fixes
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 @@ -16,7 +16,7 @@
"@types/semver": "^7.5.0"
},
"dependencies": {
"@zowe/cli": "6.40.25",
"@zowe/cli": "6.40.27",
"@zowe/secrets-for-zowe-sdk": "7.18.4",
"semver": "^7.5.3"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/zowe-explorer-ftp-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Bug fixes

- Update dependencies for technical currency purposes.

## `1.22.6`

### Bug fixes
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 @@ -79,6 +79,11 @@ const config = {
},
],
},
{
test: /\.mjs$/,
include: /markdown-it/,
type: "javascript/auto",
},
],
},
plugins: [new webpack.BannerPlugin(fs.readFileSync("../../scripts/banner.txt", "utf8"))],
Expand Down
2 changes: 2 additions & 0 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen

### Bug fixes

- Update dependencies for technical currency purposes.

## `1.22.6`

### Bug fixes
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 @@ -81,6 +81,11 @@ const config = {
},
],
},
{
test: /\.mjs$/,
include: /markdown-it/,
type: "javascript/auto",
},
],
},
plugins: [
Expand Down
219 changes: 133 additions & 86 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e085503

Please sign in to comment.