Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
f0b23960e7 Update dependency vite to v7.3.1 2026-01-12 19:04:07 +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
3 changed files with 370 additions and 391 deletions

View File

@ -11,29 +11,29 @@
"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",
"vite": "npm:rolldown-vite@7.2.5"
"typescript-eslint": "^8.53.0",
"vite": "npm:rolldown-vite@7.3.1"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.2.5"
"vite": "npm:rolldown-vite@7.3.1"
}
}
}

731
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 {