mobx-react
Advanced tools
Comparing version 7.0.5 to 7.0.6
# mobx-react | ||
## 7.0.6 | ||
### Patch Changes | ||
- [`592e6e99`](https://github.com/mobxjs/mobx/commit/592e6e996c2d5264e162cfb0921a071c1d815c92) [#2743](https://github.com/mobxjs/mobx/pull/2743) Thanks [@vkrol](https://github.com/vkrol)! - Remove `sideEffects` section in `mobx-react-lite` `package.json` | ||
- Updated dependencies [[`6b304232`](https://github.com/mobxjs/mobx/commit/6b30423266e5418a3f20389d0bd0eae31f3384d2), [`83b84fd3`](https://github.com/mobxjs/mobx/commit/83b84fd354f2253fdd8ea556e217a92fc2633c00), [`65c7b73b`](https://github.com/mobxjs/mobx/commit/65c7b73b7f0b1a69a1a2786b5f484419d129d10b), [`989390d4`](https://github.com/mobxjs/mobx/commit/989390d46bbe9941b61ac6c6d1292f96445e7cc3), [`dea1cf18`](https://github.com/mobxjs/mobx/commit/dea1cf189b0f43929f4f626229d34a80bd10212e), [`592e6e99`](https://github.com/mobxjs/mobx/commit/592e6e996c2d5264e162cfb0921a071c1d815c92)]: | ||
- mobx@6.0.5 | ||
- mobx-react-lite@3.1.7 | ||
## 7.0.5 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "mobx-react", | ||
"version": "7.0.5", | ||
"version": "7.0.6", | ||
"description": "React bindings for MobX. Create fully reactive components.", | ||
@@ -39,6 +39,6 @@ "source": "src/index.ts", | ||
"dependencies": { | ||
"mobx-react-lite": "^3.1.6" | ||
"mobx-react-lite": "^3.1.7" | ||
}, | ||
"peerDependencies": { | ||
"mobx": "^6.0.4", | ||
"mobx": "^6.0.5", | ||
"react": "^16.8.0 || ^17" | ||
@@ -55,4 +55,4 @@ }, | ||
"devDependencies": { | ||
"mobx": "^6.0.4", | ||
"mobx-react-lite": "^3.1.6" | ||
"mobx": "^6.0.5", | ||
"mobx-react-lite": "^3.1.7" | ||
}, | ||
@@ -73,4 +73,6 @@ "keywords": [ | ||
"test:size": "yarn import-size --report . observer", | ||
"test:types": "tsc --noEmit", | ||
"test:check": "yarn test:types", | ||
"prepublish": "yarn build --target publish" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
609185
Updatedmobx-react-lite@^3.1.7