From 52856d4b6bf28dd8a91e43fce921f4ed860e9663 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Wed, 8 Jul 2026 13:12:01 +0200 Subject: [PATCH] chore(web): refresh bun.lock Dependency bumps within the existing package.json semver ranges; no manifest changes. --- web/bun.lock | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/web/bun.lock b/web/bun.lock index ac84c5d1..1f9bf28b 100644 --- a/web/bun.lock +++ b/web/bun.lock @@ -6,40 +6,40 @@ "name": "punktfunk-web", "dependencies": { "@fontsource-variable/geist": "^5.2.9", - "@tanstack/react-query": "^5.62.0", - "@tanstack/react-router": "^1.121.0", - "@tanstack/react-start": "^1.121.0", + "@tanstack/react-query": "^5.101.2", + "@tanstack/react-router": "^1.170.17", + "@tanstack/react-start": "^1.168.27", "@unom/style": "^0.4.4", "@unom/ui": "^0.8.16", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.469.0", - "motion": "^12.40.0", - "radix-ui": "^1.6.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "recharts": "^3.9.0", - "tailwind-merge": "^2.6.0", + "motion": "^12.42.2", + "radix-ui": "^1.6.2", + "react": "^19.2.7", + "react-dom": "^19.2.7", + "recharts": "^3.9.2", + "tailwind-merge": "^2.6.1", "zod": "^4.4.3", }, "devDependencies": { - "@biomejs/biome": "^2.5.1", - "@inlang/paraglide-js": "^2.0.0", + "@biomejs/biome": "^2.5.2", + "@inlang/paraglide-js": "^2.20.2", "@storybook/react-vite": "^10.4.6", - "@tailwindcss/vite": "^4.0.0", + "@tailwindcss/vite": "^4.3.2", "@tanstack/nitro-v2-vite-plugin": "^1.155.0", - "@types/node": "^22.10.0", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", - "@vitejs/plugin-react": "^5", - "orval": "^8.16.0", + "@types/node": "^22.20.0", + "@types/react": "^19.2.17", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react": "^5.2.0", + "orval": "^8.20.0", "playwright": "^1.61.1", "storybook": "^10.4.6", - "tailwindcss": "^4.0.0", - "tw-animate-css": "^1.2.0", - "typescript": "^5.7.0", - "vite": "^7.3.5", - "vite-tsconfig-paths": "^5.1.0", + "tailwindcss": "^4.3.2", + "tw-animate-css": "^1.4.0", + "typescript": "^5.9.3", + "vite": "^7.3.6", + "vite-tsconfig-paths": "^5.1.4", }, }, },