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

This commit is contained in:
Renovate Bot
2019-08-02 19:13:02 +00:00
committed by renovate[bot]
parent 93e591f171
commit 58b7d95416
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -12624,9 +12624,9 @@
}
},
"react-transition-group": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.2.1.tgz",
"integrity": "sha512-IXrPr93VzCPupwm2O6n6C2kJIofJ/Rp5Ltihhm9UfE8lkuVX2ng/SUUl/oWjblybK9Fq2Io7LGa6maVqPB762Q==",
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.2.2.tgz",
"integrity": "sha512-uP0tjqewtvjb7kGZFpZYPoD/NlVZmIgts9eTt1w35pAaEApPxQGv94lD3VkqyXf2aMqrSGwhs6EV/DLaoKbLSw==",
"requires": {
"@babel/runtime": "^7.4.5",
"dom-helpers": "^3.4.0",

View File

@@ -49,7 +49,7 @@
"react-scripts": "3.0.1",
"react-select": "3.0.4",
"react-tippy": "1.2.3",
"react-transition-group": "4.2.1",
"react-transition-group": "4.2.2",
"react-truncate": "2.4.0",
"semver": "6.3.0",
"typeface-open-sans": "0.0.75"