Skip to content

Commit

Permalink
Package update
Browse files Browse the repository at this point in the history
  • Loading branch information
arinaazmi authored and trollboss2572 committed Nov 29, 2024
1 parent b039501 commit 176bb37
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"test:int:deps": "docker compose -f int-test-deps-docker-compose.yml up -d",
"test:int:deps:down": "docker compose -f int-test-deps-docker-compose.yml down",
"test:exports:docker": "docker compose -f environment_tests/docker-compose.yml up --force-recreate",
"test:single": "jest --testPathPattern",
"format": "turbo run format",
"format:check": "turbo run format:check",
"release": "node scripts/release_workspace.cjs --workspace"
Expand All @@ -37,6 +38,7 @@
"devDependencies": {
"@swc/core": "^1.3.90",
"@tsconfig/recommended": "^1.0.3",
"@types/bindings": "^1",
"@types/d3": "^7",
"@types/semver": "^7",
"cheerio": "^1.0.0-rc.12",
Expand All @@ -63,12 +65,8 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@langchain/core": "^0.3.19",
"@langchain/langgraph": "workspace:^",
"@langchain/langgraph-checkpoint-validation": "workspace:^",
"better-sqlite3": "11.3.0",
"bindings": "^1.5.0",
"jest": "^29.7.0",
"testcontainers": "^8.0.0"
"jest": "^29.7.0"
}
}

0 comments on commit 176bb37

Please sign in to comment.