File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
packages/create-mcp-kit/template Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' create-mcp-kit ' : patch
3
+ ---
4
+
5
+ feat: update template package.json
Original file line number Diff line number Diff line change 39
39
"prepare": "husky"
40
40
},
41
41
"dependencies": {
42
- "@modelcontextprotocol/sdk": "^1.17.1 ",
42
+ "@modelcontextprotocol/sdk": "^1.17.2 ",
43
43
"dotenv": "^17.2.1",
44
44
{{ #if (or (includes transports ' streamable' ) (includes transports ' sse' ))}}
45
45
"express": "^5.1.0",
71
71
"cross-env": "^10.0.0",
72
72
"esbuild": "^0.25.8",
73
73
{{ #if (includes plugins ' style' )}}
74
- "eslint": "^9.32 .0",
74
+ "eslint": "^9.33 .0",
75
75
"eslint-plugin-import": "^2.32.0",
76
76
"eslint-plugin-prettier": "^5.5.3",
77
77
"globals": "^16.3.0",
78
78
{{ /if }}
79
79
"husky": "^9.1.7",
80
80
{{ #if (includes plugins ' style' )}}
81
- "lint-staged": "^16.1.4 ",
81
+ "lint-staged": "^16.1.5 ",
82
82
{{ /if }}
83
83
{{ #if (includes plugins ' vitest' )}}
84
84
"nyc": "^17.1.0",
Original file line number Diff line number Diff line change 39
39
"prepare": "husky"
40
40
},
41
41
"dependencies": {
42
- "@modelcontextprotocol/sdk": "^1.17.1 ",
42
+ "@modelcontextprotocol/sdk": "^1.17.2 ",
43
43
"dotenv": "^17.2.1",
44
44
{{ #if (or (includes transports ' streamable' ) (includes transports ' sse' ))}}
45
45
"express": "^5.1.0",
79
79
"cross-env": "^10.0.0",
80
80
"esbuild": "^0.25.8",
81
81
{{ #if (includes plugins ' style' )}}
82
- "eslint": "^9.32 .0",
82
+ "eslint": "^9.33 .0",
83
83
"eslint-plugin-import": "^2.32.0",
84
84
"eslint-plugin-prettier": "^5.5.3",
85
85
"globals": "^16.3.0",
86
86
{{ /if }}
87
87
"husky": "^9.1.7",
88
88
{{ #if (includes plugins ' style' )}}
89
- "lint-staged": "^16.1.4 ",
89
+ "lint-staged": "^16.1.5 ",
90
90
{{ /if }}
91
91
{{ #if (includes plugins ' vitest' )}}
92
92
"nyc": "^17.1.0",
You can’t perform that action at this time.
0 commit comments