Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 75e5ded commit e13bfe5
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions e2e-package-managers/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"description": "Can you use yarn with our plugins?",
"devDependencies": {
"postcss": "^8.4.45",
"postcss-preset-env": "^10.0.2"
"postcss": "^8.4.47",
"postcss-preset-env": "^10.0.3"
},
"volta": {
"extends": "../../package.json",
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.45",
"postcss": "^8.4.47",
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
},
"browserslist": {
Expand Down
34 changes: 17 additions & 17 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/typescript/commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion e2e/typescript/esm--node-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion e2e/typescript/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"volta": {
"extends": "../../package.json"
Expand Down
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.45",
"postcss": "^8.4.47",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.3",
"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.45",
"postcss": "^8.4.47",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.3",
"postcss-loader": "^8.1.1",
Expand Down

0 comments on commit e13bfe5

Please sign in to comment.