Skip to content

Commit cccd530

Browse files
committed
chore(deps): update package overrides in package.json and pnpm-lock.yaml
Added new dependencies: glob, @modelcontextprotocol/sdk, preact, qs, vite, and body-parser with specified versions. Updated existing dependencies to ensure compatibility.
1 parent 501ded4 commit cccd530

File tree

2 files changed

+65
-218
lines changed

2 files changed

+65
-218
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@
4141
"pnpm": {
4242
"overrides": {
4343
"shiki": "3.13.0",
44-
"@shikijs/types": "3.13.0"
44+
"@shikijs/types": "3.13.0",
45+
"glob": "^11.1.0",
46+
"@modelcontextprotocol/sdk": "^1.25.2",
47+
"preact": "^10.26.10",
48+
"qs": "^6.14.1",
49+
"vite": "^6.4.1",
50+
"body-parser": "^2.2.1"
4551
}
4652
}
4753
}

0 commit comments

Comments
 (0)