mobx-react-use-autorun 4.0.72 → 4.0.76
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.
- package/README.md +0 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -349,10 +349,6 @@ Builds the files for production to the `dist` folder.<br/>
|
|
|
349
349
|
|
|
350
350
|
Publish to npm repository<br/>
|
|
351
351
|
|
|
352
|
-
Pre-step, please run<br/>
|
|
353
|
-
|
|
354
|
-
npm login --registry https://registry.npmjs.org
|
|
355
|
-
|
|
356
352
|
# License
|
|
357
353
|
|
|
358
354
|
This project is licensed under the terms of the [MIT license](./LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobx-react-use-autorun",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.76",
|
|
4
4
|
"description": "Provide concise usage for mobx in react",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node bin/mobx_react_test.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"rxjs": ">=7.8.2"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"react": ">=16.8.0
|
|
16
|
+
"react": ">=16.8.0 <=19.0.4"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"keywords": [
|