Skip to content

Commit

Permalink
feat: update @hawtio/react to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Nov 16, 2023
1 parent 3227a1c commit dc746d2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"replace-version": "replace __HAWTIO_VERSION_PLACEHOLDER__"
},
"dependencies": {
"@hawtio/react": "^0.9.1",
"@hawtio/react": "^0.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
Expand Down
10 changes: 5 additions & 5 deletions console/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,7 @@ __metadata:
dependencies:
"@craco/craco": "npm:^7.1.0"
"@hawtio/backend-middleware": "npm:^1.0.4"
"@hawtio/react": "npm:^0.9.1"
"@hawtio/react": "npm:^0.9.2"
craco-esbuild: "npm:^0.5.2"
monaco-editor-webpack-plugin: "npm:^7.1.0"
os-browserify: "npm:^0.3.0"
Expand All @@ -2309,9 +2309,9 @@ __metadata:
languageName: unknown
linkType: soft

"@hawtio/react@npm:^0.9.1":
version: 0.9.1
resolution: "@hawtio/react@npm:0.9.1"
"@hawtio/react@npm:^0.9.2":
version: 0.9.2
resolution: "@hawtio/react@npm:0.9.2"
dependencies:
"@hawtio/camel-model-v3": "npm:@hawtio/camel-model@^3.21.1"
"@hawtio/camel-model-v4": "npm:@hawtio/camel-model@^4.0.1"
Expand Down Expand Up @@ -2356,7 +2356,7 @@ __metadata:
peerDependenciesMeta:
keycloak-js:
optional: true
checksum: ce9f24fb72e9127905828027378948428952a1becbf67bf7f2bad2d7806b74727342d60346e4ea81a3447f85f7d46097255f1d218d09deca3a17b09ab4514212
checksum: 950cf0c3b520b0568c883a2dddcff17d6898061f4ab0d4a3e41259242e226431d241e630e355d4c4176758deb720b35951e4f0d3c02f74ab092dd82aa41c5d5a
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion examples/sample-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "craco test"
},
"dependencies": {
"@hawtio/react": "^0.9.1",
"@hawtio/react": "^0.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
Expand Down
10 changes: 5 additions & 5 deletions examples/sample-plugin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2262,9 +2262,9 @@ __metadata:
languageName: node
linkType: hard

"@hawtio/react@npm:^0.9.1":
version: 0.9.1
resolution: "@hawtio/react@npm:0.9.1"
"@hawtio/react@npm:^0.9.2":
version: 0.9.2
resolution: "@hawtio/react@npm:0.9.2"
dependencies:
"@hawtio/camel-model-v3": "npm:@hawtio/camel-model@^3.21.1"
"@hawtio/camel-model-v4": "npm:@hawtio/camel-model@^4.0.1"
Expand Down Expand Up @@ -2309,7 +2309,7 @@ __metadata:
peerDependenciesMeta:
keycloak-js:
optional: true
checksum: ce9f24fb72e9127905828027378948428952a1becbf67bf7f2bad2d7806b74727342d60346e4ea81a3447f85f7d46097255f1d218d09deca3a17b09ab4514212
checksum: 950cf0c3b520b0568c883a2dddcff17d6898061f4ab0d4a3e41259242e226431d241e630e355d4c4176758deb720b35951e4f0d3c02f74ab092dd82aa41c5d5a
languageName: node
linkType: hard

Expand Down Expand Up @@ -8936,7 +8936,7 @@ __metadata:
resolution: "hawtio-sample-plugin@workspace:."
dependencies:
"@craco/craco": "npm:^7.1.0"
"@hawtio/react": "npm:^0.9.1"
"@hawtio/react": "npm:^0.9.2"
craco-esbuild: "npm:^0.5.2"
os-browserify: "npm:^0.3.0"
path-browserify: "npm:^1.0.1"
Expand Down

0 comments on commit dc746d2

Please sign in to comment.