Fix route transitioning

This commit is contained in:
Dane Everitt 2020-07-04 09:46:26 -07:00
parent bcf0a0586d
commit ebe588718c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 71 additions and 14 deletions

View file

@ -29,7 +29,7 @@
"react-i18next": "^11.2.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.3.0",
"react-transition-group": "^4.4.1",
"sockette": "^2.0.6",
"styled-components": "^5.1.1",
"styled-components-breakpoint": "^3.0.0-preview.20",
@ -66,7 +66,7 @@
"@types/react-redux": "^7.1.1",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3",
"@types/react-transition-group": "^2.9.2",
"@types/react-transition-group": "^4.4.0",
"@types/styled-components": "^5.1.0",
"@types/uuid": "^3.4.5",
"@types/webpack-env": "^1.15.2",