mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-23 04:45:27 -04:00
8740987427
Bumps the major-deps-updates-main group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). Updates `@types/node` from 22.19.3 to 25.0.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/uuid` from 10.0.0 to 11.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.7 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates-main - dependency-name: "@types/uuid" dependency-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates-main ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
630 B
JSON
27 lines
630 B
JSON
{
|
|
"name": "examples",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"deepagents": "workspace:*",
|
|
"@langchain/anthropic": "^1.3.7",
|
|
"@langchain/core": "^1.1.12",
|
|
"@langchain/langgraph-checkpoint": "^1.0.0",
|
|
"@langchain/openai": "^1.0.0",
|
|
"@langchain/tavily": "^1.2.0",
|
|
"langchain": "^1.0.4",
|
|
"uuid": "^13.0.0",
|
|
"yaml": "^2.8.2",
|
|
"zod": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "^1.0.10",
|
|
"@types/node": "^25.0.3",
|
|
"@types/uuid": "^11.0.0",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|