Skip to content

Commit 84601f9

Browse files
chore(deps): update pnpm to v10.18.1
1 parent e01a050 commit 84601f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.18.0
21+
version: 10.18.1
2222

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

.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.18.0
21+
version: 10.18.1
2222

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

.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.18.0
21+
version: 10.18.1
2222

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

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": "[email protected].0",
6+
"packageManager": "[email protected].1",
77
"scripts": {
88
"build": "pnpm -r run build",
99
"dev": "pnpm --filter @sveltejs/mcp-remote run dev",

0 commit comments

Comments
 (0)