Skip to content

Commit

Permalink
Merge pull request #63 from martinoppitz/fix/defect-peer-dep-webpack-v5
Browse files Browse the repository at this point in the history
fix: we need a version range for peer deps
  • Loading branch information
Va1 authored Nov 16, 2020
2 parents a028ea6 + 589baae commit 040e8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"webpack": "^5.3.0"
},
"peerDependencies": {
"webpack": "5"
"webpack": "^5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 040e8cf

Please sign in to comment.