mobx-react-lite
Advanced tools
Comparing version 3.1.6 to 3.1.7
# mobx-react-lite | ||
## 3.1.7 | ||
### 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 | ||
## 3.1.6 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "mobx-react-lite", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks", | ||
@@ -25,3 +25,2 @@ "source": "src/index.ts", | ||
], | ||
"sideEffects": false, | ||
"repository": { | ||
@@ -43,3 +42,3 @@ "type": "git", | ||
"peerDependencies": { | ||
"mobx": "^6.0.4", | ||
"mobx": "^6.0.5", | ||
"react": "^16.8.0 || ^17" | ||
@@ -56,3 +55,3 @@ }, | ||
"devDependencies": { | ||
"mobx": "^6.0.4", | ||
"mobx": "^6.0.5", | ||
"expose-gc": "^1.0.0" | ||
@@ -79,4 +78,6 @@ }, | ||
"test:size": "yarn import-size --report . observer useLocalObservable", | ||
"test:types": "tsc --noEmit", | ||
"test:check": "yarn test:types", | ||
"prepublish": "yarn build --target publish && yarn build:cjs && yarn build:es" | ||
} | ||
} |
468469