Skip to content

Commit

Permalink
feat: Upgrades hawtio/react to 0.6.0 to support form authentication h…
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Oct 18, 2023
1 parent 5045e30 commit 01b2d2a
Show file tree
Hide file tree
Showing 8 changed files with 472 additions and 453 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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@hawtio/online-kubernetes-api": "workspace:*",
"@hawtio/react": "0.5.2-dev.28",
"@hawtio/react": "^0.6.0",
"@patternfly/react-core": "^4.276.8",
"@patternfly/react-styles": "^4.92.6",
"@patternfly/react-table": "^4.113.0",
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": "0.5.2-dev.28",
"@hawtio/react": "^0.6.0",
"@types/jquery": "^3.5.16",
"@types/jsonpath": "^0.2.0",
"@types/node": "^18.17.18",
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@hawtio/online-management-api": "workspace:*",
"@hawtio/react": "0.5.2-dev.28",
"@hawtio/react": "^0.6.0",
"@patternfly/react-core": "^4.276.8",
"@patternfly/react-styles": "^4.92.6",
"@patternfly/react-table": "^4.113.0",
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": "0.5.2-dev.28",
"@hawtio/react": "^0.6.0",
"eventemitter3": "^5.0.1",
"jolokia.js": "^2.0.0-dev.10",
"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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@hawtio/online-oauth": "workspace:*",
"@hawtio/react": "0.5.2-dev.28",
"@hawtio/react": "^0.6.0",
"@patternfly/react-core": "^4.276.8",
"@patternfly/react-styles": "^4.92.6",
"@patternfly/react-table": "^4.113.0",
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": "0.5.2-dev.28",
"@hawtio/react": "^0.6.0",
"babel-jest": "^29.6.1",
"jest-extended": "^4.0.0",
"jquery": "^3.7.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 @@ -31,7 +31,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@hawtio/online-kubernetes-api": "workspace:*",
"@hawtio/online-management-api": "workspace:*",
"@hawtio/react": "0.5.2-dev.28",
"@hawtio/react": "^0.6.0",
"@patternfly/react-core": "^4.276.8",
"@patternfly/react-styles": "^4.92.6",
"@patternfly/react-table": "^4.113.0",
Expand Down
Loading

0 comments on commit 01b2d2a

Please sign in to comment.