Skip to content

Commit 1bb0011

Browse files
committed
feat: update client-js template
1 parent 098b666 commit 1bb0011

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-mcp-kit': patch
3+
---
4+
5+
feat: update client-js template

packages/create-mcp-kit/template/client-js/package.json.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prepare": "husky"
2828
},
2929
"dependencies": {
30-
"@modelcontextprotocol/sdk": "^1.17.5",
30+
"@modelcontextprotocol/sdk": "^1.18.0",
3131
"dotenv": "^17.2.2"
3232
},
3333
"devDependencies": {
@@ -51,7 +51,7 @@
5151
"eslint": "^9.35.0",
5252
"eslint-plugin-import": "^2.32.0",
5353
"eslint-plugin-prettier": "^5.5.4",
54-
"globals": "^16.3.0",
54+
"globals": "^16.4.0",
5555
{{/if}}
5656
"husky": "^9.1.7",
5757
{{#if (includes plugins 'style')}}

0 commit comments

Comments
 (0)