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
@@ -52,8 +52,8 @@
"react-use": "^17.2.4"
},
"peerDependencies": {
"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",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {