Skip to content

Commit 71a231f

Browse files
committed
chore: merge remote-tracking branch 'origin' into spectrum-two
2 parents a8617cc + 24ab126 commit 71a231f

File tree

7 files changed

+183
-2983
lines changed

7 files changed

+183
-2983
lines changed

.storybook/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@spectrum-css/ui-icons": "2.0.0-next.2"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "7.28.4",
48+
"@babel/core": "7.28.5",
4949
"@chromatic-com/storybook": "3.2.7",
5050
"@etchteam/storybook-addon-status": "5.0.0",
5151
"@storybook/addon-a11y": "8.4.7",
@@ -60,22 +60,21 @@
6060
"@storybook/core-events": "8.4.7",
6161
"@storybook/manager-api": "8.4.7",
6262
"@storybook/preview-api": "8.4.7",
63-
"@storybook/test-runner": "0.22.0",
6463
"@storybook/theming": "8.4.7",
6564
"@storybook/web-components-vite": "8.4.7",
6665
"@whitespace/storybook-addon-html": "8.0.2",
67-
"chromatic": "13.2.0",
66+
"chromatic": "13.3.1",
6867
"lit": "3.3.1",
6968
"lodash-es": "4.17.21",
7069
"npm-registry-fetch": "19.0.0",
7170
"postcss": "8.5.6",
7271
"prettier": "3.6.2",
73-
"react": "19.1.1",
74-
"react-dom": "19.1.1",
72+
"react": "19.2.0",
73+
"react-dom": "19.2.0",
7574
"react-syntax-highlighter": "15.6.6",
7675
"remark-gfm": "4.0.1",
77-
"storybook": "8.4.7",
78-
"vite": "7.1.7"
76+
"storybook": "8.6.14",
77+
"vite": "7.1.12"
7978
},
8079
"keywords": [
8180
"design-system",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@
7474
"at-rule-packer": "0.5.0",
7575
"autoprefixer": "10.4.21",
7676
"colors": "1.4.0",
77-
"cross-env": "10.0.0",
77+
"cross-env": "10.1.0",
7878
"cssnano": "7.1.1",
7979
"cssnano-preset-advanced": "7.0.9",
8080
"diff": "8.0.2",
8181
"diff2html": "3.4.52",
8282
"eslint": "8.57.1",
83-
"eslint-plugin-jsonc": "2.20.1",
83+
"eslint-plugin-jsonc": "2.21.0",
8484
"eslint-plugin-prettier": "5.5.4",
8585
"fast-glob": "3.3.3",
8686
"gh-pages": "6.3.0",
8787
"husky": "9.1.7",
8888
"jsonc-eslint-parser": "2.4.1",
89-
"lint-staged": "16.2.5",
89+
"lint-staged": "16.2.6",
9090
"lodash": "4.17.21",
9191
"markdownlint": "0.38.0",
9292
"markdownlint-cli": "0.45.0",
@@ -109,15 +109,15 @@
109109
"postcss-values-parser": "6.0.2",
110110
"prettier": "3.6.2",
111111
"rimraf": "6.0.1",
112-
"semver": "7.7.2",
113-
"stylelint": "16.24.0",
114-
"stylelint-config-standard": "39.0.0",
112+
"semver": "7.7.3",
113+
"stylelint": "16.25.0",
114+
"stylelint-config-standard": "39.0.1",
115115
"stylelint-header": "3.0.0",
116116
"stylelint-high-performance-animation": "1.11.0",
117117
"stylelint-order": "7.0.0",
118118
"stylelint-selector-bem-pattern": "4.0.1",
119119
"stylelint-use-logical": "2.1.2",
120-
"tar": "7.4.4",
120+
"tar": "7.5.1",
121121
"yargs": "18.0.0",
122122
"zlib": "1.0.5"
123123
},

plugins/changesets-changelog-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@changesets/get-github-info": "0.6.0",
2020
"@changesets/types": "6.1.0",
21-
"dotenv": "17.2.2"
21+
"dotenv": "17.2.3"
2222
},
2323
"devDependencies": {
2424
"@changesets/parse": "0.4.1",

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.4.1",
3737
"c8": "10.1.3",
38-
"stylelint": "16.24.0"
38+
"stylelint": "16.25.0"
3939
},
4040
"keywords": [
4141
"css",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"ava": "6.4.1",
4040
"c8": "10.1.3",
41-
"stylelint": "16.24.0"
41+
"stylelint": "16.25.0"
4242
},
4343
"keywords": [
4444
"css",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"ava": "6.4.1",
3939
"c8": "10.1.3",
40-
"stylelint": "16.24.0"
40+
"stylelint": "16.25.0"
4141
},
4242
"keywords": [
4343
"css",

0 commit comments

Comments
 (0)