Skip to content

Commit

Permalink
#: Upgrade version to 4.0.48
Browse files Browse the repository at this point in the history
Update versions of dependencies
  • Loading branch information
zdu-strong committed Oct 26, 2024
1 parent 8e585c7 commit fa452da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-react-use-autorun",
"version": "4.0.47",
"version": "4.0.48",
"description": "Provide concise usage for mobx in react",
"scripts": {
"test": "node bin/mobx_react_test.js",
Expand All @@ -20,9 +20,9 @@
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.13",
"@types/node": "22.7.6",
"@types/react": "18.3.11",
"@types/jest": "29.5.14",
"@types/node": "22.8.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down

0 comments on commit fa452da

Please sign in to comment.