Skip to content
2 changes: 1 addition & 1 deletion packages/credo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/node": "^24.0.0",
"@types/qrcode": "^1.5.5",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
4 changes: 2 additions & 2 deletions packages/remote-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"mcp"
],
"dependencies": {
"@cheqd/mcp-toolkit-server": "1.4.1-develop.2",
"@cheqd/mcp-toolkit-server": "workspace:*",
"@modelcontextprotocol/sdk": "^1.20.2",
"zod": "^3.25.56",
"cookie-parser": "^1.4.7",
Expand All @@ -39,7 +39,7 @@
"@types/helmet": "^4.0.0",
"@types/node": "^24.0.0",
"dotenv": "^17.2.4",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"mcp"
],
"dependencies": {
"@cheqd/mcp-toolkit-credo": "1.5.1-develop.2",
"@cheqd/mcp-toolkit-credo": "workspace:*",
"@modelcontextprotocol/sdk": "^1.20.2",
"zod": "^3.25.56"
},
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
Loading
Loading