Skip to content

Commit

Permalink
#: Upgrade version to 4.0.42
Browse files Browse the repository at this point in the history
Update versions of dependencies
  • Loading branch information
zdu-strong committed Jul 20, 2024
1 parent 535d460 commit 8cf8563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "mobx-react-use-autorun",
"version": "4.0.41",
"version": "4.0.42",
"description": "Provide concise usage for mobx in react",
"scripts": {
"test": "npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_test.ts",
"build": "npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_build.ts",
"make": "npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_make.ts"
},
"dependencies": {
"mobx": "6.13.0",
"mobx": "6.13.1",
"mobx-react-lite": "4.0.7",
"rxjs": "7.8.1"
},
Expand All @@ -21,7 +21,7 @@
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
Expand Down

0 comments on commit 8cf8563

Please sign in to comment.