Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"tar": "7.4.3",
"trieve-ts-sdk": "0.0.80",
"undici": "6.21.2",
"zod": "3.24.2"
"zod": "^3.24.2"
Comment thread
wilsonrivera marked this conversation as resolved.
},
"devDependencies": {
"@types/bun": "1.2.3",
Expand Down
514 changes: 284 additions & 230 deletions composition-go/index.global.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"dependencies": {
"@bufbuild/protobuf": "^1.9.0",
"@bufbuild/protobuf": "1.9.0",
"@connectrpc/connect-query": "^1.4.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion controlplane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"tiny-lru": "^11.2.11",
"uid": "^2.0.2",
"uuid": "^10.0.0",
"zod": "^3.22.4",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.22.4"
},
"devDependencies": {
Expand Down
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,9 @@
"graphql": "16.9.0",
"cross-spawn": "7.0.6",
"next": "15.4.7",
"zod": "3.24.2",
"chalk": "<5.6.1",
"zod": "^3.24.2",
"debug": "<4.4.2",
"ansi-styles": "<6.2.2",
"strip-ansi": "<7.1.1",
"supports-color": "<10.2.1",
"ansi-regex": "<6.2.1",
"wrap-ansi": "<9.0.1",
"color-convert": "<3.1.1",
"color-name": "<2.0.1",
Expand All @@ -88,10 +84,10 @@
"has-ansi": "<6.0.1",
"chalk-template": "<1.1.1",
"backslash": "<0.2.1"
},
"patchedDependencies": {
"graphql@16.9.0": "patches/graphql@16.9.0.patch"
}
},
"patchedDependencies": {
"graphql@16.9.0": "patches/graphql@16.9.0.patch"
},
"packageManager": "pnpm@9.12.3"
}
Loading
Loading