fix(inspector): move immutable back to dependencies (#725)

This commit is contained in:
Nathan Bierema 2021-06-07 09:10:45 -04:00 committed by GitHub
parent 07e409de6a
commit fcd73ab043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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