Skip to content

Commit 1621941

Browse files
Bump webpack-cli from 5.0.2 to 5.1.0 in /e2e (csstools#961)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.2...webpack-cli@5.1.0) --- updated-dependencies: - dependency-name: webpack-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82afbc7 commit 1621941

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

e2e/package-lock.json

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

e2e/webpack/bundle-through/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"postcss": "^8.4.20",
1313
"webpack": "^5.82.0",
14-
"webpack-cli": "^5.0.1",
14+
"webpack-cli": "^5.1.0",
1515
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
1616
},
1717
"volta": {

e2e/webpack/postcss-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"postcss": "^8.4.20",
1212
"webpack": "^5.82.0",
13-
"webpack-cli": "^5.0.1",
13+
"webpack-cli": "^5.1.0",
1414
"postcss-loader": "^7.2.4",
1515
"style-loader": "^3.3.1",
1616
"css-loader": "^6.7.1",

0 commit comments

Comments
 (0)