Skip to content

Commit

Permalink
Update peerDependencies where needed
Browse files Browse the repository at this point in the history
I check peer dependencies, esbuild before 14 and webpack before 5
no longer worked.
  • Loading branch information
wooorm committed Oct 19, 2023
1 parent 3a7f194 commit 48f0319
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"vfile": "^6.0.0"
},
"peerDependencies": {
"esbuild": ">=0.11.0"
"esbuild": ">=0.14.0"
},
"scripts": {
"test": "npm run test-coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"source-map": "^0.7.0"
},
"peerDependencies": {
"webpack": ">=4"
"webpack": ">=5"
},
"devDependencies": {},
"scripts": {
Expand Down

0 comments on commit 48f0319

Please sign in to comment.