fix(deps): update dependency mobx-react to v6.1.3

This commit is contained in:
Renovate Bot
2019-08-09 16:45:49 +00:00
committed by renovate[bot]
parent 1506a49dc9
commit 9c3af49b41
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -9867,9 +9867,9 @@
"integrity": "sha512-eSAntMSMNj0PFL705rgv+aB/z1RjNqDnFEpBe18yQVreXTWiVgIrmBUXzjnJfuba+eo4eAk6zi+/gXQkSUea8A=="
},
"mobx-react": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-6.1.2.tgz",
"integrity": "sha512-cJJ3Xy9zaX2ucNdXt9gQuzBqL+ZavxxXLQxHKwztYc0fdxEIHXQYHtHr0kh2pSOdEoEJ3kfY8GeUKpOoGmskOg==",
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-6.1.3.tgz",
"integrity": "sha512-eT/jO9dYIoB1AlZwI2VC3iX0gPOeOIqZsiwg7tDJV1B7Z69h+TZZL3dgOE0UeS2zoHhGeKbP+K+OLeLMnnkGnA==",
"requires": {
"mobx-react-lite": "1.4.0"
}

View File

@@ -22,7 +22,7 @@
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "5.13.0",
"mobx-react": "6.1.2",
"mobx-react": "6.1.3",
"mobx-stored": "1.1.0",
"moment": "2.24.0",
"object-hash": "1.3.1",