Skip to content

Commit

Permalink
chore: update peerDep to non-prerelease versions
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Sep 20, 2024
1 parent da2e512 commit 28504e5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 16 deletions.
40 changes: 29 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@zowe/cli-test-utils": "^8.0.0-next.202408301809",
"@zowe/imperative": "^8.0.0-next.202408301809",
"@zowe/cli-test-utils": "^8.0.0",
"@zowe/imperative": "^8.0.0",
"@zowe/zowe-explorer-api": "^3.0.0-next",
"chalk": "^4.1.2",
"eslint": "^8.37.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@zowe/cics-for-zowe-sdk": "6.0.0-next.202403011419"
},
"peerDependencies": {
"@zowe/imperative": ">=8.0.0-next.0 <8.0.0"
"@zowe/imperative": "^8.0.0"
},
"bundledDependencies": [
"@zowe/cics-for-zowe-sdk"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"xml2js": "0.5.0"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
"@zowe/imperative": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@
},
"dependencies": {
"@zowe/cics-for-zowe-sdk": "6.0.0-next.202403011419",
"@zowe/core-for-zowe-sdk": "^8.0.0-next.202402021649",
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/zowe-explorer-api": "^3.0.0-next",
"axios": "^1.6.7",
"xml-js": "~1.6.11"
Expand Down

0 comments on commit 28504e5

Please sign in to comment.