Skip to content

Commit

Permalink
Merge branch 'next' into fix-for-help-examples
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Loesch <[email protected]>
  • Loading branch information
KevinLoesch1 authored Feb 23, 2024
2 parents 3656acd + e2a25ee commit 7825c64
Show file tree
Hide file tree
Showing 71 changed files with 3,234 additions and 5,905 deletions.
4 changes: 4 additions & 0 deletions __tests__/__packages__/cli-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe CLI test utils package will be documented in this file.

## Recent Changes

- BugFix: Updated dependencies for technical currency. [#2061](https://github.com/zowe/zowe-cli/pull/2061)

## `8.0.0-next.202311132045`

- Major: First major version bump for V3
Expand Down
4 changes: 2 additions & 2 deletions __tests__/__packages__/cli-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"find-up": "^5.0.0",
"js-yaml": "^4.0.0",
"rimraf": "^5.0.0",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/uuid": "^8.3.0",
"@types/uuid": "^9.0.8",
"@zowe/imperative": "8.0.0-next.202402221834"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 7825c64

Please sign in to comment.