Skip to content

Commit

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

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 Jul 29, 2024
1 parent 2e9fcee commit 4dc8cd5
Show file tree
Hide file tree
Showing 10 changed files with 296 additions and 232 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.39",
"postcss": "^8.4.40",
"postcss-preset-env": "^9.6.0"
},
"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.39",
"postcss": "^8.4.40",
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
},
"browserslist": {
Expand Down
24 changes: 12 additions & 12 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.4.5"
"typescript": "^5.5.4"
},
"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.4.5"
"typescript": "^5.5.4"
}
}
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.4.5"
"typescript": "^5.5.4"
},
"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.39",
"postcss": "^8.4.40",
"webpack": "^5.93.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.39",
"postcss": "^8.4.40",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.3",
"postcss-loader": "^8.1.1",
Expand Down
Loading

0 comments on commit 4dc8cd5

Please sign in to comment.