Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit ea0aeb1

Browse files
committed
Patch dependencies (#693)
1 parent 47a2b5e commit ea0aeb1

File tree

3 files changed

+1049
-1494
lines changed

3 files changed

+1049
-1494
lines changed

package.json

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
"./styles/fonts.css": "./dist/styles/fonts.css",
3939
"./styles/variables.css": "./dist/styles/variables.css"
4040
},
41+
"pnpm": {
42+
"overrides": {
43+
"[email protected]": "^0.25.0",
44+
"[email protected]": "^2.15.4"
45+
}
46+
},
4147
"scripts": {
4248
"start": "per-env",
4349
"start:development": "storybook dev --config-dir .storybook --no-open --no-version-updates --port 6006",
@@ -66,7 +72,7 @@
6672
"test:production": "npm-run-all --parallel test:production:* start:production:stylesheets --aggregate-output --print-label",
6773
"test:production:vitest": "vitest run --config ./vitest.config.js",
6874
"test:production:web-test-runner": "web-test-runner",
69-
"postinstall": "pnpm dlx playwright@1.49.1 install --with-deps",
75+
"postinstall": "pnpm dlx playwright@1.50.1 install --with-deps",
7076
"prepare": "is-ci || husky install",
7177
"release": "changeset publish"
7278
},
@@ -86,16 +92,16 @@
8692
"@eslint/js": "^9.17.0",
8793
"@open-wc/testing": "^4.0.0",
8894
"@rollup/plugin-commonjs": "^25.0.8",
89-
"@storybook/addon-actions": "^8.5.3",
90-
"@storybook/addon-controls": "^8.5.3",
91-
"@storybook/addon-docs": "^8.5.3",
92-
"@storybook/addon-toolbars": "^8.5.3",
93-
"@storybook/core-events": "^8.5.3",
94-
"@storybook/manager-api": "^8.5.3",
95-
"@storybook/preview-api": "^8.5.3",
96-
"@storybook/theming": "^8.5.3",
97-
"@storybook/web-components": "^8.5.3",
98-
"@storybook/web-components-vite": "^8.5.3",
95+
"@storybook/addon-actions": "^8.5.8",
96+
"@storybook/addon-controls": "^8.5.8",
97+
"@storybook/addon-docs": "^8.5.8",
98+
"@storybook/addon-toolbars": "^8.5.8",
99+
"@storybook/core-events": "^8.5.8",
100+
"@storybook/manager-api": "^8.5.8",
101+
"@storybook/preview-api": "^8.5.8",
102+
"@storybook/theming": "^8.5.8",
103+
"@storybook/web-components": "^8.5.8",
104+
"@storybook/web-components-vite": "^8.5.8",
99105
"@stylistic/eslint-plugin": "^2.12.1",
100106
"@types/eslint": "^8.56.12",
101107
"@types/mocha": "^10.0.10",
@@ -133,7 +139,7 @@
133139
"prettier": "3.4.2",
134140
"rimraf": "^6.0.1",
135141
"sinon": "^19.0.2",
136-
"storybook": "^8.5.3",
142+
"storybook": "^8.5.8",
137143
"stylelint": "^16.12.0",
138144
"stylelint-config-standard": "^36.0.1",
139145
"stylelint-order": "^6.0.4",
@@ -144,8 +150,8 @@
144150
"ts-lit-plugin": "^2.0.2",
145151
"typescript": "^5.7.2",
146152
"typescript-eslint": "^8.23.0",
147-
"vite": "^6.0.7",
148-
"vitest": "^3.0.4"
153+
"vite": "^6.1.1",
154+
"vitest": "^3.0.6"
149155
},
150156
"engines": {
151157
"node": ">= 20",

0 commit comments

Comments
 (0)