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

This commit is contained in:
Renovate Bot
2020-05-06 16:38:47 +00:00
committed by Łukasz Mierzwa
parent e696d09d8a
commit 4526dc9487
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -20560,9 +20560,9 @@
}
},
"react-transition-group": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.0.tgz",
"integrity": "sha512-c7wuNGJlHItwt6+HS0e9r53ZD5ARJDJSRYBv0APmfQqSCSokdrgJm07IO0ZKwjTVkIQKOlSTO3F06A3JqUSl7Q==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.1.tgz",
"integrity": "sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==",
"requires": {
"@babel/runtime": "^7.5.5",
"dom-helpers": "^5.0.1",

View File

@@ -57,7 +57,7 @@
"react-scripts": "3.4.1",
"react-select": "3.1.0",
"react-tippy": "1.3.4",
"react-transition-group": "4.4.0",
"react-transition-group": "4.4.1",
"typeface-open-sans": "0.0.75",
"typescript": "3.8.3"
},