Skip to content

Commit 8ec4426

Browse files
Refactor code structure for improved readability and maintainability
1 parent af649aa commit 8ec4426

File tree

2 files changed

+773
-647
lines changed

2 files changed

+773
-647
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"clean": "rm -rf .next coverage node_modules tsconfig.tsbuildinfo",
77
"dev": "next dev",
8-
"build": "next build",
8+
"build": "next build --turbopack",
99
"start": "next start",
1010
"lint": "next lint",
1111
"prepare": "husky install",
@@ -21,34 +21,34 @@
2121
"@fontsource/fira-sans": "^5.2.5",
2222
"@tailwindcss/forms": "^0.5.10",
2323
"@types/jest": "^29.5.14",
24-
"@vercel/og": "^0.6.5",
24+
"@vercel/og": "^0.6.8",
2525
"clsx": "^2.1.1",
26-
"next": "^15.2.4",
26+
"next": "^15.3.0",
2727
"next-seo": "^6.0.0",
2828
"next-themes": "^0.4.6",
2929
"react": "^19.1.0",
3030
"react-dom": "^19.1.0",
3131
"react-icons": "^5.5.0",
32-
"tailwind-merge": "^3.0.2"
32+
"tailwind-merge": "^3.2.0"
3333
},
3434
"devDependencies": {
3535
"@biomejs/biome": "^1.9.4",
36-
"@cloudflare/next-on-pages": "^1.8.5",
36+
"@cloudflare/next-on-pages": "^1.13.12",
3737
"@commitlint/cli": "^19.8.0",
3838
"@commitlint/config-conventional": "^19.8.0",
39-
"@tailwindcss/postcss": "^4.0.17",
39+
"@tailwindcss/postcss": "^4.1.3",
4040
"@testing-library/jest-dom": "^6.6.3",
41-
"@testing-library/react": "^16.2.0",
42-
"@types/node": "^22.13.14",
43-
"@types/react": "^19.0.12",
44-
"eslint-config-next": "^15.2.4",
41+
"@testing-library/react": "^16.3.0",
42+
"@types/node": "^22.14.1",
43+
"@types/react": "^19.1.1",
44+
"eslint-config-next": "^15.3.0",
4545
"husky": "^9.1.7",
4646
"jest": "^29.7.0",
4747
"jest-environment-jsdom": "^29.7.0",
48-
"lint-staged": "^15.5.0",
48+
"lint-staged": "^15.5.1",
4949
"postcss": "^8.4.8",
50-
"tailwindcss": "^4.0.17",
51-
"typescript": "^5.1.3"
50+
"tailwindcss": "^4.1.3",
51+
"typescript": "^5.8.3"
5252
},
5353
"lint-staged": {
5454
"*.{js,jsx,ts,tsx}": [

0 commit comments

Comments
 (0)