mobx-react-use-autorun 4.0.48 → 4.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -289,7 +289,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
289
289
 
290
290
  ## Development environment setup
291
291
  1. From https://code.visualstudio.com install Visual Studio Code.<br/>
292
- 2. From https://nodejs.org install nodejs v20.<br/>
292
+ 2. From https://nodejs.org install nodejs v22.<br/>
293
293
 
294
294
  ## Available Scripts
295
295
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobx-react-use-autorun",
3
- "version": "4.0.48",
3
+ "version": "4.0.49",
4
4
  "description": "Provide concise usage for mobx in react",
5
5
  "scripts": {
6
6
  "test": "node bin/mobx_react_test.js",