packages,plugins: fix incorrect type dependencies

This commit is contained in:
Patrik Oldsberg
2020-06-01 12:27:29 +02:00
parent 25a4d6ed6b
commit c6abe12e45
8 changed files with 29 additions and 16 deletions
+5 -2
View File
@@ -37,14 +37,17 @@
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^10.2.4",
"@types/jest": "^25.2.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.21",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@types/jest": "^25.2.2",
"@types/node": "^12.0.0"
},
"files": [
"dist/**/*.{js,d.ts}"
]