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

fix(deps): update dependency mobx to v5.15.0
This commit is contained in:
Łukasz Mierzwa
2019-11-07 23:01:18 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -12246,9 +12246,9 @@
}
},
"mobx": {
"version": "5.14.2",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.14.2.tgz",
"integrity": "sha512-yx5Xe6o2WSYFgeytzZt6jGaYghJdQbd1ElR7S2s93x7/+5SYfJBfutvZF1O5gPEsUyTAFZ5IMYGu1KyhkPk+oQ=="
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.15.0.tgz",
"integrity": "sha512-Ax7vE32zBRgO0A3Yu12RXaFwIhBzpGQXZjRHiDvKLrqpDEijhNTSuXJ1Ci+L30BSa/Mb3by9+3nuKq15YoH5dA=="
},
"mobx-react": {
"version": "6.1.4",
+1 -1
View File
@@ -26,7 +26,7 @@
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "5.14.2",
"mobx": "5.15.0",
"mobx-react": "6.1.4",
"mobx-stored": "1.1.0",
"moment": "2.24.0",