Merge pull request #22539 from fshowalter/patch-3
Allow @types/react 18 as a peer dep for @backstage/theme
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
"@types/react": "^16.13.1 || ^17.0.0",
|
||||
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
||||
"graphiql": "3.1.0",
|
||||
"graphql": "^16.0.0",
|
||||
"graphql-config": "^5.0.2",
|
||||
|
||||
Reference in New Issue
Block a user