Skip to content

Commit 99243e2

Browse files
authored
update deps to latest versions (#56)
# Description Update deps to latest versions
1 parent add2cf8 commit 99243e2

File tree

2 files changed

+780
-808
lines changed

2 files changed

+780
-808
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,60 +29,60 @@
2929
"dependencies": {
3030
"@epic-web/client-hints": "1.3.8",
3131
"@forge42/seo-tools": "1.4.5",
32-
"@react-router/node": "7.9.1",
32+
"@react-router/node": "7.9.3",
3333
"clsx": "2.1.1",
34-
"hono": "4.9.7",
35-
"i18next": "25.5.2",
34+
"hono": "4.9.10",
35+
"i18next": "25.5.3",
3636
"i18next-browser-languagedetector": "8.2.0",
3737
"i18next-http-backend": "3.0.2",
38-
"isbot": "5.1.30",
38+
"isbot": "5.1.31",
3939
"pretty-cache-header": "1.0.0",
40-
"react": "19.1.1",
41-
"react-dom": "19.1.1",
42-
"react-i18next": "15.7.3",
43-
"react-router": "7.9.1",
40+
"react": "19.2.0",
41+
"react-dom": "19.2.0",
42+
"react-i18next": "16.0.0",
43+
"react-router": "7.9.3",
4444
"react-router-hono-server": "2.21.0",
4545
"remix-hono": "0.0.18",
46-
"remix-i18next": "7.3.0",
46+
"remix-i18next": "7.4.0",
4747
"tailwind-merge": "3.3.1",
48-
"zod": "4.1.9"
48+
"zod": "4.1.12"
4949
},
5050
"devDependencies": {
5151
"@babel/preset-typescript": "7.27.1",
52-
"@biomejs/biome": "2.2.4",
53-
"@dotenvx/dotenvx": "1.49.1",
54-
"@react-router/dev": "7.9.1",
55-
"@react-router/fs-routes": "7.9.1",
56-
"@tailwindcss/vite": "4.1.13",
52+
"@biomejs/biome": "2.2.5",
53+
"@dotenvx/dotenvx": "1.51.0",
54+
"@react-router/dev": "7.9.3",
55+
"@react-router/fs-routes": "7.9.3",
56+
"@tailwindcss/vite": "4.1.14",
5757
"@testing-library/react": "16.3.0",
58-
"@types/node": "24.5.1",
58+
"@types/node": "24.7.0",
5959
"@types/prompt": "1.1.9",
60-
"@types/react": "19.1.13",
61-
"@types/react-dom": "19.1.9",
60+
"@types/react": "19.2.2",
61+
"@types/react-dom": "19.2.1",
6262
"@vitest/browser": "3.2.4",
6363
"@vitest/coverage-v8": "3.2.4",
6464
"@vitest/ui": "3.2.4",
6565
"babel-plugin-react-compiler": "19.1.0-rc.3",
6666
"chalk": "5.6.2",
67-
"happy-dom": "18.0.1",
68-
"knip": "5.63.1",
69-
"lefthook": "1.13.0",
70-
"playwright": "1.55.0",
67+
"happy-dom": "19.0.2",
68+
"knip": "5.64.2",
69+
"lefthook": "1.13.6",
70+
"playwright": "1.56.0",
7171
"prompt": "1.3.0",
7272
"react-router-devtools": "5.1.3",
73-
"tailwindcss": "4.1.13",
74-
"tsx": "4.20.5",
75-
"typescript": "5.9.2",
76-
"vite": "7.1.5",
73+
"tailwindcss": "4.1.14",
74+
"tsx": "4.20.6",
75+
"typescript": "5.9.3",
76+
"vite": "7.1.9",
7777
"vite-plugin-babel": "1.3.2",
7878
"vite-plugin-icons-spritesheet": "3.0.1",
7979
"vite-tsconfig-paths": "5.1.4",
8080
"vitest": "3.2.4",
8181
"vitest-browser-react": "1.0.1"
8282
},
83-
"packageManager": "pnpm@10.16.1",
83+
"packageManager": "pnpm@10.18.1",
8484
"optionalDependencies": {
85-
"@rollup/rollup-linux-x64-gnu": "^4.50.2"
85+
"@rollup/rollup-linux-x64-gnu": "^4.52.4"
8686
},
8787
"engines": {
8888
"node": ">=24.3.0",

0 commit comments

Comments
 (0)