fix(deps): update dependency mobx to v6.3.1

This commit is contained in:
Renovate Bot
2021-05-18 13:12:01 +01:00
committed by Łukasz Mierzwa
parent bdb80960a6
commit 0887ae7589
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -14058,9 +14058,9 @@
"dev": true
},
"mobx": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.3.0.tgz",
"integrity": "sha512-Aa1+VXsg4WxqJMTQfWoYuJi5UD10VZhiobSmcs5kcmI3BIT0aVtn7DysvCeDADCzl7dnbX+0BTHUj/v7gLlZpQ=="
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.3.1.tgz",
"integrity": "sha512-by0VQNBltxLKcQ0uIz2h2mnVv1ZV0ief8mRRw+0k7mL2vSS3806rZg42bt8Vy78szaODtij/5iWIGvc46ZC3Cw=="
},
"mobx-react-lite": {
"version": "3.2.0",
+1 -1
View File
@@ -52,7 +52,7 @@
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "6.3.0",
"mobx": "6.3.1",
"mobx-react-lite": "3.2.0",
"mobx-stored": "1.1.0",
"prettier": "2.3.0",