Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
52333d4
Bump @babylonjs/core from 8.10.0 to 8.12.1 in /frontend (#334)
dependabot[bot] Jun 13, 2025
69a71ad
Bump @babylonjs/inspector from 8.10.0 to 8.12.1 in /frontend (#332)
dependabot[bot] Jun 13, 2025
eb0aba4
Bump brace-expansion in /backend (#327)
dependabot[bot] Jun 13, 2025
580c53e
Bump drizzle-orm from 0.44.0 to 0.44.1 in /backend (#295)
dependabot[bot] May 31, 2025
ab4fc7f
Bump drizzle-orm from 0.44.1 to 0.44.2 in /backend (#309)
dependabot[bot] Jun 13, 2025
aa50af7
Bump @fastify/swagger-ui from 5.2.2 to 5.2.3 in /backend (#300)
dependabot[bot] Jun 13, 2025
3892a16
Bump tsx from 4.19.4 to 4.20.3 in /backend (#337)
dependabot[bot] Jun 13, 2025
9b69d33
Bump @types/node from 22.15.24 to 22.15.29 in /backend (#296)
dependabot[bot] May 31, 2025
90b937b
Bump @types/node from 22.15.24 to 22.15.29 in /frontend (#293)
dependabot[bot] May 31, 2025
b7aaf89
Bump @types/node from 22.15.29 to 24.0.1 in /backend (#325)
dependabot[bot] Jun 13, 2025
cc54caa
Bump @types/node from 22.15.29 to 24.0.1 in /frontend (#322)
dependabot[bot] Jun 13, 2025
75e901f
Bump viem from 2.27.2 to 2.30.5 in /frontend (#289)
dependabot[bot] May 31, 2025
db69eb2
Bump viem from 2.30.5 to 2.31.1 in /frontend (#333)
dependabot[bot] Jun 13, 2025
79ecf62
Bump zod from 3.25.36 to 3.25.42 in /backend (#294)
dependabot[bot] May 31, 2025
94ec379
Bump zod from 3.25.36 to 3.25.42 in /pong (#297)
dependabot[bot] May 31, 2025
8a323f1
Bump zod from 3.25.42 to 3.25.64 in /backend (#338)
dependabot[bot] Jun 13, 2025
ce25273
Bump zod from 3.25.42 to 3.25.64 in /pong (#336)
dependabot[bot] Jun 13, 2025
8c4a76c
Weekly dependabot (#335)
cubernetes Jun 13, 2025
a2c42d5
Add tailwindcss/cli
cubernetes Jun 13, 2025
82e8f39
Add package-lock.json
cubernetes Jun 26, 2025
8c56b91
Bump viem from 2.30.5 to 2.31.4 in /frontend
dependabot[bot] Jun 26, 2025
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
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/backend" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/frontend" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/pong" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
60 changes: 30 additions & 30 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@fastify/jwt": "^9.0.4",
"@fastify/multipart": "^9.0.3",
"@fastify/swagger": "^9.4.2",
"@fastify/swagger-ui": "^5.2.2",
"@fastify/swagger-ui": "^5.2.3",
"@fastify/websocket": "^11.1.0",
"bcryptjs": "^3.0.2",
"better-sqlite3": "^11.8.1",
"drizzle-orm": "^0.44.0",
"drizzle-orm": "^0.44.2",
"fastify": "^5.2.1",
"fastify-plugin": "^5.0.1",
"neverthrow": "^8.2.0",
Expand All @@ -32,13 +32,13 @@
"pino-socket": "^7.4.0",
"qrcode": "^1.5.4",
"speakeasy": "^2.0.0",
"zod": "^3.25.36"
"zod": "^3.25.64"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.15.24",
"@types/node": "^24.0.1",
"@types/qrcode": "^1.5.5",
"@types/speakeasy": "^2.0.10",
"@types/tap": "^15.0.12",
Expand All @@ -49,7 +49,7 @@
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"tap": "^21.1.0",
"tsx": "^4.19.3",
"tsx": "^4.20.3",
"typescript": "^5.3.3",
"zod-to-json-schema": "^3.24.4"
},
Expand Down
Loading