|
4 | 4 | "version": "1.0.0", |
5 | 5 | "scripts": { |
6 | 6 | "clean": "rm -rf .next coverage node_modules tsconfig.tsbuildinfo", |
7 | | - "dev": "next dev", |
8 | | - "build": "next build", |
| 7 | + "dev": "next dev --turbopack", |
| 8 | + "build": "next build --turbopack", |
9 | 9 | "start": "next start", |
10 | 10 | "lint": "next lint", |
11 | 11 | "prepare": "husky install", |
|
36 | 36 | "@cloudflare/next-on-pages": "^1.13.12", |
37 | 37 | "@commitlint/cli": "^19.8.1", |
38 | 38 | "@commitlint/config-conventional": "^19.8.1", |
39 | | - "@tailwindcss/postcss": "^4.1.7", |
| 39 | + "@tailwindcss/postcss": "^4.1.8", |
40 | 40 | "@testing-library/jest-dom": "^6.6.3", |
41 | 41 | "@testing-library/react": "^16.3.0", |
42 | | - "@types/node": "^22.15.18", |
43 | | - "@types/react": "^19.1.4", |
| 42 | + "@types/node": "^22.15.24", |
| 43 | + "@types/react": "^19.1.6", |
44 | 44 | "eslint-config-next": "^15.3.2", |
45 | 45 | "husky": "^9.1.7", |
46 | 46 | "jest": "^29.7.0", |
47 | | - "jest-environment-jsdom": "^29.7.0", |
48 | | - "lint-staged": "^16.0.0", |
49 | | - "postcss": "^8.4.8", |
50 | | - "tailwindcss": "^4.1.7", |
| 47 | + "jest-environment-jsdom": "30.0.0-beta.3", |
| 48 | + "lint-staged": "^16.1.0", |
| 49 | + "postcss": "^8.5.4", |
| 50 | + "tailwindcss": "^4.1.8", |
51 | 51 | "typescript": "^5.8.3" |
52 | 52 | }, |
53 | 53 | "lint-staged": { |
|
0 commit comments