Skip to content

Commit

Permalink
fix(webpack-loader): correct peerDep range
Browse files Browse the repository at this point in the history
ensure range says webpack 5 or above.
  • Loading branch information
AviVahl committed Jun 28, 2021
1 parent 572b7bc commit 3304dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "./dist/index.d.ts",
"peerDependencies": {
"typescript": ">=2.8.0",
"webpack": ">=4"
"webpack": ">=5.0.0"
},
"dependencies": {
"@ts-tools/transpile": "^3.0.1"
Expand Down

0 comments on commit 3304dab

Please sign in to comment.