mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(deps): update dependency mobx to v6
This commit is contained in:
committed by
Łukasz Mierzwa
parent
c4a6856fb9
commit
fea2146050
Generated
+3
-3
@@ -14687,9 +14687,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"mobx": {
|
||||
"version": "5.15.7",
|
||||
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.15.7.tgz",
|
||||
"integrity": "sha512-wyM3FghTkhmC+hQjyPGGFdpehrcX1KOXsDuERhfK2YbJemkUhEB+6wzEN639T21onxlfYBmriA1PFnvxTUhcKw=="
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.0.0.tgz",
|
||||
"integrity": "sha512-bjwqOFkr2FebW0sul7UgbWz4/l7mNvTmE1FPhj95Jeg74v2GSCvtyLeuuiRDF/2bClD9K/P4x/RpLzupbtP7Iw=="
|
||||
},
|
||||
"mobx-react-lite": {
|
||||
"version": "2.2.2",
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@
|
||||
"lodash.merge": "4.6.2",
|
||||
"lodash.throttle": "4.1.1",
|
||||
"lodash.uniqueid": "4.0.1",
|
||||
"mobx": "5.15.7",
|
||||
"mobx": "6.0.0",
|
||||
"mobx-react-lite": "2.2.2",
|
||||
"mobx-stored": "1.1.0",
|
||||
"node-sass": "4.14.1",
|
||||
|
||||
Reference in New Issue
Block a user