Replace seamless-immutable with trivial helper
We use this dependency to guard against accidental mutation of objects and arrays in the store. However the production build was including the development version of the library. To simplify things, replace the library with a small utility.
Showing
... | ... | @@ -95,7 +95,6 @@ |
"retry": "^0.12.0", | ||
"sass": "^1.23.0", | ||
"scroll-into-view": "^1.8.2", | ||
"seamless-immutable": "^7.1.4", | ||
"shallowequal": "^1.1.0", | ||
"showdown": "^1.6.4", | ||
"sinon": "^9.0.0", | ||
... | ... |
Please register or sign in to comment