Skip to content

Commit

Permalink
fix: updated peerDependencies (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
semoal committed May 29, 2021
1 parent b186025 commit 3013605
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"node": ">=10"
},
"peerDependencies": {
"redux": "^4.0.5"
"redux": ">=4"
},
"devDependencies": {
"redux": "^4.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/immer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"redux": "^4.0.5"
},
"peerDependencies": {
"@rematch/core": "^2.0.0",
"immer": ">=7 | >= 8",
"@rematch/core": ">=2",
"immer": ">=7 | >= 8 | >= 9",
"redux": ">=4"
},
"authors": [
Expand Down
7 changes: 2 additions & 5 deletions packages/loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@
"src"
],
"devDependencies": {
"@rematch/core": "^2.0.1",
"@types/redux-immutable": "^4.0.1",
"immutable": "^3.8.2",
"redux-immutable": "^4.0.0"
"@rematch/core": "^2.0.1"
},
"peerDependencies": {
"@rematch/core": "^2.0.0"
"@rematch/core": ">=2"
},
"author": "Shawn McKay <shawn.j.mckay@gmail.com>",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/persist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@rematch/core": "^2.0.1"
},
"peerDependencies": {
"@rematch/core": "^2.0.0",
"redux": "^4.0.5"
"@rematch/core": ">=2",
"redux": ">=4"
},
"author": "Shawn McKay <shawn.j.mckay@gmail.com>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"redux": "^4.0.5"
},
"peerDependencies": {
"@rematch/core": "^2.0.0",
"@rematch/core": ">=2",
"redux": ">=4"
},
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@rematch/core": "^2.0.1"
},
"peerDependencies": {
"@rematch/core": "^2.0.0"
"@rematch/core": ">=2"
},
"author": "Shawn McKay <shawn.j.mckay@gmail.com> (https://github.com/shmck)",
"keywords": [
Expand Down

0 comments on commit 3013605

Please sign in to comment.