mirror of
https://github.com/prymitive/karma
synced 2026-05-17 04:16:42 +00:00
fix(deps): update dependency mobx to v6.6.0
This commit is contained in:
committed by
Łukasz Mierzwa
parent
773ea0b346
commit
379d2065f3
14
ui/package-lock.json
generated
14
ui/package-lock.json
generated
@@ -30,7 +30,7 @@
|
||||
"lodash.merge": "4.6.2",
|
||||
"lodash.throttle": "4.1.1",
|
||||
"lodash.uniqueid": "4.0.1",
|
||||
"mobx": "6.5.0",
|
||||
"mobx": "6.6.0",
|
||||
"mobx-react-lite": "3.4.0",
|
||||
"mobx-stored": "1.1.0",
|
||||
"promise-retry": "2.0.1",
|
||||
@@ -24636,9 +24636,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/mobx": {
|
||||
"version": "6.5.0",
|
||||
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.5.0.tgz",
|
||||
"integrity": "sha512-pHZ/cySF00FVENDWIDzJyoObFahK6Eg4d0papqm6d7yMkxWTZ/S/csqJX1A3PsYy4t5k3z2QnlwuCfMW5lSEwA==",
|
||||
"version": "6.6.0",
|
||||
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.0.tgz",
|
||||
"integrity": "sha512-MNTKevLH/6DShLZcmSL351+JgiJPO56A4GUpoiDQ3/yZ0mAtclNLdHK9q4BcQhibx8/JSDupfTpbX2NZPemlRg==",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/mobx"
|
||||
@@ -52445,9 +52445,9 @@
|
||||
}
|
||||
},
|
||||
"mobx": {
|
||||
"version": "6.5.0",
|
||||
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.5.0.tgz",
|
||||
"integrity": "sha512-pHZ/cySF00FVENDWIDzJyoObFahK6Eg4d0papqm6d7yMkxWTZ/S/csqJX1A3PsYy4t5k3z2QnlwuCfMW5lSEwA=="
|
||||
"version": "6.6.0",
|
||||
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.0.tgz",
|
||||
"integrity": "sha512-MNTKevLH/6DShLZcmSL351+JgiJPO56A4GUpoiDQ3/yZ0mAtclNLdHK9q4BcQhibx8/JSDupfTpbX2NZPemlRg=="
|
||||
},
|
||||
"mobx-react-lite": {
|
||||
"version": "3.4.0",
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"lodash.merge": "4.6.2",
|
||||
"lodash.throttle": "4.1.1",
|
||||
"lodash.uniqueid": "4.0.1",
|
||||
"mobx": "6.5.0",
|
||||
"mobx": "6.6.0",
|
||||
"mobx-react-lite": "3.4.0",
|
||||
"mobx-stored": "1.1.0",
|
||||
"promise-retry": "2.0.1",
|
||||
|
||||
Reference in New Issue
Block a user