Skip to content

Commit

Permalink
Updates @hawtio/react to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Mar 5, 2025
1 parent 723ecca commit a2c9d6f
Show file tree
Hide file tree
Showing 8 changed files with 461 additions and 338 deletions.
2 changes: 1 addition & 1 deletion packages/kubernetes-api-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@hawtio/online-kubernetes-api": "workspace:*",
"@hawtio/react": "^1.6.2",
"@hawtio/react": "^1.8.1",
"@patternfly/react-core": "^5.3.3",
"@patternfly/react-styles": "^5.3.1",
"@patternfly/react-table": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@hawtio/online-oauth": "workspace:*",
"@hawtio/react": "^1.6.2",
"@hawtio/react": "^1.8.1",
"@types/jquery": "^3.5.31",
"@types/jsonpath": "^0.2.4",
"@types/node": "^20.14.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/management-api-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@hawtio/online-management-api": "workspace:*",
"@hawtio/react": "^1.6.2",
"@hawtio/react": "^1.8.1",
"@patternfly/react-core": "^5.3.3",
"@patternfly/react-styles": "^5.3.1",
"@patternfly/react-table": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/management-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@hawtio/online-kubernetes-api": "workspace:*",
"@hawtio/react": "^1.6.2",
"@hawtio/react": "^1.8.1",
"eventemitter3": "^5.0.1",
"jolokia.js": "^2.2.3",
"jquery": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@hawtio/online-oauth": "workspace:*",
"@hawtio/react": "^1.6.2",
"@hawtio/react": "^1.8.1",
"@patternfly/react-core": "^5.3.1",
"@patternfly/react-styles": "^5.3.0",
"@patternfly/react-table": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepack": "yarn build && yarn replace-version"
},
"dependencies": {
"@hawtio/react": "^1.6.2",
"@hawtio/react": "^1.8.1",
"@thumbmarkjs/thumbmarkjs": "^0.19.1",
"babel-jest": "^29.6.1",
"fetch-intercept": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/online-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@hawtio/online-kubernetes-api": "workspace:*",
"@hawtio/online-management-api": "workspace:*",
"@hawtio/online-oauth": "workspace:*",
"@hawtio/react": "^1.6.2",
"@hawtio/react": "^1.8.1",
"@patternfly/react-core": "^5.3.3",
"@patternfly/react-styles": "^5.3.1",
"@types/node": "^20.14.9",
Expand Down
Loading

0 comments on commit a2c9d6f

Please sign in to comment.