fix: Add immutable as plugin dependency

pull/37/head
Boaz Poolman 2022-01-07 09:59:35 +01:00
parent 2826c97756
commit db51be5b8f
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
}, },
"dependencies": { "dependencies": {
"cli-table": "^0.3.6", "cli-table": "^0.3.6",
"immutable": "^3.8.2",
"react-diff-viewer": "^3.1.1", "react-diff-viewer": "^3.1.1",
"redux-thunk": "^2.3.0" "redux-thunk": "^2.3.0"
}, },
@ -70,7 +71,7 @@
"eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5", "eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^2.3.0", "eslint-plugin-react-hooks": "^2.3.0",
"immutable": "^4.0.0-rc.14", "immutable": "3.8.2",
"jest": "^26.0.1", "jest": "^26.0.1",
"jest-cli": "^26.0.1", "jest-cli": "^26.0.1",
"jest-styled-components": "^7.0.2", "jest-styled-components": "^7.0.2",