Merge pull request #79 from prymitive/greenkeeper/default/mobx-5.5.0

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

6
ui/package-lock.json generated
View File

@@ -8685,9 +8685,9 @@
}
},
"mobx": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.1.2.tgz",
"integrity": "sha512-1kZW9KiJnq0YsrV/EeE8g1wDbGcgnlrqH7cYBqFUGVDwW93nX/fD93S9df3dCPh+j0le2zOWQXtoir/XLs+d9Q=="
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.5.0.tgz",
"integrity": "sha512-rD0Hsv9XtjS6axavvPX/XzWTeICRiH3bLR1L+MrJ7HOlx1hmSdWNzu8rQQ+1IkTiyJechRyGzs2tUgLRmEofJg=="
},
"mobx-react": {
"version": "5.2.8",

View File

@@ -19,7 +19,7 @@
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "5.1.2",
"mobx": "5.5.0",
"mobx-react": "5.2.8",
"mobx-stored": "1.0.2",
"moment": "2.22.2",