Skip to content

Commit

Permalink
fix: fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 31, 2018
1 parent 38b9d83 commit 6816e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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": "^3.0.0",
"@loadable/component": "^4.0.0",
"react": ">=16.3.0"
}
}
3 changes: 3 additions & 0 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"prebuild": "shx rm -rf dist",
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
"prepublishOnly": "yarn run build"
},
"peerDependencies": {
"webpack": ">=4.0.0"
}
}

0 comments on commit 6816e8c

Please sign in to comment.