File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
packages/create-mcp-kit/template/client-js Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' create-mcp-kit ' : patch
3+ ---
4+
5+ feat: update client-js template
Original file line number Diff line number Diff line change 1+ *.js text eol=lf
2+ *.ts text eol=lf
Original file line number Diff line number Diff line change 88 "trailingComma": "all",
99 "bracketSpacing": true,
1010 "jsxBracketSameLine": false,
11+ "endOfLine": "lf",
1112 "arrowParens": "avoid"
1213}
1314{{ /if }}
Original file line number Diff line number Diff line change 2727 "prepare": "husky"
2828 },
2929 "dependencies": {
30- "@modelcontextprotocol/sdk": "^1.19 .1",
30+ "@modelcontextprotocol/sdk": "^1.20 .1",
3131 "dotenv": "^17.2.3"
3232 },
3333 "devDependencies": {
4646 "conventional-changelog-cli": "^5.0.0",
4747{{ /if }}
4848 "cross-env": "^10.1.0",
49- "esbuild": "^0.25.10 ",
49+ "esbuild": "^0.25.11 ",
5050{{ #if (includes plugins ' style' )}}
51- "eslint": "^9.37 .0",
51+ "eslint": "^9.38 .0",
5252 "eslint-plugin-import": "^2.32.0",
5353 "eslint-plugin-prettier": "^5.5.4",
5454 "globals": "^16.4.0",
5555{{ /if }}
5656 "husky": "^9.1.7",
5757{{ #if (includes plugins ' style' )}}
58- "lint-staged": "^16.2.3 ",
58+ "lint-staged": "^16.2.4 ",
5959 "prettier": "^3.6.2",
6060{{ /if }}
6161{{ #if (includes plugins ' vitest' )}}
You can’t perform that action at this time.
0 commit comments