Skip to content

Commit eaf4b3e

Browse files
committed
Update dependencies (#2336)
Signed-off-by: Alexis Rico <sferadev@gmail.com> Co-authored-by: SferaDev <SferaDev@users.noreply.github.com> Co-authored-by: Alexis Rico <sferadev@gmail.com> Synced from monorepo@8cfcf008939faf446dea16fb4a6289d5a5d44685
1 parent a09bc4e commit eaf4b3e

3 files changed

Lines changed: 183 additions & 178 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
abf8f7b089b6c55e6ba278675a574a735bc680b1
1+
8cfcf008939faf446dea16fb4a6289d5a5d44685

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"module": "src/app.ts",
77
"type": "module",
88
"devDependencies": {
9-
"@aws-sdk/client-s3": "3.1031.0",
10-
"@types/bun": "1.3.12",
9+
"@aws-sdk/client-s3": "3.1040.0",
10+
"@types/bun": "1.3.13",
1111
"@types/node": "25.6.0",
1212
"@types/treeify": "1.0.3"
1313
},
1414
"peerDependencies": {
15-
"typescript": "5.9.x"
15+
"typescript": "6.0.x"
1616
},
1717
"dependencies": {
18-
"@dotenvx/dotenvx": "1.61.0",
18+
"@dotenvx/dotenvx": "1.64.0",
1919
"@stricli/auto-complete": "1.2.6",
2020
"@stricli/core": "1.2.6",
2121
"chalk": "5.6.2",
@@ -26,25 +26,25 @@
2626
"@vercel/detect-agent": "1.2.3",
2727
"ci-info": "4.4.0",
2828
"is-reachable": "6.1.0",
29-
"jose": "6.2.2",
29+
"jose": "6.2.3",
3030
"pg-connection-string": "2.12.0",
3131
"postgres": "3.4.9",
3232
"strip-ansi": "7.2.0",
3333
"tiny-invariant": "1.3.3",
3434
"treeify": "1.1.0",
3535
"ts-pattern": "5.9.0",
3636
"yaml": "2.8.3",
37-
"zod": "4.3.6",
37+
"zod": "4.4.1",
3838
"zod-config": "1.4.0",
39+
"@xata.io/ai": "0.1.0",
3940
"@xata.io/api": "0.1.0",
40-
"@xata.io/config": "0.0.0",
4141
"@xata.io/lang": "0.0.1",
4242
"@xata.io/pgroll": "0.9.0",
4343
"@xata.io/pgstream": "0.2.0",
4444
"@xata.io/sql": "0.1.3",
4545
"@xata.io/tsconfig": "0.0.1",
46-
"@xata.io/ai": "0.1.0",
47-
"@xata.io/utils": "0.1.0"
46+
"@xata.io/utils": "0.1.0",
47+
"@xata.io/config": "0.0.0"
4848
},
4949
"scripts": {
5050
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)