Skip to content

Commit

Permalink
Set the immutable's version as same as the locked version of the upst…
Browse files Browse the repository at this point in the history
…ream Streamlit frontend to avoid type errors
  • Loading branch information
whitphx committed Jan 8, 2024
1 parent b39ef6c commit 05396fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"wait-on": "^6.0.1"
},
"resolutions": {
"immutable": "4.2.3",
"webpack": "5.76.0",
"@types/react": "17.*"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12253,10 +12253,10 @@ immer@^9.0.19, immer@^9.0.7:
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==

immutable@^4.0.0, immutable@^4.2.3:
version "4.3.4"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.4.tgz#2e07b33837b4bb7662f288c244d1ced1ef65a78f"
integrity sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==
immutable@4.2.3, immutable@^4.0.0, immutable@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.2.3.tgz#a203cdda37a5a30bc351b982a1794c1930198815"
integrity sha512-IHpmvaOIX4VLJwPOuQr1NpeBr2ZG6vpIj3blsLVxXRWJscLioaJRStqC+NcBsLeCDsnGlPpXd5/WZmnE7MbsKA==

import-fresh@^3.1.0, import-fresh@^3.2.1:
version "3.3.0"
Expand Down

0 comments on commit 05396fc

Please sign in to comment.