Skip to content

Commit 826739f

Browse files
committed
feat: allow to use the latest loader-utils and tapable version
1 parent 81d7b2c commit 826739f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
"standard-version": "9.1.0",
4747
"style-loader": "2.0.0",
4848
"typescript": "4.1.3",
49-
"webpack": "5.10.0",
49+
"webpack": "^5.10.0",
5050
"webpack-recompilation-simulator": "3.2.0",
5151
"webpack-cli": "4.2.0"
5252
},
5353
"dependencies": {
5454
"@types/html-minifier-terser": "^5.0.0",
5555
"html-minifier-terser": "^5.0.1",
56-
"loader-utils": "2.0.0",
56+
"loader-utils": "^2.0.0",
5757
"lodash": "^4.17.20",
5858
"pretty-error": "^2.1.1",
59-
"tapable": "2.0.0"
59+
"tapable": "^2.0.0"
6060
},
6161
"peerDependencies": {
6262
"webpack": "^5.1.2"

0 commit comments

Comments
 (0)