Skip to content

Commit

Permalink
Support immer v6
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Mar 17, 2020
1 parent 7a05726 commit a31f1be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,5 +2,6 @@ language: node_js

node_js:
- "10"
- "12"

after_script: "npm run coveralls"
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -36,7 +36,7 @@
"peerDependencies": {
"redux": ">=3 <5",
"redux-thunk": "2.x.x",
"immer": ">=1 <6",
"immer": ">=1 <7",
"normalizr": "3.x.x"
},
"devDependencies": {
Expand All @@ -54,7 +54,7 @@
"rollup-plugin-node-resolve": "5.x.x",
"rollup-plugin-peer-deps-external": "2.x.x",
"rollup-plugin-terser": "5.x.x",
"immer": "5.x.x",
"immer": "6.x.x",
"normalizr": "3.x.x",
"npm-run-all": "4.x.x",
"rimraf": "3.x.x"
Expand Down

0 comments on commit a31f1be

Please sign in to comment.