Skip to content

Commit 8801b19

Browse files
authored
chore: upgrade deps (#1550)
1 parent c32fbd6 commit 8801b19

7 files changed

Lines changed: 68 additions & 60 deletions

File tree

.github/workflows/cloudflare-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 22
3030

3131
- name: Setup pnpm
32-
uses: pnpm/action-setup@v5
32+
uses: pnpm/action-setup@v6
3333
with:
3434
version: 11
3535

.github/workflows/deploy-gitee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 22
2626

2727
- name: Setup pnpm
28-
uses: pnpm/action-setup@v5
28+
uses: pnpm/action-setup@v6
2929
with:
3030
version: 11
3131

.github/workflows/surge-preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 22
2020

2121
- name: Setup pnpm
22-
uses: pnpm/action-setup@v5
22+
uses: pnpm/action-setup@v6
2323
with:
2424
version: 11
2525

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@cloudflare/vite-plugin": "1.37.1",
69-
"@cloudflare/workers-types": "^4.20260516.1",
69+
"@cloudflare/workers-types": "^4.20260518.1",
7070
"@md/config": "workspace:*",
7171
"@tailwindcss/postcss": "^4.3.0",
7272
"@tailwindcss/vite": "^4.3.0",

apps/web/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default defineConfig(({ mode }) => {
109109
},
110110
},
111111
},
112-
chunkSizeWarningLimit: 1700,
112+
chunkSizeWarningLimit: 2000,
113113
},
114114
}
115115
})

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@md/core": "workspace:*",
1616
"@md/shared": "workspace:*",
1717
"@modelcontextprotocol/sdk": "^1.29.0",
18-
"tsx": "^4.22.0",
18+
"tsx": "^4.22.1",
1919
"zod": "^4.4.3"
2020
},
2121
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)