Skip to content

Commit 94ab464

Browse files
committed
chore: upgrade deps
1 parent 90b03cb commit 94ab464

5 files changed

Lines changed: 332 additions & 226 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' && github.repository == 'doocs/md'
1313
steps:
1414
- name: Download PR artifact
15-
uses: dawidd6/action-download-artifact@v14 # renovate: ignore
15+
uses: dawidd6/action-download-artifact@v21
1616
with:
1717
workflow: ${{ github.event.workflow_run.workflow_id }}
1818
run_id: ${{ github.event.workflow_run.id }}
@@ -29,7 +29,7 @@ jobs:
2929
echo "id=$pr_id" >> $GITHUB_OUTPUT
3030
3131
- name: Download dist artifact
32-
uses: dawidd6/action-download-artifact@v14 # renovate: ignore
32+
uses: dawidd6/action-download-artifact@v21
3333
with:
3434
workflow: ${{ github.event.workflow_run.workflow_id }}
3535
run_id: ${{ github.event.workflow_run.id }}
@@ -127,7 +127,7 @@ jobs:
127127
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure' && github.repository == 'doocs/md'
128128
steps:
129129
- name: Download PR artifact
130-
uses: dawidd6/action-download-artifact@v14 # renovate: ignore
130+
uses: dawidd6/action-download-artifact@v21
131131
with:
132132
workflow: ${{ github.event.workflow_run.workflow_id }}
133133
run_id: ${{ github.event.workflow_run.id }}

apps/web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"package:extension": "pnpm --prefix ./src/extension run package"
3030
},
3131
"dependencies": {
32-
"@aws-sdk/client-s3": "^3.1049.0",
33-
"@aws-sdk/s3-request-presigner": "^3.1049.0",
32+
"@aws-sdk/client-s3": "^3.1050.0",
33+
"@aws-sdk/s3-request-presigner": "^3.1050.0",
3434
"@exercism/highlightjs-gdscript": "^0.0.1",
3535
"@md/core": "workspace:*",
3636
"@md/shared": "workspace:*",
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@cloudflare/vite-plugin": "1.37.2",
69-
"@cloudflare/workers-types": "^4.20260519.1",
69+
"@cloudflare/workers-types": "^4.20260520.1",
7070
"@md/config": "workspace:*",
7171
"@tailwindcss/postcss": "^4.3.0",
7272
"@tailwindcss/vite": "^4.3.0",
@@ -84,11 +84,11 @@
8484
"shx": "^0.4.0",
8585
"tailwindcss": "^4.3.0",
8686
"unplugin-auto-import": "^21.0.0",
87-
"unplugin-vue-components": "^32.0.0",
87+
"unplugin-vue-components": "^32.1.0",
8888
"vite": "^8.0.13",
8989
"vite-plugin-radar": "^0.10.1",
9090
"vite-plugin-vue-devtools": "^8.1.2",
91-
"vue-tsc": "^3.3.0",
91+
"vue-tsc": "^3.3.1",
9292
"wrangler": "^4.93.0",
9393
"wxt": "^0.20.26"
9494
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@antfu/eslint-config": "9.0.0",
38-
"@types/node": "^25.9.0",
38+
"@types/node": "^25.9.1",
3939
"archiver": "^8.0.0",
4040
"cross-env": "^10.1.0",
4141
"eslint": "^10.4.0",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"zod": "^4.4.3"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^25.9.0",
22+
"@types/node": "^25.9.1",
2323
"typescript": "~6.0.3"
2424
}
2525
}

0 commit comments

Comments
 (0)