fix: move types to dev dependencies

Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
This commit is contained in:
Kamil Wolny
2022-08-02 16:48:52 +01:00
parent 0ef08ee6bf
commit 44ed5ed6a2
+1 -1
View File
@@ -32,7 +32,6 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"luxon": "^2.4.0",
"octokit": "^2.0.4",
"react-use": "^17.2.4"
@@ -51,6 +50,7 @@
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "*",
"@types/react": "^16.13.1 || ^17.0.0",
"cross-fetch": "^3.1.5",
"msw": "^0.44.0",
"prettier": "^2.7.1"