File tree Expand file tree Collapse file tree 4 files changed +183
-748
lines changed Expand file tree Collapse file tree 4 files changed +183
-748
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @mcp-tool-kit/shared ' : patch
3
+ ---
4
+
5
+ chore: update dependencies and remove unused devDependencies
Original file line number Diff line number Diff line change 40
40
"@rollup/plugin-terser" : " ^0.4.4" ,
41
41
"@rollup/plugin-typescript" : " ^12.1.4" ,
42
42
"@types/node" : " 22" ,
43
- "@typescript-eslint/eslint-plugin" : " ^8.38 .0" ,
44
- "@typescript-eslint/parser" : " ^8.38 .0" ,
43
+ "@typescript-eslint/eslint-plugin" : " ^8.39 .0" ,
44
+ "@typescript-eslint/parser" : " ^8.39 .0" ,
45
45
"@vitest/coverage-v8" : " ^3.2.4" ,
46
46
"c8" : " ^10.1.3" ,
47
47
"cross-env" : " ^10.0.0" ,
48
- "eslint" : " ^9.32 .0" ,
48
+ "eslint" : " ^9.33 .0" ,
49
49
"eslint-plugin-import" : " ^2.32.0" ,
50
- "eslint-plugin-prettier" : " ^5.5.3 " ,
50
+ "eslint-plugin-prettier" : " ^5.5.4 " ,
51
51
"execa" : " ^9.6.0" ,
52
52
"globals" : " ^16.3.0" ,
53
53
"husky" : " ^9.1.7" ,
54
- "lint-staged" : " ^16.1.4 " ,
54
+ "lint-staged" : " ^16.1.5 " ,
55
55
"prettier" : " ^3.6.2" ,
56
56
"rimraf" : " ^6.0.1" ,
57
57
"rolldown" : " 1.0.0-beta.27" ,
58
58
"tsx" : " ^4.20.3" ,
59
- "typescript" : " ^5.8.3 " ,
59
+ "typescript" : " ^5.9.2 " ,
60
60
"vitest" : " ^3.2.4"
61
61
}
62
62
}
Original file line number Diff line number Diff line change 52
52
"handlebars" : " ^4.7.8" ,
53
53
"picocolors" : " ^1.1.1"
54
54
},
55
- "devDependencies" : {
56
- "@modelcontextprotocol/sdk" : " ^1.17.1" ,
57
- "@types/express" : " ^5.0.3" ,
58
- "@types/yargs" : " ^17.0.33" ,
59
- "express" : " ^5.1.0" ,
60
- "nanoid" : " ^5.1.5" ,
61
- "yargs" : " ^17.7.2" ,
62
- "zod" : " ^3.25.76"
63
- }
55
+ "devDependencies" : {}
64
56
}
You can’t perform that action at this time.
0 commit comments