Skip to content

Commit 5ecb888

Browse files
committed
chore: Update package.json and pnpm-lock.yaml to upgrade dependencies and set package manager version
1 parent cc1aa49 commit 5ecb888

File tree

2 files changed

+950
-597
lines changed

2 files changed

+950
-597
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "mcp-use",
33
"type": "module",
44
"version": "0.0.6",
5+
"packageManager": "[email protected]",
56
"description": "A utility library for integrating Model Context Protocol (MCP) with LangChain, Zod, and related tools. Provides helpers for schema conversion, event streaming, and SDK usage.",
67
"author": "Zane",
78
"license": "MIT",
@@ -56,24 +57,24 @@
5657
},
5758
"dependencies": {
5859
"@dmitryrechkin/json-schema-to-zod": "^1.0.1",
59-
"@langchain/community": "0.3.42",
60-
"@langchain/core": "0.3.54",
61-
"@modelcontextprotocol/sdk": "1.11.0",
60+
"@langchain/community": "0.3.45",
61+
"@langchain/core": "0.3.57",
62+
"@modelcontextprotocol/sdk": "1.12.1",
6263
"eventsource": "^3.0.6",
6364
"fastembed": "^1.14.4",
64-
"langchain": "^0.3.24",
65+
"langchain": "^0.3.27",
6566
"lodash-es": "^4.17.21",
6667
"uuid": "^11.1.0",
6768
"winston": "^3.17.0",
6869
"ws": "^8.18.2",
69-
"zod": "^3.24.4",
70+
"zod": "^3.25.48",
7071
"zod-to-json-schema": "^3.24.5"
7172
},
7273
"devDependencies": {
73-
"@antfu/eslint-config": "^4.13.0",
74+
"@antfu/eslint-config": "^4.13.2",
7475
"@types/lodash-es": "^4.17.12",
7576
"@types/ws": "^8.18.1",
76-
"eslint": "^9.26.0",
77+
"eslint": "^9.28.0",
7778
"eslint-plugin-format": "^1.0.1",
7879
"shx": "^0.4.0",
7980
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)