|
21 | 21 | "validate": "pnpm run check && pnpm run typecheck && pnpm run test && pnpm run check:unused", |
22 | 22 | "check": "biome check .", |
23 | 23 | "check:fix": "biome check --fix .", |
24 | | - "check:unused": "knip --max-issues 1", |
| 24 | + "check:unused": "knip", |
25 | 25 | "check:unused:fix": "knip --fix", |
26 | 26 | "typegen": "react-router typegen", |
27 | 27 | "postinstall": "pnpm run typegen" |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | 30 | "@epic-web/client-hints": "1.3.8", |
31 | 31 | "@forge42/seo-tools": "1.4.5", |
32 | | - "@react-router/node": "7.9.4", |
| 32 | + "@react-router/node": "7.11.0", |
33 | 33 | "clsx": "2.1.1", |
34 | | - "hono": "4.9.12", |
35 | | - "i18next": "25.6.0", |
| 34 | + "hono": "4.11.1", |
| 35 | + "i18next": "25.7.3", |
36 | 36 | "i18next-browser-languagedetector": "8.2.0", |
37 | 37 | "i18next-http-backend": "3.0.2", |
38 | | - "isbot": "5.1.31", |
| 38 | + "isbot": "5.1.32", |
39 | 39 | "pretty-cache-header": "1.0.0", |
40 | | - "react": "19.2.0", |
41 | | - "react-dom": "19.2.0", |
42 | | - "react-i18next": "16.0.1", |
43 | | - "react-router": "7.9.4", |
44 | | - "react-router-hono-server": "2.21.0", |
| 40 | + "react": "19.2.3", |
| 41 | + "react-dom": "19.2.3", |
| 42 | + "react-i18next": "16.5.0", |
| 43 | + "react-router": "7.11.0", |
| 44 | + "react-router-hono-server": "2.22.0", |
45 | 45 | "remix-hono": "0.0.18", |
46 | 46 | "remix-i18next": "7.4.2", |
47 | | - "tailwind-merge": "3.3.1", |
48 | | - "zod": "4.1.12" |
| 47 | + "tailwind-merge": "3.4.0", |
| 48 | + "zod": "4.2.1" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@babel/preset-typescript": "7.27.1", |
52 | | - "@biomejs/biome": "2.2.6", |
53 | | - "@dotenvx/dotenvx": "1.51.0", |
54 | | - "@react-router/dev": "7.9.4", |
55 | | - "@react-router/fs-routes": "7.9.4", |
56 | | - "@tailwindcss/vite": "4.1.14", |
57 | | - "@testing-library/react": "16.3.0", |
58 | | - "@types/node": "24.7.2", |
| 51 | + "@babel/preset-typescript": "7.28.5", |
| 52 | + "@biomejs/biome": "2.3.10", |
| 53 | + "@dotenvx/dotenvx": "1.51.2", |
| 54 | + "@react-router/dev": "7.11.0", |
| 55 | + "@react-router/fs-routes": "7.11.0", |
| 56 | + "@tailwindcss/vite": "4.1.18", |
| 57 | + "@testing-library/react": "16.3.1", |
| 58 | + "@types/node": "25.0.3", |
59 | 59 | "@types/prompt": "1.1.9", |
60 | | - "@types/react": "19.2.2", |
61 | | - "@types/react-dom": "19.2.2", |
62 | | - "@vitest/browser": "3.2.4", |
63 | | - "@vitest/coverage-v8": "3.2.4", |
64 | | - "@vitest/ui": "3.2.4", |
| 60 | + "@types/react": "19.2.7", |
| 61 | + "@types/react-dom": "19.2.3", |
| 62 | + "@vitest/browser": "4.0.16", |
| 63 | + "@vitest/browser-playwright": "4.0.16", |
| 64 | + "@vitest/coverage-v8": "4.0.16", |
| 65 | + "@vitest/ui": "4.0.16", |
65 | 66 | "babel-plugin-react-compiler": "1.0.0", |
66 | 67 | "chalk": "5.6.2", |
67 | | - "knip": "5.65.0", |
68 | | - "lefthook": "1.13.6", |
69 | | - "playwright": "1.56.0", |
| 68 | + "knip": "5.77.1", |
| 69 | + "lefthook": "2.0.12", |
| 70 | + "playwright": "1.57.0", |
70 | 71 | "prompt": "1.3.0", |
71 | | - "react-router-devtools": "5.1.3", |
72 | | - "tailwindcss": "4.1.14", |
73 | | - "tsx": "4.20.6", |
| 72 | + "react-router-devtools": "6.0.0", |
| 73 | + "tailwindcss": "4.1.18", |
| 74 | + "tsx": "4.21.0", |
74 | 75 | "typescript": "5.9.3", |
75 | | - "vite": "7.1.9", |
| 76 | + "vite": "7.3.0", |
76 | 77 | "vite-plugin-babel": "1.3.2", |
77 | 78 | "vite-plugin-icons-spritesheet": "3.0.1", |
78 | | - "vite-tsconfig-paths": "5.1.4", |
79 | | - "vitest": "3.2.4", |
80 | | - "vitest-browser-react": "1.0.1" |
| 79 | + "vite-tsconfig-paths": "6.0.3", |
| 80 | + "vitest": "4.0.16", |
| 81 | + "vitest-browser-react": "2.0.2" |
81 | 82 | }, |
82 | | - "packageManager": "pnpm@10.18.2", |
| 83 | + "packageManager": "pnpm@10.26.2", |
83 | 84 | "optionalDependencies": { |
84 | | - "@rollup/rollup-linux-x64-gnu": "^4.52.4" |
| 85 | + "@rollup/rollup-linux-x64-gnu": "^4.54.0" |
85 | 86 | }, |
86 | 87 | "engines": { |
87 | 88 | "node": ">=24.3.0", |
|
0 commit comments