Skip to content

Commit

Permalink
Bump the all-dependencies group across 3 directories with 3 updates (#…
Browse files Browse the repository at this point in the history
…1554)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent e1390d5 commit 814ab3b
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 131 deletions.
2 changes: 1 addition & 1 deletion e2e-package-managers/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "Can you use yarn with our plugins?",
"devDependencies": {
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-preset-env": "^10.1.3"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/browserslist/package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "BROWSERSLIST_ENV=development node ./index.mjs && BROWSERSLIST_ENV=production node ./index.mjs && BROWSERSLIST_ENV=legacy-edge node ./index.mjs && node ./use-plugin-option.mjs"
},
"devDependencies": {
"postcss": "^8.4.47",
"postcss": "^8.5.1",
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
},
"browserslist": {
Expand Down
19 changes: 9 additions & 10 deletions e2e/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 e2e/webpack/bundle-through/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "node ./dist/bundle-from-mjs.cjs && node ./dist/bundle-from-cjs.cjs "
},
"dependencies": {
"postcss": "^8.4.47",
"postcss": "^8.5.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
Expand Down
2 changes: 1 addition & 1 deletion e2e/webpack/postcss-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"postcss": "^8.4.47",
"postcss": "^8.5.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"postcss-loader": "^8.1.1",
Expand Down
Loading

0 comments on commit 814ab3b

Please sign in to comment.