fix(deps): update dependency mobx-react to v6.1.8

This commit is contained in:
Renovate Bot
2020-02-13 09:48:20 +00:00
parent dc3d6c0986
commit d8fea90de0
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -16513,9 +16513,9 @@
"integrity": "sha512-xRFJxSU2Im3nrGCdjSuOTFmxVDGeqOHL+TyADCGbT0k4HHqGmx5u2yaHNryvoORpI4DfbzjJ5jPmuv+d7sioFw=="
},
"mobx-react": {
"version": "6.1.7",
"resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-6.1.7.tgz",
"integrity": "sha512-TXwqweY7yEbMl+0F5jOO5bHWUbgeNJr8o1or+1NdhWWg6duIqsGW1D6ojNmn2RO27vRJHkZrp4kjv6919nHS0A==",
"version": "6.1.8",
"resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-6.1.8.tgz",
"integrity": "sha512-NCMJn/hrWoeyeNbzCsBDtftWSy6VlFgw1VzhogrciPFvJIl2xs+8rJJdPlRHQTiNirwNoHNKJgUE4WhPZPvKDw==",
"requires": {
"mobx-react-lite": "^1.4.2"
}

View File

@@ -25,7 +25,7 @@
"fontfaceobserver": "2.1.0",
"lodash": "4.17.15",
"mobx": "5.15.4",
"mobx-react": "6.1.7",
"mobx-react": "6.1.8",
"mobx-stored": "1.1.0",
"moment": "2.24.0",
"object-hash": "2.0.2",