chore: update peerDeps before release

This commit is contained in:
Roman Hotsiy 2019-03-15 11:37:54 +02:00
parent 75459bd4fa
commit 6b152c67ef
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 6 additions and 6 deletions

View File

@ -13,10 +13,10 @@
"isarray": "^2.0.4",
"mkdirp": "^0.5.1",
"mobx": "^4.2.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"redoc": "^2.0.0-rc.1",
"styled-components": "^4.1.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"redoc": "^2.0.0-rc.3",
"styled-components": "^4.1.12",
"tslib": "^1.9.3",
"yargs": "^12.0.5"
},

View File

@ -127,8 +127,8 @@
},
"peerDependencies": {
"mobx": "^4.2.0 || ^5.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"styled-components": "^4.1.1"
},
"dependencies": {