Skip to content

Commit b0363dc

Browse files
committed
fix: update peer dependencies
1 parent 30522d1 commit b0363dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prepublishOnly": "yarn run build"
2222
},
2323
"peerDependencies": {
24-
"@loadable/component": "^4.0.0",
24+
"@loadable/component": "^5.0.1",
2525
"react": ">=16.3.0"
2626
},
2727
"dependencies": {

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"prepublishOnly": "yarn run build"
2222
},
2323
"peerDependencies": {
24-
"webpack": ">=4.0.0"
24+
"webpack": ">=4.6.0"
2525
}
2626
}

0 commit comments

Comments
 (0)