fix(deps): update dependency react-transition-group to v4.4.2

This commit is contained in:
Renovate Bot
2021-05-29 16:59:51 +01:00
committed by Łukasz Mierzwa
parent 2d588b6b5a
commit a35f2cf4c9
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -18537,9 +18537,9 @@
}
},
"react-transition-group": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.1.tgz",
"integrity": "sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz",
"integrity": "sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==",
"requires": {
"@babel/runtime": "^7.5.5",
"dom-helpers": "^5.0.1",
+1 -1
View File
@@ -50,7 +50,7 @@
"react-popper": "2.2.5",
"react-range": "1.8.8",
"react-select": "4.3.1",
"react-transition-group": "4.4.1",
"react-transition-group": "4.4.2",
"semver": "7.3.5",
"typeface-open-sans": "1.1.13"
},