Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Stick with draft-js compatible immutable.js
User cannot control installing transitive dependencies. Caret range will install the latest minor version which is not what draft-js expects. Alternative solution would be moving immutable.js to peerDependencies.
  • Loading branch information
TrySound authored Jan 28, 2021
commit 58ca9d4b4af99c19a26111d25545e4fc2a5aec45
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"tape": "4.5.1"
},
"dependencies": {
"immutable": "^3.7.4"
"immutable": "~3.7.4"
}
}