Skip to content

Commit

Permalink
#: Upgrade version to 4.0.49
Browse files Browse the repository at this point in the history
Update versions of dependencies
Update version of nodejs
  • Loading branch information
zdu-strong committed Nov 8, 2024
1 parent fa452da commit 5a77f12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo

## Development environment setup
1. From https://code.visualstudio.com install Visual Studio Code.<br/>
2. From https://nodejs.org install nodejs v20.<br/>
2. From https://nodejs.org install nodejs v22.<br/>

## Available Scripts

Expand Down
6 changes: 3 additions & 3 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.48",
"version": "4.0.49",
"description": "Provide concise usage for mobx in react",
"scripts": {
"test": "node bin/mobx_react_test.js",
Expand All @@ -17,11 +17,11 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/node": "22.8.1",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
Expand Down

0 comments on commit 5a77f12

Please sign in to comment.