fix(cli): resolve dependency issues (#666)

* Loosen peer range

* Add immutable dependency

* Install @types/react in cli
This commit is contained in:
Nathan Bierema 2020-11-12 10:48:06 -06:00 committed by GitHub
parent 9cf69bcc63
commit e39e43968b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@types/react": "^16.9.46",
"apollo-server": "^2.18.2",
"apollo-server-express": "^2.18.2",
"body-parser": "^1.19.0",

View File

@ -40,6 +40,7 @@
"d3-state-visualizer": "^1.3.4",
"devui": "^1.0.0-6",
"get-params": "^0.1.2",
"immutable": "^4.0.0-rc.12",
"javascript-stringify": "^2.0.1",
"jsan": "^3.1.13",
"jsondiffpatch": "^0.4.1",

View File

@ -55,7 +55,7 @@
"redux-devtools": "^3.7.0"
},
"peerDependencies": {
"@types/react": "^16.9.46",
"@types/react": "^16.3.18",
"react": "^16.3.0",
"redux": "^3.4.0 || ^4.0.0",
"redux-devtools": "^3.4.0"