Skip to content

Commit c6bc2e0

Browse files
chore(deps): update all non-major dependencies
1 parent ea5bdf6 commit c6bc2e0

File tree

6 files changed

+56
-68
lines changed

6 files changed

+56
-68
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 10.24.0
21+
version: 10.26.0
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v6

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 10.24.0
21+
version: 10.26.0
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v6

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 10.24.0
21+
version: 10.26.0
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"description": "The official Svelte MCP server implementation",
55
"type": "module",
6-
"packageManager": "pnpm@10.24.0",
6+
"packageManager": "pnpm@10.26.0",
77
"scripts": {
88
"build": "pnpm -r run build",
99
"dev": "pnpm --filter @sveltejs/mcp-remote run dev",

pnpm-lock.yaml

Lines changed: 51 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ catalogs:
4848
node-resolve-ts: ^1.0.2
4949
publint: ^0.3.13
5050
ts-blank-space: ^0.6.2
51-
tsdown: ^0.17.0
51+
tsdown: ^0.18.0
5252
typescript: ^5.0.0
5353
valibot: ^1.1.0
5454
vite: ^7.0.4

0 commit comments

Comments
 (0)