fix(inspector): move immutable back to dependencies

This commit is contained in:
Nathan Bierema 2021-06-07 00:48:47 -04:00
parent e7477833f0
commit 0fd742d2ce

View File

@ -41,6 +41,7 @@
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"dateformat": "^3.0.3", "dateformat": "^3.0.3",
"hex-rgba": "^1.0.2", "hex-rgba": "^1.0.2",
"immutable": "^4.0.0-rc.12",
"javascript-stringify": "^2.0.1", "javascript-stringify": "^2.0.1",
"jsondiffpatch": "^0.4.1", "jsondiffpatch": "^0.4.1",
"jss": "^10.3.0", "jss": "^10.3.0",
@ -66,7 +67,6 @@
"base16": "^1.0.0", "base16": "^1.0.0",
"connected-react-router": "^6.8.0", "connected-react-router": "^6.8.0",
"history": "^4.10.1", "history": "^4.10.1",
"immutable": "^4.0.0-rc.12",
"lodash.shuffle": "^4.2.0", "lodash.shuffle": "^4.2.0",
"react": "^16.13.1", "react": "^16.13.1",
"react-bootstrap": "^1.3.0", "react-bootstrap": "^1.3.0",