Skip to content

Commit ba2ff37

Browse files
authored
Merge pull request #26 from coji/chore/bump
Refactor code structure for improved readability and maintainability
2 parents 944a032 + cd811ad commit ba2ff37

3 files changed

Lines changed: 2514 additions & 2418 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
33
"files": {
44
"includes": ["**", "!app/styles/globals.css"]
55
},

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,52 +15,52 @@
1515
"start": "npx sirv-cli build/client/ --single"
1616
},
1717
"dependencies": {
18-
"@conform-to/react": "^1.9.1",
19-
"@conform-to/zod": "^1.9.1",
20-
"@react-router/node": "7.9.1",
21-
"@tailwindcss/vite": "^4.1.13",
18+
"@conform-to/react": "^1.15.1",
19+
"@conform-to/zod": "^1.15.1",
20+
"@react-router/node": "7.12.0",
21+
"@tailwindcss/vite": "^4.1.18",
2222
"class-variance-authority": "^0.7.1",
2323
"clsx": "^2.1.1",
24-
"dayjs": "^1.11.18",
25-
"firebase": "^12.2.1",
26-
"isbot": "^5.1.30",
27-
"lucide-react": "^0.544.0",
28-
"marked": "^16.2.1",
24+
"dayjs": "^1.11.19",
25+
"firebase": "^12.7.0",
26+
"isbot": "^5.1.32",
27+
"lucide-react": "^0.562.0",
28+
"marked": "^17.0.1",
2929
"next-themes": "^0.4.6",
30-
"pure-uuid": "^1.8.1",
30+
"pure-uuid": "^2.0.0",
3131
"radix-ui": "latest",
32-
"react": "19.1.1",
33-
"react-dom": "19.1.1",
32+
"react": "19.2.3",
33+
"react-dom": "19.2.3",
3434
"react-markdown": "^10.1.0",
35-
"react-router": "7.9.1",
36-
"react-router-dom": "7.9.1",
35+
"react-router": "7.12.0",
36+
"react-router-dom": "7.12.0",
3737
"react-twc": "^1.5.1",
3838
"remix-flat-routes": "^0.8.5",
3939
"sonner": "^2.0.7",
40-
"tailwind-merge": "^3.3.1",
40+
"tailwind-merge": "^3.4.0",
4141
"tailwindcss-animate": "^1.0.7",
42-
"zod": "^4.1.8"
42+
"zod": "^4.3.5"
4343
},
4444
"devDependencies": {
45-
"@biomejs/biome": "^2.2.4",
45+
"@biomejs/biome": "^2.3.11",
4646
"@mdx-js/rollup": "^3.1.1",
47-
"@react-router/dev": "7.9.1",
48-
"@react-router/remix-routes-option-adapter": "^7.9.1",
49-
"@tailwindcss/typography": "^0.5.16",
50-
"@types/react": "^19.1.13",
51-
"@types/react-dom": "^19.1.9",
52-
"firebase-tools": "^14.16.0",
47+
"@react-router/dev": "7.12.0",
48+
"@react-router/remix-routes-option-adapter": "^7.12.0",
49+
"@tailwindcss/typography": "^0.5.19",
50+
"@types/react": "^19.2.8",
51+
"@types/react-dom": "^19.2.3",
52+
"firebase-tools": "^15.2.1",
5353
"npm-run-all": "^4.1.5",
54-
"prettier": "^3.6.2",
55-
"prettier-plugin-organize-imports": "^4.2.0",
56-
"prettier-plugin-tailwindcss": "^0.6.14",
54+
"prettier": "^3.7.4",
55+
"prettier-plugin-organize-imports": "^4.3.0",
56+
"prettier-plugin-tailwindcss": "^0.7.2",
5757
"remark-frontmatter": "^5.0.0",
5858
"remark-mdx-frontmatter": "^5.2.0",
59-
"rollup-plugin-visualizer": "^6.0.3",
60-
"tailwindcss": "^4.1.13",
61-
"typescript": "^5.9.2",
62-
"vite": "^7.1.5",
63-
"vite-tsconfig-paths": "^5.1.4"
59+
"rollup-plugin-visualizer": "^6.0.5",
60+
"tailwindcss": "^4.1.18",
61+
"typescript": "^5.9.3",
62+
"vite": "^7.3.1",
63+
"vite-tsconfig-paths": "^6.0.4"
6464
},
6565
"engines": {
6666
"node": ">=22.0.0"

0 commit comments

Comments
 (0)