Merge pull request #22539 from fshowalter/patch-3
Allow @types/react 18 as a peer dep for @backstage/theme
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
"@octokit/rest": "^19.0.3",
|
||||
"@types/react": "^16.13.1 || ^17.0.0",
|
||||
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
||||
"luxon": "^3.0.0",
|
||||
"qs": "^6.10.1",
|
||||
"react-use": "^17.2.4",
|
||||
|
||||
Reference in New Issue
Block a user