Skip to content

Commit

Permalink
Downgrade Zod to 3.21.4 (see colinhacks/zod#2697 ).
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Sep 18, 2023
1 parent 22788e2 commit c0520d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
3 changes: 2 additions & 1 deletion examples/pdf-to-tweet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"modelfusion": "*",
"commander": "10.0.1",
"dotenv": "16.0.3",
"pdfjs-dist": "3.6.172"
"pdfjs-dist": "3.6.172",
"zod": "3.21.4"
},
"devDependencies": {
"@types/node": "20.2.3",
Expand Down
2 changes: 1 addition & 1 deletion extensions/google-custom-search-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"prettier": "3.0.1",
"rimraf": "5.0.1",
"typescript": "5.1.6",
"zod": "3.22.2"
"zod": "3.21.4"
},
"peerDependencies": {
"zod": "^3",
Expand Down
10 changes: 4 additions & 6 deletions extensions/serpapi-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelfusion/serpapi-tools",
"description": "SerpAPI tools for ModelFusion",
"name": "@modelfusion/google-custom-search-tool",
"description": "Google Custom Search tool for ModelFusion",
"version": "0.5.0",
"author": "Lars Grammel",
"license": "MIT",
Expand Down Expand Up @@ -44,9 +44,7 @@
"dist:copy-files": "copyfiles package.json README.md LICENSE dist",
"dist": "npm run clean && npm run lint && npm run build && npm run dist:copy-files"
},
"dependencies": {
"serpapi": "^2.0.0"
},
"dependencies": {},
"devDependencies": {
"@tsconfig/recommended": "1.0.2",
"@types/node": "18.11.9",
Expand All @@ -59,7 +57,7 @@
"prettier": "3.0.1",
"rimraf": "5.0.1",
"typescript": "5.1.6",
"zod": "3.22.2"
"zod": "3.21.4"
},
"peerDependencies": {
"zod": "^3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"js-tiktoken": "1.0.7",
"nanoid": "3.3.6",
"secure-json-parse": "2.7.0",
"zod": "3.22.2",
"zod": "3.21.4",
"zod-to-json-schema": "3.21.4"
},
"devDependencies": {
Expand Down

0 comments on commit c0520d3

Please sign in to comment.