fix(deps): update dependency mobx-react-lite to v3.2.1

This commit is contained in:
Renovate Bot
2021-08-31 19:52:20 +00:00
committed by Łukasz Mierzwa
parent 43f9da9991
commit 9ac8a0af34
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -15926,9 +15926,9 @@
"integrity": "sha512-JoNU50rO6d1wHwKPJqKq4rmUMbYnI9CsJmBo+Cu4exBYenFvIN77LWrZENpzW6reZPADtXMmB1DicbDSfy8Clw=="
},
"mobx-react-lite": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.2.0.tgz",
"integrity": "sha512-q5+UHIqYCOpBoFm/PElDuOhbcatvTllgRp3M1s+Hp5j0Z6XNgDbgqxawJ0ZAUEyKM8X1zs70PCuhAIzX1f4Q/g=="
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.2.1.tgz",
"integrity": "sha512-hwURgfmP2apX3HQrB55V9DN47kuN3C6KlQvI5UIfJRibXma72C/JudcNt2r9dWjAdFMrcZoz1ivvtXMCkJ2aQA=="
},
"mobx-stored": {
"version": "1.1.0",

View File

@@ -31,7 +31,7 @@
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "6.3.3",
"mobx-react-lite": "3.2.0",
"mobx-react-lite": "3.2.1",
"mobx-stored": "1.1.0",
"promise-retry": "2.0.1",
"qs": "6.10.1",