Skip to content

Commit 2330131

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

File tree

6 files changed

+175
-133
lines changed

6 files changed

+175
-133
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.20.0
21+
version: 10.21.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.20.0
21+
version: 10.21.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.20.0
21+
version: 10.21.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.20.0",
6+
"packageManager": "pnpm@10.21.0",
77
"scripts": {
88
"build": "pnpm -r run build",
99
"dev": "pnpm --filter @sveltejs/mcp-remote run dev",

0 commit comments

Comments
 (0)