switch react version ranges to full format

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-13 15:40:10 +02:00
parent 7221db3702
commit aa2ff48a97
105 changed files with 205 additions and 205 deletions
+2 -2
View File
@@ -45,8 +45,8 @@
"react-use": "^17.4.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17 || ^18",
"react-dom": "^16.13.1 || ^17 || ^18",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {