Skip to content

Commit bd0d75d

Browse files
committed
Update dependencies (#2411)
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@4350beeb3d55601214294c63f5d17aa811e03f01
1 parent de1b5cb commit bd0d75d

3 files changed

Lines changed: 311 additions & 745 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b871e352ad6771ee1511dab8cb4664dc4b406832
1+
4350beeb3d55601214294c63f5d17aa811e03f01

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"module": "src/app.ts",
77
"type": "module",
88
"devDependencies": {
9-
"@aws-sdk/client-s3": "3.1045.0",
10-
"@types/bun": "1.3.13",
11-
"@types/node": "25.6.2",
9+
"@aws-sdk/client-s3": "3.1047.0",
10+
"@types/bun": "1.3.14",
11+
"@types/node": "25.8.0",
1212
"@types/treeify": "1.0.3"
1313
},
1414
"peerDependencies": {
1515
"typescript": "6.0.x"
1616
},
1717
"dependencies": {
18-
"@dotenvx/dotenvx": "1.65.0",
19-
"@stricli/auto-complete": "1.2.6",
20-
"@stricli/core": "1.2.6",
18+
"@dotenvx/dotenvx": "1.66.0",
19+
"@stricli/auto-complete": "1.2.7",
20+
"@stricli/core": "1.2.7",
2121
"chalk": "5.6.2",
2222
"chrono-node": "2.9.1",
2323
"cli-table3": "0.6.5",
@@ -33,7 +33,7 @@
3333
"tiny-invariant": "1.3.3",
3434
"treeify": "1.1.0",
3535
"ts-pattern": "5.9.0",
36-
"yaml": "2.8.4",
36+
"yaml": "2.9.0",
3737
"zod": "4.4.3",
3838
"zod-config": "1.4.0",
3939
"@xata.io/ai": "0.1.0",
@@ -42,9 +42,9 @@
4242
"@xata.io/lang": "0.0.1",
4343
"@xata.io/pgroll": "0.9.0",
4444
"@xata.io/pgstream": "0.2.0",
45+
"@xata.io/sql": "0.1.3",
4546
"@xata.io/tsconfig": "0.0.1",
46-
"@xata.io/utils": "0.1.0",
47-
"@xata.io/sql": "0.1.3"
47+
"@xata.io/utils": "0.1.0"
4848
},
4949
"scripts": {
5050
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)