Skip to content

Commit

Permalink
update mobx-react-lite (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate authored Sep 23, 2023
1 parent ff650fc commit 3693b74
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,18 +418,18 @@ yarn jest:update
✓ No tearing finally on update (4651 ms)
✓ No tearing finally on mount (5610 ms)
Level 2
No tearing temporarily on update (8739 ms)
No tearing temporarily on mount (6586 ms)
No tearing temporarily on update (8739 ms)
No tearing temporarily on mount (6586 ms)
Level 3
Can interrupt render (time slicing) (3692 ms)
Can interrupt render (time slicing) (3692 ms)
✕ Can branch state (wip state) (3071 ms)
With useDeferredValue
Level 1
✓ No tearing finally on update (9777 ms)
✓ No tearing finally on mount (6595 ms)
Level 2
✓ No tearing temporarily on update (14724 ms)
No tearing temporarily on mount (6568 ms)
No tearing temporarily on mount (6568 ms)
```
</details>
Expand Down Expand Up @@ -674,14 +674,14 @@ yarn jest:update
<th><a href="https://github.com/mobxjs/mobx-react-lite">mobx-react-lite</a></th>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:x:</td>
<td>:x:</td>
<td>:white_check_mark:</td>
<td>:x:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:x:</td>
</tr>

</table>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"effector-react": "^22.4.0",
"graphql": "^16.6.0",
"jotai": "^2.0.0",
"mobx": "^6.8.0",
"mobx-react-lite": "^3.4.0",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hooks-global-state": "^2.1.0",
Expand Down
20 changes: 11 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5204,15 +5204,17 @@ mkdirp@^0.5.6:
dependencies:
minimist "^1.2.6"

mobx-react-lite@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-3.4.0.tgz#d59156a96889cdadad751e5e4dab95f28926dfff"
integrity sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==

mobx@^6.8.0:
version "6.8.0"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.8.0.tgz#59051755fdb5c8a9f3f2e0a9b6abaf86bab7f843"
integrity sha512-+o/DrHa4zykFMSKfS8Z+CPSEg5LW9tSNGTuN8o6MF1GKxlfkSHSeJn5UtgxvPkGgaouplnrLXCF+duAsmm6FHQ==
mobx-react-lite@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-4.0.4.tgz#eee3c55dfa6841365d5a7764971c456db12570fb"
integrity sha512-68uNYvQC/5Dazs3sIBv+bnpzRwcWde8y4ujHiLizhq8yeQtJ2tlNUGSh4r40gyE5M0utACIofBDsAj2hplcovQ==
dependencies:
use-sync-external-store "^1.2.0"

mobx@^6.10.2:
version "6.10.2"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.10.2.tgz#96e123deef140750360ca9a5b02a8b91fbffd4d9"
integrity sha512-B1UGC3ieK3boCjnMEcZSwxqRDMdzX65H/8zOHbuTY8ZhvrIjTUoLRR2TP2bPqIgYRfb3+dUigu8yMZufNjn0LQ==

ms@2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 3693b74

Please sign in to comment.