Skip to content

Commit

Permalink
update immutable version
Browse files Browse the repository at this point in the history
  • Loading branch information
supasate committed Nov 28, 2021
1 parent 5da1f1b commit 8629b14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"redux": "^3.6.0 || ^4.0.0"
},
"optionalDependencies": {
"immutable": "^3.8.1 || ^4.0.0-rc.1",
"immutable": "^3.8.1 || ^4.0.0",
"seamless-immutable": "^7.1.3"
},
"devDependencies": {
Expand All @@ -64,7 +64,7 @@
"eslint": "^5.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"immutable": "^4.0.0-rc.12",
"immutable": "^4.0.0",
"jest": "^24.3.1",
"raf": "^3.4.0",
"react": "^16.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3600,10 +3600,10 @@ immutable@^3.8.1:
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
integrity sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=

"immutable@^3.8.1 || ^4.0.0-rc.1":
version "4.0.0-rc.12"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0-rc.12.tgz#ca59a7e4c19ae8d9bf74a97bdf0f6e2f2a5d0217"
integrity sha512-0M2XxkZLx/mi3t8NVwIm1g8nHoEmM9p9UBl/G9k4+hm0kBgOVdMV/B3CY5dQ8qG8qc80NN4gDV4HQv6FTJ5q7A==
"immutable@^3.8.1 || ^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23"
integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==

import-fresh@^3.0.0:
version "3.2.1"
Expand Down

0 comments on commit 8629b14

Please sign in to comment.