Skip to content

Commit

Permalink
Update to latest MobX
Browse files Browse the repository at this point in the history
Wasted a lot of time figuring out why tracing isn't working just to find out there was missing log when computed becomes suspended (mobxjs/mobx#2998, fixed in 6.3.3).
  • Loading branch information
nanaya committed Sep 10, 2021
1 parent 4a53b8a commit 07e5ef4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lang.js": "^1.1.14",
"layzr.js": "^2.2.2",
"lodash": "^4.17.19",
"mobx": "^6.3.2",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"moment": "^2.11.1",
"photoswipe": "^4.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5965,10 +5965,10 @@ mobx-react@^7.2.0:
dependencies:
mobx-react-lite "^3.2.0"

mobx@^6.3.2:
version "6.3.2"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.3.2.tgz#125590961f702a572c139ab69392bea416d2e51b"
integrity sha512-xGPM9dIE1qkK9Nrhevp0gzpsmELKU4MFUJRORW/jqxVFIHHWIoQrjDjL8vkwoJYY3C2CeVJqgvl38hgKTalTWg==
mobx@^6.3.3:
version "6.3.3"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.3.3.tgz#a3006c56243b1c7ea4ee671a66f963b9f43cf1af"
integrity sha512-JoNU50rO6d1wHwKPJqKq4rmUMbYnI9CsJmBo+Cu4exBYenFvIN77LWrZENpzW6reZPADtXMmB1DicbDSfy8Clw==

moment@^2.11.1:
version "2.24.0"
Expand Down

0 comments on commit 07e5ef4

Please sign in to comment.