Skip to content

Commit

Permalink
Fix yarn (#28)
Browse files Browse the repository at this point in the history
* Fix yarn

* cr
  • Loading branch information
bracesproul authored Jan 18, 2024
1 parent f4641af commit 884eef8
Show file tree
Hide file tree
Showing 6 changed files with 2,540 additions and 1,646 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ index.js
index.d.ts
node_modules
dist
.yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

.turbo
**/.turbo
**/.eslintcache
9 changes: 9 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

Large diffs are not rendered by default.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.4.1.cjs
2 changes: 1 addition & 1 deletion 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@1.22.21",
"packageManager": "yarn@3.4.1",
"engines": {
"node": ">=18"
},
Expand Down
Loading

0 comments on commit 884eef8

Please sign in to comment.