Skip to content

Commit 3945b51

Browse files
npm(deps): bump postcss in the core-dependencies group
Bumps the core-dependencies group with 1 update: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.13 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.13...8.5.15) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c871083 commit 3945b51

4 files changed

Lines changed: 161 additions & 160 deletions

File tree

apps/webpack-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"file-loader": "^6.2.0",
3030
"html-webpack-plugin": "^5.6.7",
3131
"mini-css-extract-plugin": "^2.10.0",
32-
"postcss": "^8.5.13",
32+
"postcss": "^8.5.15",
3333
"postcss-loader": "^8.2.1",
3434
"react-refresh": "^0.18.0",
3535
"serve": "^14.2.6",

packages/nextjs-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@stylexswc/typescript-config": "0.16.3",
5454
"@types/node": "^25.6.0",
5555
"next": "^16.2.6",
56-
"postcss": "^8.5.13",
56+
"postcss": "^8.5.15",
5757
"react": "^19.2.5",
5858
"react-dom": "^19.2.5",
5959
"webpack": "^5.106.2"

packages/postcss-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"fast-glob": "^3.3.3",
3737
"glob-parent": "^6.0.2",
3838
"is-glob": "^4.0.3",
39-
"postcss": "^8.5.13"
39+
"postcss": "^8.5.15"
4040
},
4141
"devDependencies": {
4242
"@stylexswc/eslint-config": "0.16.3",

0 commit comments

Comments
 (0)