Skip to content

Commit b17650f

Browse files
use latest shallowequal
1 parent c0f494f commit b17650f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## react-coroutine v1.0.6
2+
3+
* Use latest `shallowequal` without `lodash` dependency (–3kb of minified code)
4+
15
## react-coroutine v1.0.5
26

37
* Fix the issue with redundant updates due to late props comparison

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"dependencies": {
2626
"react": "15.x",
27-
"shallowequal": "~0.2.2"
27+
"shallowequal": "~1.0.1"
2828
},
2929
"devDependencies": {
3030
"babel-cli": "6.x",

0 commit comments

Comments
 (0)