Skip to content

Commit 207b072

Browse files
authored
Merge branch 'main' into main
2 parents 4836bc6 + 97c354f commit 207b072

File tree

12 files changed

+111
-66
lines changed

12 files changed

+111
-66
lines changed

.storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@spectrum-css/ui-icons": "1.1.2"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.27.3",
49+
"@babel/core": "^7.27.4",
5050
"@chromatic-com/storybook": "^3.2.6",
5151
"@etchteam/storybook-addon-status": "^5.0.0",
5252
"@storybook/addon-a11y": "8.4.7",
@@ -69,7 +69,7 @@
6969
"lit": "^3.3.0",
7070
"lodash-es": "^4.17.21",
7171
"npm-registry-fetch": "^18.0.2",
72-
"postcss": "^8.5.3",
72+
"postcss": "^8.5.4",
7373
"prettier": "^3.5.3",
7474
"react": "^18.3.1",
7575
"react-dom": "^18.3.1",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"diff2html": "^3.4.51",
8686
"eslint": "^8.57.1",
8787
"eslint-plugin-jsonc": "^2.20.1",
88-
"eslint-plugin-prettier": "^5.4.0",
88+
"eslint-plugin-prettier": "^5.4.1",
8989
"fast-glob": "^3.3.3",
9090
"gh-pages": "^6.3.0",
9191
"husky": "^9.1.7",
@@ -100,7 +100,7 @@
100100
"nx": "^21.1.2",
101101
"open": "^10.1.2",
102102
"pajv": "^1.2.0",
103-
"postcss": "^8.5.3",
103+
"postcss": "^8.5.4",
104104
"postcss-extend": "^1.0.5",
105105
"postcss-hover-media-feature": "^1.0.2",
106106
"postcss-import": "^16.1.0",
@@ -116,7 +116,7 @@
116116
"prettier": "^3.5.3",
117117
"rimraf": "^6.0.1",
118118
"semver": "^7.7.2",
119-
"stylelint": "^16.19.1",
119+
"stylelint": "^16.20.0",
120120
"stylelint-config-standard": "^38.0.0",
121121
"stylelint-header": "^3.0.0",
122122
"stylelint-high-performance-animation": "^1.11.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"ava": "^6.3.0",
3434
"c8": "^10.1.3",
35-
"postcss": "^8.5.3"
35+
"postcss": "^8.5.4"
3636
},
3737
"keywords": [
3838
"css",

plugins/postcss-property-rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"ava": "^6.3.0",
3030
"c8": "^10.1.3",
31-
"postcss": "^8.5.3"
31+
"postcss": "^8.5.4"
3232
},
3333
"keywords": [
3434
"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.3.0",
3333
"c8": "^10.1.3",
34-
"postcss": "^8.5.3"
34+
"postcss": "^8.5.4"
3535
},
3636
"keywords": [
3737
"css",

plugins/stylelint-no-missing-var/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"ava": "^6.3.0",
3737
"c8": "^10.1.3",
38-
"stylelint": "^16.19.1"
38+
"stylelint": "^16.20.0"
3939
},
4040
"keywords": [
4141
"css",

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

Lines changed: 2 additions & 2 deletions
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.3",
32+
"postcss": "^8.5.4",
3333
"postcss-values-parser": "^6.0.2"
3434
},
3535
"peerDependencies": {
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"ava": "^6.3.0",
4040
"c8": "^10.1.3",
41-
"stylelint": "^16.19.1"
41+
"stylelint": "^16.20.0"
4242
},
4343
"keywords": [
4444
"css",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"colors": "^1.4.0",
31-
"postcss": "^8.5.3",
31+
"postcss": "^8.5.4",
3232
"postcss-values-parser": "^6.0.2"
3333
},
3434
"peerDependencies": {
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"ava": "^6.3.0",
3939
"c8": "^10.1.3",
40-
"stylelint": "^16.19.1"
40+
"stylelint": "^16.20.0"
4141
},
4242
"keywords": [
4343
"css",

plugins/stylelint-theme-alignment/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
],
2626
"dependencies": {
2727
"colors": "^1.4.0",
28-
"postcss": "^8.5.3",
28+
"postcss": "^8.5.4",
2929
"postcss-values-parser": "^6.0.2"
3030
},
3131
"peerDependencies": {
3232
"stylelint": ">=16"
3333
},
3434
"devDependencies": {
35-
"stylelint": "^16.19.1"
35+
"stylelint": "^16.20.0"
3636
},
3737
"keywords": [
3838
"css",

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@spectrum-tools/postcss-rgb-mapping": "1.1.0",
3030
"deepmerge": "^4.3.1",
3131
"lodash-es": "^4.17.21",
32-
"postcss": "^8.5.3",
32+
"postcss": "^8.5.4",
3333
"postcss-sorting": "^9.1.0",
3434
"style-dictionary": "^4.4.0"
3535
},

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": "6.1.0",
117117
"@spectrum-css/well": "7.1.0",
118118
"colors": "^1.4.0",
119-
"postcss": "^8.5.3",
119+
"postcss": "^8.5.4",
120120
"postcss-licensing": "^3.0.0"
121121
},
122122
"keywords": [

0 commit comments

Comments
 (0)