Skip to content

Commit 040e8cf

Browse files
authored
Merge pull request #63 from martinoppitz/fix/defect-peer-dep-webpack-v5
fix: we need a version range for peer deps
2 parents a028ea6 + 589baae commit 040e8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpack": "^5.3.0"
2525
},
2626
"peerDependencies": {
27-
"webpack": "5"
27+
"webpack": "^5"
2828
},
2929
"repository": {
3030
"type": "git",

0 commit comments

Comments
 (0)