Skip to content

Commit

Permalink
fix deps (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Jan 18, 2024
1 parent 671e2cb commit f683268
Show file tree
Hide file tree
Showing 4 changed files with 9,043 additions and 6,139 deletions.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
1 change: 0 additions & 1 deletion langgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.0",
"description": "LangGraph",
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "LangGraph",
"type": "module",
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@1.22.21",
"engines": {
"node": ">=18"
},
Expand All @@ -30,20 +30,19 @@
},
"author": "LangChain",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@swc/core": "^1.3.90",
"@swc/jest": "^0.2.29",
"@tsconfig/recommended": "^1.0.3",
"@types/semver": "^7",
"readline": "^1.3.0",
"semver": "^7.5.4",
"commander": "^11.1.0",
"dpdm": "^3.12.0",
"jest": "^29.5.0",
"jest-environment-node": "^29.6.4",
"readline": "^1.3.0",
"release-it": "^15.10.1",
"semver": "^7.5.4",
"tsx": "^4.7.0",
"turbo": "latest",
"typescript": "<5.2.0"
Expand Down
Loading

0 comments on commit f683268

Please sign in to comment.