chore: update dependencies and build scripts

- Updated @moonrepo/cli to version 2.2.5 and typescript to version 6.0.3 in package.json and shared package.json.
- Modified build script in package.json to run shared, api, and web builds.
- Removed unnecessary type and language declarations from shared moon.yml.
- Added ignoreDeprecations option in tsconfig.base.json to handle TypeScript 6.0 deprecations.
This commit is contained in:
Asep Haryana Saputra
2026-05-22 18:30:40 +00:00
parent 32a034a083
commit ab81168be7
12 changed files with 238 additions and 390 deletions
-4
View File
@@ -1,10 +1,6 @@
type: application
language: typescript
tasks:
dev:
command: bun run dev
local: true
build:
command: bun build src/index.ts --outdir dist --target bun
deps:
+7 -7
View File
@@ -14,17 +14,17 @@
"@elysiajs/cors": "1.4.2",
"@tensorflow/tfjs": "4.22.0",
"@zeavis/shared": "workspace:*",
"bcryptjs": "^2.4.3",
"drizzle-orm": "^0.36.4",
"elysia": "^1.1.25",
"bcryptjs": "^3.0.3",
"drizzle-orm": "^0.45.2",
"elysia": "^1.4.28",
"jpeg-js": "0.4.4",
"pngjs": "7.0.0",
"postgres": "^3.4.5"
"postgres": "^3.4.9"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/bcryptjs": "^3.0.0",
"@types/bun": "latest",
"drizzle-kit": "^0.27.1",
"typescript": "^5.6.3"
"drizzle-kit": "^0.31.10",
"typescript": "^6.0.3"
}
}