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

Commit bfff557

Browse files
committed
Patch dependencies
1 parent 7d9f926 commit bfff557

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
@@ -35,6 +35,12 @@
3535
"./styles/fonts.css": "./dist/styles/fonts.css",
3636
"./styles/variables.css": "./dist/styles/variables.css"
3737
},
38+
"pnpm": {
39+
"overrides": {
40+
"[email protected]": "^0.25.0",
41+
"[email protected]": "^2.15.4"
42+
}
43+
},
3844
"scripts": {
3945
"start": "per-env",
4046
"start:development": "storybook dev --config-dir .storybook --no-open --no-version-updates --port 6006",
@@ -63,7 +69,7 @@
6369
"test:production": "npm-run-all --parallel test:production:* start:production:stylesheets --aggregate-output --print-label",
6470
"test:production:vitest": "vitest run --config ./vitest.config.js",
6571
"test:production:web-test-runner": "web-test-runner",
66-
"postinstall": "pnpm dlx playwright@1.49.1 install --with-deps",
72+
"postinstall": "pnpm dlx playwright@1.50.1 install --with-deps",
6773
"prepare": "is-ci || husky install",
6874
"release": "changeset publish"
6975
},
@@ -83,16 +89,16 @@
8389
"@eslint/js": "^9.17.0",
8490
"@open-wc/testing": "^4.0.0",
8591
"@rollup/plugin-commonjs": "^25.0.8",
86-
"@storybook/addon-actions": "^8.5.3",
87-
"@storybook/addon-controls": "^8.5.3",
88-
"@storybook/addon-docs": "^8.5.3",
89-
"@storybook/addon-toolbars": "^8.5.3",
90-
"@storybook/core-events": "^8.5.3",
91-
"@storybook/manager-api": "^8.5.3",
92-
"@storybook/preview-api": "^8.5.3",
93-
"@storybook/theming": "^8.5.3",
94-
"@storybook/web-components": "^8.5.3",
95-
"@storybook/web-components-vite": "^8.5.3",
92+
"@storybook/addon-actions": "^8.5.8",
93+
"@storybook/addon-controls": "^8.5.8",
94+
"@storybook/addon-docs": "^8.5.8",
95+
"@storybook/addon-toolbars": "^8.5.8",
96+
"@storybook/core-events": "^8.5.8",
97+
"@storybook/manager-api": "^8.5.8",
98+
"@storybook/preview-api": "^8.5.8",
99+
"@storybook/theming": "^8.5.8",
100+
"@storybook/web-components": "^8.5.8",
101+
"@storybook/web-components-vite": "^8.5.8",
96102
"@stylistic/eslint-plugin": "^2.12.1",
97103
"@types/eslint": "^8.56.12",
98104
"@types/mocha": "^10.0.10",
@@ -130,7 +136,7 @@
130136
"prettier": "3.4.2",
131137
"rimraf": "^6.0.1",
132138
"sinon": "^19.0.2",
133-
"storybook": "^8.5.3",
139+
"storybook": "^8.5.8",
134140
"stylelint": "^16.12.0",
135141
"stylelint-config-standard": "^36.0.1",
136142
"stylelint-order": "^6.0.4",
@@ -141,8 +147,8 @@
141147
"ts-lit-plugin": "^2.0.2",
142148
"typescript": "^5.7.2",
143149
"typescript-eslint": "^8.23.0",
144-
"vite": "^6.0.7",
145-
"vitest": "^3.0.4"
150+
"vite": "^6.1.1",
151+
"vitest": "^3.0.6"
146152
},
147153
"engines": {
148154
"node": ">= 20",

0 commit comments

Comments
 (0)