packages,plugins: move @types/react to peer deps and sync query with react

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-12-03 13:58:15 +01:00
parent be32bc3edb
commit 39c64f5035
25 changed files with 25 additions and 27 deletions
+1 -1
View File
@@ -40,7 +40,6 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"@types/react": "*",
"graphiql": "^1.5.12",
"graphql": "^16.0.0",
"isomorphic-form-data": "^2.0.0",
@@ -51,6 +50,7 @@
"swagger-ui-react": "^4.0.0-rc.3"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {