Skip to content

Commit 877178b

Browse files
committed
chore: use caret range for peer deps, avoid possible future incompatibilities
1 parent 28ad7a3 commit 877178b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"webpack": "^5.20.0"
4848
},
4949
"peerDependencies": {
50-
"html-webpack-plugin": ">=5.0.0 || ^4.5.1",
51-
"webpack": ">=5.20.0 || ^4.1.0"
50+
"html-webpack-plugin": "^5.0.0 || ^4.5.1",
51+
"webpack": "^5.20.0 || ^4.1.0"
5252
}
5353
}

0 commit comments

Comments
 (0)