Skip to content

Commit

Permalink
Fix: Downgrade @types/react to 18.2.64 (#425)
Browse files Browse the repository at this point in the history
* Any further increment of @types/react causes compile errors from the
  Patternfly TableComposable Function Component
  • Loading branch information
phantomjinx committed Apr 10, 2024
1 parent 6a6a5c0 commit c486a3f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 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 @@ -17,7 +17,7 @@
"@patternfly/react-table": "^4.113.7",
"@patternfly/react-tokens": "^4.94.6",
"@types/node": "^18.19.28",
"@types/react": "^18.2.73",
"@types/react": "18.2.64",
"@types/react-dom": "^18.2.23",
"mini-css-extract-plugin": "2.8.1",
"react": "^18.2.0",
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 @@ -17,7 +17,7 @@
"@patternfly/react-table": "^4.113.7",
"@patternfly/react-tokens": "^4.94.6",
"@types/node": "^18.19.28",
"@types/react": "^18.2.73",
"@types/react": "18.2.64",
"@types/react-dom": "^18.2.23",
"mini-css-extract-plugin": "2.8.1",
"react": "^18.2.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 @@ -17,7 +17,7 @@
"@patternfly/react-table": "^4.113.7",
"@patternfly/react-tokens": "^4.94.6",
"@types/node": "^18.19.28",
"@types/react": "^18.2.73",
"@types/react": "18.2.64",
"@types/react-dom": "^18.2.23",
"mini-css-extract-plugin": "2.8.1",
"react": "^18.2.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 @@ -42,7 +42,7 @@
"@patternfly/react-table": "^4.113.7",
"@patternfly/react-tokens": "^4.94.6",
"@types/node": "^18.19.28",
"@types/react": "^18.2.73",
"@types/react": "18.2.64",
"@types/react-dom": "^18.2.23",
"jquery-match-height": "^0.7.2",
"jsonpath": "^1.1.1",
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ __metadata:
"@patternfly/react-table": "npm:^4.113.7"
"@patternfly/react-tokens": "npm:^4.94.6"
"@types/node": "npm:^18.19.28"
"@types/react": "npm:^18.2.73"
"@types/react": "npm:18.2.64"
"@types/react-dom": "npm:^18.2.23"
connect-history-api-fallback: "npm:^2.0.0"
css-loader: "npm:^6.10.0"
Expand Down Expand Up @@ -2031,7 +2031,7 @@ __metadata:
"@patternfly/react-table": "npm:^4.113.7"
"@patternfly/react-tokens": "npm:^4.94.6"
"@types/node": "npm:^18.19.28"
"@types/react": "npm:^18.2.73"
"@types/react": "npm:18.2.64"
"@types/react-dom": "npm:^18.2.23"
connect-history-api-fallback: "npm:^2.0.0"
css-loader: "npm:^6.10.0"
Expand Down Expand Up @@ -2101,7 +2101,7 @@ __metadata:
"@patternfly/react-table": "npm:^4.113.7"
"@patternfly/react-tokens": "npm:^4.94.6"
"@types/node": "npm:^18.19.28"
"@types/react": "npm:^18.2.73"
"@types/react": "npm:18.2.64"
"@types/react-dom": "npm:^18.2.23"
connect-history-api-fallback: "npm:^2.0.0"
css-loader: "npm:^6.10.0"
Expand Down Expand Up @@ -2192,7 +2192,7 @@ __metadata:
"@patternfly/react-table": "npm:^4.113.7"
"@patternfly/react-tokens": "npm:^4.94.6"
"@types/node": "npm:^18.19.28"
"@types/react": "npm:^18.2.73"
"@types/react": "npm:18.2.64"
"@types/react-dom": "npm:^18.2.23"
babel-loader: "npm:^9.1.3"
connect-history-api-fallback: "npm:^2.0.0"
Expand Down Expand Up @@ -3919,13 +3919,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.2.73":
version: 18.2.73
resolution: "@types/react@npm:18.2.73"
"@types/react@npm:18.2.64":
version: 18.2.64
resolution: "@types/react@npm:18.2.64"
dependencies:
"@types/prop-types": "npm:*"
"@types/scheduler": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/799e30e73464dff40e04f4eb7499ebc31f99b1711a69263b9af340af738e35c9cdf53084e3dacc3b21c031aaa0cba1b51f4ba60490204b7abb75f115b841583f
checksum: 10/e82bd16660030c9aabdb5027bb9bf69570a90813e4a894c17bfb288978c2b80251def5754e455d72aa3485d99136e1b11b694f78c586e5918e10b3bb09b91b3c
languageName: node
linkType: hard

Expand Down

0 comments on commit c486a3f

Please sign in to comment.