Skip to content

Commit 06f1ed9

Browse files
chore(deps): bump postcss from 8.5.2 to 8.5.3 in the npm_and_yarn group (#3569)
Bumps the npm_and_yarn group with 1 update: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.2 to 8.5.3 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.2...8.5.3) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db13d42 commit 06f1ed9

File tree

11 files changed

+24
-24
lines changed

11 files changed

+24
-24
lines changed

.storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"lit": "^3.2.1",
7070
"lodash-es": "^4.17.21",
7171
"npm-registry-fetch": "^18.0.2",
72-
"postcss": "^8.5.2",
72+
"postcss": "^8.5.3",
7373
"prettier": "^3.4.2",
7474
"react": "^18.3.1",
7575
"react-dom": "^18.3.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"nx": "^19.8.2",
9999
"open": "^10.1.0",
100100
"pajv": "^1.2.0",
101-
"postcss": "^8.5.2",
101+
"postcss": "^8.5.3",
102102
"postcss-extend": "^1.0.5",
103103
"postcss-hover-media-feature": "^1.0.2",
104104
"postcss-import": "^16.1.0",

plugins/postcss-add-theming-layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"ava": "^6.2.0",
2525
"c8": "^10.1.3",
26-
"postcss": "^8.5.2"
26+
"postcss": "^8.5.3"
2727
},
2828
"keywords": [
2929
"css",

plugins/postcss-property-rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"ava": "^6.2.0",
2121
"c8": "^10.1.3",
22-
"postcss": "^8.5.2"
22+
"postcss": "^8.5.3"
2323
},
2424
"keywords": [
2525
"css",

plugins/postcss-rgb-mapping/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"ava": "^6.2.0",
3333
"c8": "^10.1.3",
34-
"postcss": "^8.5.2"
34+
"postcss": "^8.5.3"
3535
},
3636
"keywords": [
3737
"css",

plugins/stylelint-no-unknown-custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"colors": "^1.4.0",
3131
"fast-glob": "^3.3.3",
32-
"postcss": "^8.5.2",
32+
"postcss": "^8.5.3",
3333
"postcss-values-parser": "^6.0.2"
3434
},
3535
"peerDependencies": {

plugins/stylelint-no-unused-custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"colors": "^1.4.0",
31-
"postcss": "^8.5.2",
31+
"postcss": "^8.5.3",
3232
"postcss-values-parser": "^6.0.2"
3333
},
3434
"peerDependencies": {

plugins/stylelint-theme-alignment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"dependencies": {
2727
"colors": "^1.4.0",
28-
"postcss": "^8.5.2",
28+
"postcss": "^8.5.3",
2929
"postcss-values-parser": "^6.0.2"
3030
},
3131
"peerDependencies": {

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@adobe/token-diff-generator": "^1.3.0",
3232
"@nxkit/style-dictionary": "^6.0.0",
3333
"@spectrum-tools/postcss-rgb-mapping": "1.0.0",
34-
"postcss": "^8.5.2",
34+
"postcss": "^8.5.3",
3535
"postcss-sorting": "^9.1.0",
3636
"style-dictionary": "^3.9.2",
3737
"style-dictionary-sets": "^2.3.0"

tools/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@spectrum-css/underlay": "workspace:^",
117117
"@spectrum-css/well": "workspace:^",
118118
"colors": "^1.4.0",
119-
"postcss": "^8.5.2",
119+
"postcss": "^8.5.3",
120120
"postcss-licensing": "^2.0.0"
121121
},
122122
"keywords": [

0 commit comments

Comments
 (0)