Skip to content

Commit 07dce8f

Browse files
pkg: Update webpack-cli to v6 (#3318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b500a47 commit 07dce8f

File tree

6 files changed

+171
-110
lines changed

6 files changed

+171
-110
lines changed

examples/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"@types/benchmark": "2.1.5",
3333
"@types/react": "19.0.2",
3434
"webpack": "^5.76.2",
35-
"webpack-cli": "^5.1.4"
35+
"webpack-cli": "^6.0.0"
3636
}
3737
}

examples/github-app/package-lock.json

Lines changed: 64 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/github-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react-refresh": "0.16.0",
4545
"serve": "14.2.4",
4646
"webpack": "5.97.1",
47-
"webpack-cli": "5.1.4",
47+
"webpack-cli": "6.0.0",
4848
"webpack-dev-server": "5.2.0"
4949
},
5050
"dependencies": {

0 commit comments

Comments
 (0)