Skip to content

Commit 89f3228

Browse files
chore(deps): update all non-major dependencies
1 parent af7d341 commit 89f3228

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
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.22.0
21+
version: 10.23.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.22.0
21+
version: 10.23.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.22.0
21+
version: 10.23.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.22.0",
6+
"packageManager": "pnpm@10.23.0",
77
"scripts": {
88
"build": "pnpm -r run build",
99
"dev": "pnpm --filter @sveltejs/mcp-remote run dev",

pnpm-lock.yaml

Lines changed: 8 additions & 8 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
@@ -12,7 +12,7 @@ catalogs:
1212
'@tmcp/adapter-valibot': '^0.1.4'
1313

1414
ai:
15-
'@anthropic-ai/sdk': ^0.68.0
15+
'@anthropic-ai/sdk': ^0.71.0
1616
'@mcp-ui/server': ^5.12.0
1717
'@modelcontextprotocol/inspector': ^0.17.0
1818

0 commit comments

Comments
 (0)