|
27 | 27 | "postinstall": "pnpm run typegen" |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | | - "@epic-web/client-hints": "1.3.5", |
31 | | - "@forge42/seo-tools": "1.3.0", |
32 | | - "@react-router/node": "7.2.0", |
| 30 | + "@epic-web/client-hints": "1.3.7", |
| 31 | + "@forge42/seo-tools": "1.4.2", |
| 32 | + "@react-router/node": "7.6.3", |
33 | 33 | "clsx": "2.1.1", |
34 | | - "hono": "4.6.20", |
35 | | - "i18next": "24.2.2", |
36 | | - "i18next-browser-languagedetector": "8.0.2", |
| 34 | + "hono": "4.8.4", |
| 35 | + "i18next": "25.3.1", |
| 36 | + "i18next-browser-languagedetector": "8.2.0", |
37 | 37 | "i18next-http-backend": "3.0.2", |
38 | | - "isbot": "5.1.22", |
| 38 | + "isbot": "5.1.28", |
39 | 39 | "pretty-cache-header": "1.0.0", |
40 | | - "react": "19.0.0", |
41 | | - "react-dom": "19.0.0", |
42 | | - "react-i18next": "15.4.0", |
43 | | - "react-router": "7.2.0", |
44 | | - "react-router-hono-server": "2.10.0", |
| 40 | + "react": "19.1.0", |
| 41 | + "react-dom": "19.1.0", |
| 42 | + "react-i18next": "15.6.0", |
| 43 | + "react-router": "7.6.3", |
| 44 | + "react-router-hono-server": "2.13.0", |
45 | 45 | "remix-hono": "0.0.18", |
46 | | - "remix-i18next": "7.0.2", |
47 | | - "tailwind-merge": "3.0.1", |
48 | | - "zod": "3.24.1" |
| 46 | + "remix-i18next": "7.2.1", |
| 47 | + "tailwind-merge": "3.3.1", |
| 48 | + "zod": "3.25.74" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@babel/preset-typescript": "7.26.0", |
52 | | - "@biomejs/biome": "1.9.4", |
53 | | - "@dotenvx/dotenvx": "1.34.0", |
54 | | - "@react-router/dev": "7.2.0", |
55 | | - "@react-router/fs-routes": "7.2.0", |
56 | | - "@tailwindcss/vite": "4.0.9", |
57 | | - "@testing-library/react": "16.2.0", |
58 | | - "@types/node": "22.13.1", |
| 51 | + "@babel/preset-typescript": "7.27.1", |
| 52 | + "@biomejs/biome": "2.0.6", |
| 53 | + "@dotenvx/dotenvx": "1.45.2", |
| 54 | + "@react-router/dev": "7.6.3", |
| 55 | + "@react-router/fs-routes": "7.6.3", |
| 56 | + "@tailwindcss/vite": "4.1.11", |
| 57 | + "@testing-library/react": "16.3.0", |
| 58 | + "@types/node": "24.0.10", |
59 | 59 | "@types/prompt": "1.1.9", |
60 | | - "@types/react": "19.0.8", |
61 | | - "@types/react-dom": "19.0.3", |
62 | | - "@vitest/browser": "3.0.5", |
63 | | - "@vitest/coverage-v8": "3.0.5", |
64 | | - "@vitest/ui": "3.0.5", |
65 | | - "babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", |
| 60 | + "@types/react": "19.1.8", |
| 61 | + "@types/react-dom": "19.1.6", |
| 62 | + "@vitest/browser": "3.2.4", |
| 63 | + "@vitest/coverage-v8": "3.2.4", |
| 64 | + "@vitest/ui": "3.2.4", |
| 65 | + "babel-plugin-react-compiler": "19.1.0-rc.2", |
66 | 66 | "chalk": "5.4.1", |
67 | | - "happy-dom": "16.8.1", |
68 | | - "knip": "5.43.6", |
69 | | - "lefthook": "1.10.10", |
70 | | - "playwright": "1.50.1", |
| 67 | + "happy-dom": "18.0.1", |
| 68 | + "knip": "5.61.3", |
| 69 | + "lefthook": "1.11.16", |
| 70 | + "playwright": "1.53.2", |
71 | 71 | "prompt": "1.3.0", |
72 | | - "react-router-devtools": "5.0.4", |
73 | | - "tailwindcss": "4.0.9", |
74 | | - "tsx": "4.19.2", |
75 | | - "typescript": "5.7.3", |
76 | | - "vite": "6.2.0", |
77 | | - "vite-plugin-babel": "1.3.0", |
| 72 | + "react-router-devtools": "5.0.6", |
| 73 | + "tailwindcss": "4.1.11", |
| 74 | + "tsx": "4.20.3", |
| 75 | + "typescript": "5.8.3", |
| 76 | + "vite": "7.0.2", |
| 77 | + "vite-plugin-babel": "1.3.2", |
78 | 78 | "vite-plugin-icons-spritesheet": "3.0.1", |
79 | 79 | "vite-tsconfig-paths": "5.1.4", |
80 | | - "vitest": "3.0.5", |
81 | | - "vitest-browser-react": "0.0.4" |
| 80 | + "vitest": "3.2.4", |
| 81 | + "vitest-browser-react": "1.0.0" |
82 | 82 | }, |
83 | | - "packageManager": "pnpm@10.2.0", |
| 83 | + "packageManager": "pnpm@10.12.4", |
84 | 84 | "optionalDependencies": { |
85 | | - "@rollup/rollup-linux-x64-gnu": "^4.34.3" |
| 85 | + "@rollup/rollup-linux-x64-gnu": "^4.44.2" |
86 | 86 | }, |
87 | 87 | "engines": { |
88 | | - "node": ">=22.11.0", |
89 | | - "pnpm": ">=10.2.0" |
| 88 | + "node": ">=24.3.0", |
| 89 | + "pnpm": ">=10.12.4" |
90 | 90 | }, |
91 | 91 | "pnpm": { |
92 | | - "onlyBuiltDependencies": ["@biomejs/biome", "esbuild", "lefthook", "msw"] |
| 92 | + "onlyBuiltDependencies": [ |
| 93 | + "@biomejs/biome", |
| 94 | + "esbuild", |
| 95 | + "lefthook", |
| 96 | + "msw" |
| 97 | + ] |
93 | 98 | } |
94 | 99 | } |
0 commit comments