Skip to content

Commit

Permalink
fix: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 10, 2018
1 parent 30522d1 commit b0363dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "yarn run build"
},
"peerDependencies": {
"@loadable/component": "^4.0.0",
"@loadable/component": "^5.0.1",
"react": ">=16.3.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"prepublishOnly": "yarn run build"
},
"peerDependencies": {
"webpack": ">=4.0.0"
"webpack": ">=4.6.0"
}
}

0 comments on commit b0363dc

Please sign in to comment.