Skip to content

Commit

Permalink
chore: update peerDeps before release
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 15, 2019
1 parent 75459bd commit 6b152c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6b152c6

Please sign in to comment.