Skip to content

Commit cdea7af

Browse files
committed
Indicating immutable 4 support in package.json
1 parent 512aa50 commit cdea7af

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"author": "Bryan Wain <bryandwain@gmail.com>",
5353
"license": "MIT",
5454
"peerDependencies": {
55-
"immutable": "^3.7.6",
55+
"immutable": "^3.7.6 || ^4.0.0-rc.1",
5656
"redux-loop": "^4.1.0"
5757
},
5858
"devDependencies": {
@@ -72,7 +72,7 @@
7272
"eslint-plugin-import": "^2.7.0",
7373
"eslint-plugin-jsx-a11y": "^5.1.1",
7474
"eslint-plugin-react": "^7.4.0",
75-
"immutable": "^3.7.6",
75+
"immutable": "^3.7.6 || ^4.0.0-rc.1",
7676
"jest": "^22.4.3",
7777
"redux-loop": "^4.0.0",
7878
"rimraf": "^2.6.2",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,9 +2001,10 @@ ignore@^3.3.3:
20012001
version "3.3.8"
20022002
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.8.tgz#3f8e9c35d38708a3a7e0e9abb6c73e7ee7707b2b"
20032003

2004-
immutable@^3.7.6:
2005-
version "3.8.2"
2006-
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
2004+
"immutable@^3.7.6 || ^4.0.0-rc.1":
2005+
version "4.0.0-rc.12"
2006+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0-rc.12.tgz#ca59a7e4c19ae8d9bf74a97bdf0f6e2f2a5d0217"
2007+
integrity sha512-0M2XxkZLx/mi3t8NVwIm1g8nHoEmM9p9UBl/G9k4+hm0kBgOVdMV/B3CY5dQ8qG8qc80NN4gDV4HQv6FTJ5q7A==
20072008

20082009
import-local@^1.0.0:
20092010
version "1.0.0"

0 commit comments

Comments
 (0)