Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
502a3d6aa6 Update Rust crate bincode to v3 2026-01-12 19:04:28 +00:00
5729940a62 update deps 2026-01-12 19:40:04 +01:00
1c48ea9230 fix black theme? 2026-01-12 19:39:25 +01:00
4 changed files with 298 additions and 304 deletions

View File

@ -13,7 +13,7 @@ bytes = "1"
rocket_prost_responder_derive = { path = "rocket_prost_responder_derive" }
uuid = { version = "1.19", features = ["v4"] }
bcrypt = "0.17.1"
bincode = "2.0"
bincode = "3.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.13", features = ["json"] }

View File

@ -11,24 +11,24 @@
"gen:proto": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=. -I ../protobuf items.proto"
},
"dependencies": {
"@bufbuild/protobuf": "^2.10.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router-dom": "^7.10.1"
"@bufbuild/protobuf": "^2.10.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.12.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@eslint/js": "^9.39.2",
"@types/node": "^24.10.7",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.1",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"ts-proto": "^2.8.3",
"ts-proto": "^2.10.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.1",
"typescript-eslint": "^8.53.0",
"vite": "npm:rolldown-vite@7.2.5"
},
"pnpm": {

574
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -130,8 +130,8 @@ ul {
--secondary-alt-bg: rgb(20, 20, 20, 0.6); /* Translucent inputs */
--tertiary-bg: rgb(40, 40, 40, 0.8);
--text-color: #ffffff;
--accent-color: #121212;
--secondary-accent: #212121;
--accent-color: #FF9500;
--secondary-accent: #FF6B00;
}
.sakura-theme {