Skip to content

Commit

Permalink
Add back zod in examples deps because of eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Apr 9, 2023
1 parent 09bb7ae commit 9cb6171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"langchain": "workspace:*",
"prisma": "^4.11.0",
"sqlite3": "^5.1.4",
"typeorm": "^0.3.12"
"typeorm": "^0.3.12",
"zod": "^3.21.4"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15586,6 +15586,7 @@ __metadata:
tsx: ^3.12.3
typeorm: ^0.3.12
typescript: ^4.9.5
zod: ^3.21.4
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 9cb6171

Please sign in to comment.