Merge pull request #12 from prymitive/greenkeeper/default/mobx-react-5.2.8

fix(package): update mobx-react to version 5.2.8
This commit is contained in:
Łukasz Mierzwa
2018-09-10 22:17:23 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -7764,9 +7764,9 @@
"integrity": "sha512-cQzBmF2gbpcBR2xKwt5jZx0ncDMC9Hg5nYrp3Krv0qHH4GFqWZyR+ZLkRJRcvVF4rqxpy2G96Qbk5YzyQ8tdXw=="
},
"mobx-react": {
"version": "5.2.7",
"resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-5.2.7.tgz",
"integrity": "sha512-P70gP6glBtDronhXvV1QCPhkWrOwCEgM5N9gbLPvPA2hiYcK+ZHNPxg4kUDwcmIQmyVUwapZ5Z/q/qapr5VEuA==",
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-5.2.8.tgz",
"integrity": "sha512-VAkeqkrIpdoy3VPPoqvxjdQmcTT6hi7i3TsZSwcKbSrPbSTuWc7cp1EOiX/zV1wPWEuoNAQ22bCrskQwvdYTJA==",
"requires": {
"hoist-non-react-statics": "2.5.5",
"react-lifecycles-compat": "3.0.4"

View File

@@ -19,7 +19,7 @@
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "5.1.0",
"mobx-react": "5.2.7",
"mobx-react": "5.2.8",
"mobx-stored": "1.0.2",
"moment": "2.22.2",
"object-hash": "1.3.0",