@types/react to its right place in dependencies

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-03-27 14:00:14 +02:00
parent e0c6e8b9c3
commit 2cd810c414
98 changed files with 186 additions and 207 deletions
+2 -2
View File
@@ -35,12 +35,12 @@
"@material-ui/core": "^4.12.2"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^"
"@backstage/cli": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0"
},
"files": [
"dist"