We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0648944 commit 44986c6Copy full SHA for 44986c6
.github/dependabot.yaml
@@ -5,3 +5,7 @@ updates:
5
schedule:
6
interval: weekly
7
timezone: Asia/Tokyo
8
+ ignore:
9
+ - dependency-name: "zod"
10
+ versions:
11
+ - ">=4.0.0"
package.json
@@ -38,7 +38,7 @@
38
"@duckdb/node-api": "1.4.1-r.4",
39
"@modelcontextprotocol/sdk": "^1.20.1",
40
"fuse.js": "^7.1.0",
41
- "zod": "^4.1.5"
+ "zod": "^3"
42
},
43
"devDependencies": {
44
"@changesets/cli": "^2.28.1",
0 commit comments