move react to dev depend fix error

Signed-off-by: Malikah Montgomery <malikah.montgomery@thoughtworks.com>
This commit is contained in:
Malikah Montgomery
2023-05-15 12:39:36 -04:00
parent 1f6ce3afa7
commit e5e686f72d
+2 -2
View File
@@ -37,8 +37,7 @@
"@backstage/core-plugin-api": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@rjsf/utils": "5.6.0",
"@types/react": "^16.13.1 || ^17.0.0"
"@rjsf/utils": "5.6.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
@@ -55,6 +54,7 @@
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
"@types/node": "^16.11.26",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react-grid-layout": "^1.3.2",
"cross-fetch": "^3.1.5",
"msw": "^1.0.0"