Merge pull request #865 from prymitive/renovate/mobx-react-6.1.x

fix(deps): update dependency mobx-react to v6.1.2
This commit is contained in:
Łukasz Mierzwa
2019-08-08 14:26:35 +01:00
committed by GitHub
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.1",
"resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-6.1.1.tgz",
"integrity": "sha512-hjACWCTpxZf9Sv1YgWF/r6HS6Nsly1SYF22qBJeUE3j+FMfoptgjf8Zmcx2d6uzA07Cezwap5Cobq9QYa0MKUw==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-6.1.2.tgz",
"integrity": "sha512-cJJ3Xy9zaX2ucNdXt9gQuzBqL+ZavxxXLQxHKwztYc0fdxEIHXQYHtHr0kh2pSOdEoEJ3kfY8GeUKpOoGmskOg==",
"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.1",
"mobx-react": "6.1.2",
"mobx-stored": "1.1.0",
"moment": "2.24.0",
"object-hash": "1.3.1",