fix: move deps to where they need to be

This commit is contained in:
Fredrik Adelöw
2020-06-17 15:47:08 +02:00
parent 38ba897857
commit 03bbb41f2c
10 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -36,7 +36,6 @@
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"@types/react-lazylog": "^4.5.0",
"circleci-api": "^4.0.0",
"moment": "^2.25.3",
"react": "^16.13.1",
@@ -54,6 +53,7 @@
"@testing-library/user-event": "^10.2.4",
"@types/jest": "^25.2.2",
"@types/node": "^12.0.0",
"@types/react-lazylog": "^4.5.0",
"@types/testing-library__jest-dom": "^5.0.4",
"jest-fetch-mock": "^3.0.3"
},