Fix react dependencies across all packages

This commit is contained in:
Fred Carlsen
2019-07-01 19:01:50 +02:00
committed by fabioberger
parent 363dd31768
commit 0053bde668
3 changed files with 32 additions and 64 deletions

View File

@@ -32,8 +32,8 @@
"highlight.js": "^9.13.1",
"less": "^2.7.2",
"polished": "^1.9.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-loadable": "^5.5.0",
"react-lottie": "^1.2.3",
"react-tabs": "^2.3.0",
@@ -48,7 +48,7 @@
"@types/react-dom": "^16.0.7",
"@types/react-loadable": "^5.4.2",
"@types/react-lottie": "^1.2.0",
"@types/react-router-dom": "^4.0.4",
"@types/react-router-dom": "^4.3.4",
"@types/react-tabs": "^2.3.0",
"@types/react-tap-event-plugin": "0.0.30",
"@types/styled-components": "4.1.1",