Update api packages

This commit is contained in:
Zoe Roux
2025-10-26 18:23:37 +01:00
parent 002b9e4b35
commit a0be0555e0
6 changed files with 151 additions and 153 deletions
+11 -11
View File
@@ -10,23 +10,23 @@
},
"dependencies": {
"@elysiajs/swagger": "zoriya/elysia-swagger#build",
"@types/bun": "^1.3.1",
"blurhash": "^2.0.5",
"drizzle-kit": "^0.31.1",
"drizzle-orm": "0.43.1",
"elysia": "^1.3.1",
"jose": "^6.0.11",
"drizzle-kit": "^0.31.5",
"drizzle-orm": "0.44.7",
"elysia": "^1.4.13",
"jose": "^6.1.0",
"node-addon-api": "^8.5.0",
"parjs": "^1.3.9",
"pg": "^8.16.0",
"sharp": "^0.34.2"
"pg": "^8.16.3",
"sharp": "^0.34.4"
},
"devDependencies": {
"@biomejs/biome": "2.1.1",
"@types/pg": "^8.15.2",
"bun-types": "^1.2.14",
"node-addon-api": "^8.3.1"
"@biomejs/biome": "2.3.0",
"@types/pg": "^8.15.5"
},
"module": "src/index.js",
"patchedDependencies": {
"drizzle-orm@0.43.1": "patches/drizzle-orm@0.43.1.patch"
"drizzle-orm@0.44.7": "patches/drizzle-orm@0.44.7.patch"
}
}