Skip to content

Commit 589baae

Browse files
committed
fix: we need a version range for peer deps
1 parent a028ea6 commit 589baae

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)