Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: allow to use the latest loader-utils and tapable version
  • Loading branch information
jantimon committed Feb 3, 2021
1 parent 81d7b2c commit 826739f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -46,17 +46,17 @@
"standard-version": "9.1.0",
"style-loader": "2.0.0",
"typescript": "4.1.3",
"webpack": "5.10.0",
"webpack": "^5.10.0",
"webpack-recompilation-simulator": "3.2.0",
"webpack-cli": "4.2.0"
},
"dependencies": {
"@types/html-minifier-terser": "^5.0.0",
"html-minifier-terser": "^5.0.1",
"loader-utils": "2.0.0",
"loader-utils": "^2.0.0",
"lodash": "^4.17.20",
"pretty-error": "^2.1.1",
"tapable": "2.0.0"
"tapable": "^2.0.0"
},
"peerDependencies": {
"webpack": "^5.1.2"
Expand Down

0 comments on commit 826739f

Please sign in to comment.