Skip to content

Commit 30357cd

Browse files
committed
version bump
1 parent 982db97 commit 30357cd

File tree

4 files changed

+938
-949
lines changed

4 files changed

+938
-949
lines changed

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"editor.renderWhitespace": "all",
55
"editor.rulers": [120, 160],
66
"editor.codeActionsOnSave": {
7-
"source.fixAll": "always",
8-
"source.organizeImports": "never",
9-
"source.organizeImports.biome": "always",
10-
"quickfix.biome": "always"
7+
"source.fixAll.biome": "explicit"
118
},
129
"eslint.enable": false,
1310
"prettier.enable": false,

app/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "tailwindcss";
2-
/** biome-ignore lint/nursery/noUnknownAtRule: This is a rule for the Tailwind CSS file */
2+
/** biome-ignore lint/suspicious/noUnknownAtRules: This is a rule for the Tailwind CSS file */
33
@theme {
44
/* Your theme styles go here */
55
--animate-float: float 3s ease-in-out infinite;

package.json

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -27,62 +27,62 @@
2727
"postinstall": "pnpm run typegen"
2828
},
2929
"dependencies": {
30-
"@epic-web/client-hints": "1.3.7",
30+
"@epic-web/client-hints": "1.3.8",
3131
"@forge42/seo-tools": "1.4.5",
32-
"@react-router/node": "7.7.0",
32+
"@react-router/node": "7.9.1",
3333
"clsx": "2.1.1",
34-
"hono": "4.8.4",
35-
"i18next": "25.3.1",
34+
"hono": "4.9.7",
35+
"i18next": "25.5.2",
3636
"i18next-browser-languagedetector": "8.2.0",
3737
"i18next-http-backend": "3.0.2",
38-
"isbot": "5.1.28",
38+
"isbot": "5.1.30",
3939
"pretty-cache-header": "1.0.0",
40-
"react": "19.1.0",
41-
"react-dom": "19.1.0",
42-
"react-i18next": "15.6.0",
43-
"react-router": "7.7.0",
44-
"react-router-hono-server": "2.13.0",
40+
"react": "19.1.1",
41+
"react-dom": "19.1.1",
42+
"react-i18next": "15.7.3",
43+
"react-router": "7.9.1",
44+
"react-router-hono-server": "2.21.0",
4545
"remix-hono": "0.0.18",
46-
"remix-i18next": "7.2.1",
46+
"remix-i18next": "7.3.0",
4747
"tailwind-merge": "3.3.1",
48-
"zod": "3.25.74"
48+
"zod": "4.1.9"
4949
},
5050
"devDependencies": {
5151
"@babel/preset-typescript": "7.27.1",
52-
"@biomejs/biome": "2.0.6",
53-
"@dotenvx/dotenvx": "1.45.2",
54-
"@react-router/dev": "7.7.0",
55-
"@react-router/fs-routes": "7.7.0",
56-
"@tailwindcss/vite": "4.1.11",
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",
5757
"@testing-library/react": "16.3.0",
58-
"@types/node": "24.0.10",
58+
"@types/node": "24.5.1",
5959
"@types/prompt": "1.1.9",
60-
"@types/react": "19.1.8",
61-
"@types/react-dom": "19.1.6",
60+
"@types/react": "19.1.13",
61+
"@types/react-dom": "19.1.9",
6262
"@vitest/browser": "3.2.4",
6363
"@vitest/coverage-v8": "3.2.4",
6464
"@vitest/ui": "3.2.4",
65-
"babel-plugin-react-compiler": "19.1.0-rc.2",
66-
"chalk": "5.4.1",
65+
"babel-plugin-react-compiler": "19.1.0-rc.3",
66+
"chalk": "5.6.2",
6767
"happy-dom": "18.0.1",
68-
"knip": "5.61.3",
69-
"lefthook": "1.11.16",
70-
"playwright": "1.53.2",
68+
"knip": "5.63.1",
69+
"lefthook": "1.13.0",
70+
"playwright": "1.55.0",
7171
"prompt": "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",
72+
"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",
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",
81-
"vitest-browser-react": "1.0.0"
81+
"vitest-browser-react": "1.0.1"
8282
},
83-
"packageManager": "pnpm@10.12.4",
83+
"packageManager": "pnpm@10.16.1",
8484
"optionalDependencies": {
85-
"@rollup/rollup-linux-x64-gnu": "^4.44.2"
85+
"@rollup/rollup-linux-x64-gnu": "^4.50.2"
8686
},
8787
"engines": {
8888
"node": ">=24.3.0",
@@ -91,9 +91,11 @@
9191
"pnpm": {
9292
"onlyBuiltDependencies": [
9393
"@biomejs/biome",
94+
"@tailwindcss/oxide",
9495
"esbuild",
9596
"lefthook",
96-
"msw"
97+
"msw",
98+
"oxc-resolver"
9799
]
98100
}
99101
}

0 commit comments

Comments
 (0)