Skip to content

Commit d396cea

Browse files
committed
Squashed commit of the following:
commit c2d5664 Author: Robert Eggl <robert@eggl.dev> Date: Mon Dec 8 01:02:12 2025 +0100 fix(query): update staleTime and gcTime for query caching commit 0f789c3 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Sat Dec 6 19:17:31 2025 +0000 Fix events table title overflow by adding truncate class Co-authored-by: Robert27 <53063597+Robert27@users.noreply.github.com> commit e40a537 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Sat Dec 6 19:12:58 2025 +0000 Initial plan
1 parent d131b89 commit d396cea

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

frontend/bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/components/query-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function QueryProvider({ children }: { children: React.ReactNode }) {
1010
new QueryClient({
1111
defaultOptions: {
1212
queries: {
13-
staleTime: 60 * 1000, // 1 minute
13+
staleTime: 60 * 1000,
1414
retry: 1
1515
}
1616
}

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@react-email/components": "0.5.6",
4545
"@react-email/render": "1.3.2",
4646
"@react-three/drei": "^10.7.7",
47-
"@react-three/fiber": "^9.4.0",
48-
"@tanstack/react-query": "^5.90.11",
47+
"@react-three/fiber": "^9.4.2",
48+
"@tanstack/react-query": "^5.90.12",
4949
"@tanstack/react-table": "^8.21.3",
5050
"babel-plugin-react-compiler": "^1.0.0",
5151
"class-variance-authority": "^0.7.1",
@@ -57,14 +57,14 @@
5757
"input-otp": "^1.4.2",
5858
"lucide-react": "^0.555.0",
5959
"moment": "^2.30.1",
60-
"motion": "^12.23.24",
60+
"motion": "^12.23.25",
6161
"next": "16.0.7",
6262
"next-themes": "^0.4.6",
6363
"react": "19.2.1",
6464
"react-big-calendar": "^1.19.4",
65-
"react-day-picker": "^9.11.2",
65+
"react-day-picker": "^9.12.0",
6666
"react-dom": "19.2.1",
67-
"react-hook-form": "^7.66.1",
67+
"react-hook-form": "^7.68.0",
6868
"react-resizable-panels": "^3.0.6",
6969
"recharts": "2.15.4",
7070
"sonner": "^2.0.7",

0 commit comments

Comments
 (0)