Merge pull request #19 from prymitive/greenkeeper/default/mobx-5.1.1

Update mobx in group default to the latest version 🚀
This commit is contained in:
Łukasz Mierzwa
2018-09-13 19:28:12 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -7759,9 +7759,9 @@
}
},
"mobx": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.1.0.tgz",
"integrity": "sha512-cQzBmF2gbpcBR2xKwt5jZx0ncDMC9Hg5nYrp3Krv0qHH4GFqWZyR+ZLkRJRcvVF4rqxpy2G96Qbk5YzyQ8tdXw=="
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.1.1.tgz",
"integrity": "sha512-kxhJ/aAWAcxCRnKBqVuuy7DUxEb3/BtXI7ZvC2v0dA7MWh5+v08C3jGibV40mydjMwHBJQkKpp5qm4xe+qJWRw=="
},
"mobx-react": {
"version": "5.2.8",

View File

@@ -18,7 +18,7 @@
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "5.1.0",
"mobx": "5.1.1",
"mobx-react": "5.2.8",
"mobx-stored": "1.0.2",
"moment": "2.22.2",