CR: drop un-needed pkgs

This commit is contained in:
starmorph
2025-05-19 15:30:38 -07:00
parent 2df20674c4
commit 1e51243947

View File

@@ -19,7 +19,6 @@
"format:check": "prettier --check ." "format:check": "prettier --check ."
}, },
"dependencies": { "dependencies": {
"@langchain/community": "^0.3.42",
"@langchain/core": "^0.3.44", "@langchain/core": "^0.3.44",
"@langchain/langgraph": "^0.2.63", "@langchain/langgraph": "^0.2.63",
"@langchain/langgraph-sdk": "^0.0.73", "@langchain/langgraph-sdk": "^0.0.73",
@@ -85,7 +84,6 @@
}, },
"overrides": { "overrides": {
"react-is": "^19.0.0-rc-69d4b800-20241021", "react-is": "^19.0.0-rc-69d4b800-20241021",
"@langchain/langgraph-checkpoint": "^0.0.17"
}, },
"packageManager": "pnpm@10.5.1" "packageManager": "pnpm@10.5.1"
} }