Skip to content

Commit

Permalink
chore: fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Sep 9, 2024
1 parent 34d25ac commit c991bf5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"build:docker": "bun build --compile src/index.ts --target=bun --packages=external --sourcemap --outfile undb"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.645.0",
"@aws-sdk/s3-request-presigner": "^3.645.0",
"@elysiajs/cors": "^1.1.1",
"@elysiajs/cron": "^1.1.1",
"@elysiajs/html": "^1.1.1",
"@elysiajs/opentelemetry": "^1.1.5",
"@elysiajs/static": "^1.1.1",
"@elysiajs/stream": "^1.1.0",
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"@elysiajs/cors": "1.1.0",
"@elysiajs/cron": "1.1.0",
"@elysiajs/html": "1.1.0",
"@elysiajs/opentelemetry": "^1.1.4",
"@elysiajs/static": "1.1.0",
"@elysiajs/stream": "1.1.0",
"@elysiajs/swagger": "^1.1.1",
"@elysiajs/trpc": "^1.1.0",
"@json2csv/plainjs": "^7.0.6",
Expand All @@ -39,16 +39,16 @@
"@undb/trpc": "workspace:*",
"@undb/webhook": "workspace:*",
"arctic": "^1.9.2",
"bun": "^1.1.27",
"bun": "^1.1.26",
"core-js": "^3.38.1",
"elysia": "^1.1.12",
"elysia": "1.1.7",
"got": "^14.4.2",
"handlebars": "^4.7.8",
"lucia": "^3.2.0",
"mailgun-nodemailer-transport": "^3.0.2",
"minio": "^8.0.1",
"nanoid": "^5.0.7",
"nodemailer": "^6.9.15",
"nodemailer": "^6.9.14",
"oslo": "^1.2.1",
"radash": "^12.1.0",
"reflect-metadata": "^0.2.2",
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit c991bf5

Please sign in to comment.