Skip to content

Commit 63a21e7

Browse files
committed
chore(deps): update
1 parent 1a9ac2b commit 63a21e7

File tree

5 files changed

+994
-793
lines changed

5 files changed

+994
-793
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: pnpm i --frozen-lockfile
2828

2929
- name: Publish to Chromatic
30-
uses: chromaui/action@4ffe736a2a8262ea28067ff05a13b635ba31ec05 # v13
30+
uses: chromaui/action@4c20b95e9d3209ecfdf9cd6aace6bbde71ba1694 # v13
3131
with:
3232
buildScriptName: storybook:build
3333
exitOnceUploaded: true

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@
2222
"lint": "eslint --flag v10_config_lookup_from_file . && pnpm g:typecheck",
2323
"postinstall": "husky && pnpm --filter @catppuccin/vscode compiled:pack"
2424
},
25-
"packageManager": "pnpm@10.18.2",
25+
"packageManager": "pnpm@10.23.0",
2626
"engines": {
2727
"node": ">=20.0.0"
2828
},
2929
"devDependencies": {
30-
"@eslint/js": "^9.37.0",
30+
"@eslint/js": "^9.39.1",
3131
"@tsconfig/node22": "catalog:",
3232
"@types/node": "catalog:",
3333
"@vscode/vsce": "catalog:",
3434
"eslint": "catalog:",
3535
"eslint-config-prettier": "^10.1.8",
3636
"eslint-plugin-prettier": "^5.5.4",
3737
"eslint-plugin-unicorn": "^61.0.2",
38-
"globals": "^16.4.0",
38+
"globals": "^16.5.0",
3939
"husky": "^9.1.7",
40-
"lint-staged": "^16.2.4",
40+
"lint-staged": "^16.2.7",
4141
"prettier": "^3.6.2",
4242
"tsup": "catalog:",
4343
"tsx": "catalog:",
4444
"typescript": "catalog:",
45-
"typescript-eslint": "^8.46.0"
45+
"typescript-eslint": "^8.47.0"
4646
},
4747
"dependenciesMeta": {
4848
"keytar": {

packages/catppuccin-vsc-storybook/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
"@catppuccin/palette": "catalog:",
77
"@catppuccin/vscode": "workspace:*",
88
"@fontsource/jetbrains-mono": "^5.2.8",
9-
"@storybook/addon-docs": "^9.1.10",
10-
"@storybook/addon-themes": "^9.1.10",
11-
"@storybook/web-components": "^9.1.10",
12-
"@storybook/web-components-vite": "^9.1.10",
9+
"@storybook/addon-docs": "^9.1.16",
10+
"@storybook/addon-themes": "^9.1.16",
11+
"@storybook/web-components": "^9.1.16",
12+
"@storybook/web-components-vite": "^9.1.16",
1313
"@tsconfig/node22": "catalog:",
1414
"@types/node": "catalog:",
15-
"chromatic": "^13.3.0",
15+
"chromatic": "^13.3.4",
1616
"eslint": "catalog:",
17-
"eslint-plugin-storybook": "^9.1.10",
17+
"eslint-plugin-storybook": "^9.1.16",
1818
"lit": "^3.3.1",
19-
"shiki": "^3.13.0",
20-
"storybook": "^9.1.10",
19+
"shiki": "^3.15.0",
20+
"storybook": "^9.1.16",
2121
"tsx": "catalog:",
2222
"typescript": "catalog:",
23-
"vite": "^7.1.9"
23+
"vite": "^7.2.4"
2424
},
2525
"scripts": {
2626
"storybook:chromatic": "chromatic --exit-zero-on-changes --exit-once-uploaded --project-token chpt_e3cba49738d7554",

0 commit comments

Comments
 (0)