|
5 | 5 | "scripts": { |
6 | 6 | "clean": "rm -rf .next coverage node_modules tsconfig.tsbuildinfo", |
7 | 7 | "dev": "next dev", |
8 | | - "build": "next build", |
| 8 | + "build": "next build --turbopack", |
9 | 9 | "start": "next start", |
10 | 10 | "lint": "next lint", |
11 | 11 | "prepare": "husky install", |
|
21 | 21 | "@fontsource/fira-sans": "^5.2.5", |
22 | 22 | "@tailwindcss/forms": "^0.5.10", |
23 | 23 | "@types/jest": "^29.5.14", |
24 | | - "@vercel/og": "^0.6.5", |
| 24 | + "@vercel/og": "^0.6.8", |
25 | 25 | "clsx": "^2.1.1", |
26 | | - "next": "^15.2.4", |
| 26 | + "next": "^15.3.0", |
27 | 27 | "next-seo": "^6.0.0", |
28 | 28 | "next-themes": "^0.4.6", |
29 | 29 | "react": "^19.1.0", |
30 | 30 | "react-dom": "^19.1.0", |
31 | 31 | "react-icons": "^5.5.0", |
32 | | - "tailwind-merge": "^3.0.2" |
| 32 | + "tailwind-merge": "^3.2.0" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | 35 | "@biomejs/biome": "^1.9.4", |
36 | | - "@cloudflare/next-on-pages": "^1.8.5", |
| 36 | + "@cloudflare/next-on-pages": "^1.13.12", |
37 | 37 | "@commitlint/cli": "^19.8.0", |
38 | 38 | "@commitlint/config-conventional": "^19.8.0", |
39 | | - "@tailwindcss/postcss": "^4.0.17", |
| 39 | + "@tailwindcss/postcss": "^4.1.3", |
40 | 40 | "@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", |
45 | 45 | "husky": "^9.1.7", |
46 | 46 | "jest": "^29.7.0", |
47 | 47 | "jest-environment-jsdom": "^29.7.0", |
48 | | - "lint-staged": "^15.5.0", |
| 48 | + "lint-staged": "^15.5.1", |
49 | 49 | "postcss": "^8.4.8", |
50 | | - "tailwindcss": "^4.0.17", |
51 | | - "typescript": "^5.1.3" |
| 50 | + "tailwindcss": "^4.1.3", |
| 51 | + "typescript": "^5.8.3" |
52 | 52 | }, |
53 | 53 | "lint-staged": { |
54 | 54 | "*.{js,jsx,ts,tsx}": [ |
|
0 commit comments