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
@@ -59,7 +59,7 @@
"@types/jest": "^26.0.7",
"@types/luxon": "^2.0.4",
"@types/node": "^14.14.32",
"@types/react": "*",
"@types/react": "^16.13.1 || ^17.0.0",
"cross-fetch": "^3.0.6",
"msw": "^0.35.0"
},