Merge pull request #755 from prymitive/renovate/mobx-5.x

fix(deps): update dependency mobx to v5.10.0
This commit is contained in:
Łukasz Mierzwa
2019-06-04 12:15:04 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -9587,9 +9587,9 @@
}
},
"mobx": {
"version": "5.9.4",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.9.4.tgz",
"integrity": "sha512-L9JjTX2rtQUAhCIgnHokfntNOsF14uioT9LqStf6Mya+16j56ZBe21E8Y9V59tfr2aH2kLQPD10qtCJXBuTAxw=="
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.10.0.tgz",
"integrity": "sha512-pYtQtxr80ugbj7xO4pmZRm1n0ZqG2Wo+ykr/03ZRG18Ib8dqUgpzso6aEJyu3fM7JurFmC1dOqmjeCHO8N+3Yg=="
},
"mobx-react": {
"version": "5.4.4",

View File

@@ -22,7 +22,7 @@
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "5.9.4",
"mobx": "5.10.0",
"mobx-react": "5.4.4",
"mobx-stored": "1.1.0",
"moment": "2.24.0",