Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(camel): update @hawtio/camel-model versions #931

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/hawtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"prepack": "yarn build && yarn replace-version"
},
"dependencies": {
"@hawtio/camel-model-v4_0": "npm:@hawtio/camel-model@~4.0.4",
"@hawtio/camel-model-v4_4": "npm:@hawtio/camel-model@~4.4.0",
"@hawtio/camel-model-v4_0": "npm:@hawtio/camel-model@~4.0.5",
"@hawtio/camel-model-v4_4": "npm:@hawtio/camel-model@~4.4.2",
"@module-federation/utilities": "^3.0.17",
"@patternfly/react-charts": "~6.94.21",
"@patternfly/react-code-editor": "~4.82.122",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -751,17 +751,17 @@ __metadata:
languageName: unknown
linkType: soft

"@hawtio/camel-model-v4_0@npm:@hawtio/camel-model@~4.0.4":
version: 4.0.4
resolution: "@hawtio/camel-model@npm:4.0.4"
checksum: 10/c4c92f7dc07216205adb84e544b52d0d1c7d7271cc42925ac9dc290cf3abd74cce4fc7910f8a65d409a4e7df53d5f9db84e5223ffb3d0ee5bbd9e0a81679ddb4
"@hawtio/camel-model-v4_0@npm:@hawtio/camel-model@~4.0.5":
version: 4.0.5
resolution: "@hawtio/camel-model@npm:4.0.5"
checksum: 10/840067de757419c71350755e7996636698315e5b8c455cca4ec3279c50e7e85fca81a6281160e6f17aee0eaf818ae7d96dd4db48e6b89ea6a3f29a8976d14e76
languageName: node
linkType: hard

"@hawtio/camel-model-v4_4@npm:@hawtio/camel-model@~4.4.0":
version: 4.4.0
resolution: "@hawtio/camel-model@npm:4.4.0"
checksum: 10/895dbe3988e552842ab6443574631b185145fe6c97123cc24d43eef074815bdac5bd0c06a648e795dd366d12fafb280a30fe76f81a7f79e32884c01a49af3fa2
"@hawtio/camel-model-v4_4@npm:@hawtio/camel-model@~4.4.2":
version: 4.4.2
resolution: "@hawtio/camel-model@npm:4.4.2"
checksum: 10/266790a608e40735dcb64e338594976f9ea63eaa696f2047d27e3e217fc965b117eae45ad7bd4f513483cd99b9fa75706c5edf208c92fb963098b151cd68cc57
languageName: node
linkType: hard

Expand All @@ -787,8 +787,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hawtio/react@workspace:packages/hawtio"
dependencies:
"@hawtio/camel-model-v4_0": "npm:@hawtio/camel-model@~4.0.4"
"@hawtio/camel-model-v4_4": "npm:@hawtio/camel-model@~4.4.0"
"@hawtio/camel-model-v4_0": "npm:@hawtio/camel-model@~4.0.5"
"@hawtio/camel-model-v4_4": "npm:@hawtio/camel-model@~4.4.2"
"@module-federation/utilities": "npm:^3.0.17"
"@patternfly/react-charts": "npm:~6.94.21"
"@patternfly/react-code-editor": "npm:~4.82.122"
Expand Down
Loading