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
@@ -40,8 +40,8 @@
"peerDependencies": {
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"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"
},
"devDependencies": {
"@backstage/cli": "workspace:^",