fix(deps): update dependency react-transition-group to v4 (#5385)

This commit is contained in:
renovate[bot]
2021-05-16 15:30:57 +03:00
committed by GitHub
parent 6edb7d05ea
commit f0725a8379
3 changed files with 22 additions and 4 deletions

View File

@ -19,7 +19,7 @@
"dependencies": {
"react-aria-menubutton": "^6.0.0",
"react-toggled": "^1.1.2",
"react-transition-group": "^2.6.0"
"react-transition-group": "^4.0.0"
},
"peerDependencies": {
"@emotion/core": "^10.0.35",