update react and react-dom peer dependency ranges to include 18

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-13 00:28:05 +02:00
parent 4a0227ee3d
commit 912a0766a5
105 changed files with 205 additions and 205 deletions
+2 -2
View File
@@ -40,8 +40,8 @@
"peerDependencies": {
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
"react": "^16.13.1 || ^17 || ^18",
"react-dom": "^16.13.1 || ^17 || ^18"
},
"devDependencies": {
"@backstage/cli": "workspace:^",