Merge pull request #22539 from fshowalter/patch-3

Allow @types/react 18 as a peer dep for @backstage/theme
This commit is contained in:
Patrik Oldsberg
2024-02-02 13:50:49 +01:00
committed by GitHub
91 changed files with 271 additions and 178 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
"@date-io/core": "^1.3.13",
"@material-table/core": "^3.1.0",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.0.0",
"react-sparklines": "^1.7.0",
"react-use": "^17.2.4"