Skip to content

Commit

Permalink
fix: update peer dependencies (#4356)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Dec 20, 2024
1 parent 5405aed commit 7a7e5d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/configtest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lib"
],
"peerDependencies": {
"webpack": "5.x.x",
"webpack-cli": "5.x.x"
"webpack": "^5.82.0",
"webpack-cli": "6.x.x"
}
}
4 changes: 2 additions & 2 deletions packages/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9",
"peerDependencies": {
"webpack": "5.x.x",
"webpack-cli": "5.x.x"
"webpack": "^5.82.0",
"webpack-cli": "6.x.x"
}
}
4 changes: 2 additions & 2 deletions packages/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"lib"
],
"peerDependencies": {
"webpack": "5.x.x",
"webpack-cli": "5.x.x"
"webpack": "^5.82.0",
"webpack-cli": "6.x.x"
},
"peerDependenciesMeta": {
"webpack-dev-server": {
Expand Down

0 comments on commit 7a7e5d9

Please sign in to comment.