File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
packages/create-mcp-kit/template/client-ts Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' create-mcp-kit ' : patch
3+ ---
4+
5+ feat: update client-ts template
Original file line number Diff line number Diff line change 2727 "prepare": "husky"
2828 },
2929 "dependencies": {
30- "@modelcontextprotocol/sdk": "^1.21 .0",
30+ "@modelcontextprotocol/sdk": "^1.23 .0",
3131 "dotenv": "^17.2.3"
3232 },
3333 "devDependencies": {
3636 "@commitlint/config-conventional": "^20.0.0",
3737{{ /if }}
3838{{ #if (includes plugins ' style' )}}
39- "@typescript-eslint/eslint-plugin": "^8.46.2 ",
40- "@typescript-eslint/parser": "^8.46.2 ",
39+ "@typescript-eslint/eslint-plugin": "^8.48.0 ",
40+ "@typescript-eslint/parser": "^8.48.0 ",
4141{{ /if }}
4242{{ #if (includes plugins ' vitest' )}}
43- "@vitest/coverage-v8": "^4.0.6 ",
43+ "@vitest/coverage-v8": "^4.0.14 ",
4444{{ /if }}
4545{{ #if (includes plugins ' changelog' )}}
4646 "compare-func": "^2.0.0",
6666 "tsx": "^4.20.6",
6767 "typescript": "^5.9.3",
6868{{ #if (includes plugins ' vitest' )}}
69- "vitest": "^4.0.6 ",
69+ "vitest": "^4.0.14 ",
7070{{ /if }}
7171 "rimraf": "^6.1.0"
7272 }
You can’t perform that action at this time.
0 commit comments