Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 77 additions & 61 deletions bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.3.5-alpine AS base
FROM oven/bun:1.3.6-alpine AS base

# Install dependencies
FROM base AS depends
Expand Down
20 changes: 10 additions & 10 deletions projects/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
"dependencies": {
"@discordx/importer": "^1.3.3",
"@discordx/utilities": "^7.0.5",
"@dotenvx/dotenvx": "^1.51.2",
"@elysiajs/cors": "^1.4.0",
"@dotenvx/dotenvx": "^1.51.4",
"@elysiajs/cors": "^1.4.1",
"@elysiajs/cron": "^1.4.1",
"@elysiajs/openapi": "^1.4.12",
"@elysiajs/openapi": "^1.4.13",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@influxdata/influxdb-client": "^1.35.0",
"@ssr/common": "workspace:common",
"@tqman/nice-logger": "^1.1.1",
"@typegoose/auto-increment": "^4.13.1",
"@typegoose/typegoose": "^12.20.0",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"@typegoose/auto-increment": "^4.13.2",
"@typegoose/typegoose": "^12.21.0",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"devalue": "^5.6.1",
"discord.js": "^14.25.1",
"discordx": "^11.13.3",
"elysia": "^1.4.19",
"elysia": "^1.4.21",
"elysia-helmet": "^3.0.0",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"minio": "^8.0.6",
"mongoose": "^9.0.2",
"systeminformation": "^5.27.14"
"mongoose": "^9.1.3",
"systeminformation": "^5.30.3"
},
"devDependencies": {
"@types/bun": "^1.3.5"
Expand Down
12 changes: 6 additions & 6 deletions projects/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
}
},
"devDependencies": {
"@types/node": "^25.0.3",
"@types/node": "^25.0.7",
"@types/ws": "^8.18.1",
"typescript": "^5.9.3"
},
"dependencies": {
"@t3-oss/env-core": "^0.13.10",
"@typegoose/auto-increment": "^4.13.1",
"@typegoose/typegoose": "^12.20.0",
"@typegoose/auto-increment": "^4.13.2",
"@typegoose/typegoose": "^12.21.0",
"axios": "^1.13.2",
"dayjs": "^1.11.19",
"discordx": "^11.13.3",
"ioredis": "^5.8.2",
"ioredis": "^5.9.1",
"devalue": "^5.6.1",
"ws": "^8.18.3",
"zod": "^4.2.1"
"ws": "^8.19.0",
"zod": "^4.3.5"
}
}
2 changes: 1 addition & 1 deletion projects/website/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.3.5-debian AS base
FROM oven/bun:1.3.6-debian AS base

# Set the environment
ENV NEXT_PUBLIC_APP_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion projects/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.0",
"eslint-config-next": "16.1.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
Expand Down