Skip to content

Commit

Permalink
#: Upgrade version to 4.0.25
Browse files Browse the repository at this point in the history
Update versions of dependencies
  • Loading branch information
zdu-strong committed May 12, 2024
1 parent 30eb002 commit e3ede28
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.24",
"version": "4.0.25",
"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",
Expand All @@ -17,15 +17,15 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.1",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/react": "18.2.77",
"@types/react-dom": "18.2.25",
"react": "18.2.0",
"react-dom": "18.2.0",
"@types/node": "20.12.11",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1",
"typescript": "4.9.5"
},
Expand Down

0 comments on commit e3ede28

Please sign in to comment.