|
37 | 37 | "lint": "next lint --dir app components"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| - "@next/bundle-analyzer": "^14.2.1", |
41 |
| - "@vercel/analytics": "^1.2.2", |
42 |
| - "@vercel/speed-insights": "^1.0.10", |
43 |
| - "next": "^14.2.1", |
44 |
| - "react": "^18.2.0", |
45 |
| - "react-dom": "^18.2.0" |
| 40 | + "@next/bundle-analyzer": "^15.0.3", |
| 41 | + "@vercel/analytics": "^1.4.0", |
| 42 | + "@vercel/speed-insights": "^1.1.0", |
| 43 | + "next": "^15.0.3", |
| 44 | + "react": "^18.3.1", |
| 45 | + "react-dom": "^18.3.1" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@types/node": "^22.0.0", |
49 |
| - "@types/react": "^18.2.77", |
50 |
| - "@types/react-dom": "^18.2.25", |
51 |
| - "@types/webpack-env": "^1.18.4", |
52 |
| - "@typescript-eslint/eslint-plugin": "^7.6.0", |
53 |
| - "@typescript-eslint/parser": "^7.6.0", |
54 |
| - "autoprefixer": "^10.4.19", |
55 |
| - "eslint": "^9.0.0", |
56 |
| - "eslint-config-next": "^14.2.1", |
| 48 | + "@types/node": "22.x", |
| 49 | + "@types/react": "^18.3.12", |
| 50 | + "@types/react-dom": "^18.3.1", |
| 51 | + "@types/webpack-env": "^1.18.5", |
| 52 | + "@typescript-eslint/eslint-plugin": "^8.14.0", |
| 53 | + "@typescript-eslint/parser": "^8.14.0", |
| 54 | + "autoprefixer": "^10.4.20", |
| 55 | + "eslint": "^9.14.0", |
| 56 | + "eslint-config-next": "^15.0.3", |
57 | 57 | "eslint-config-prettier": "^9.1.0",
|
58 |
| - "eslint-plugin-prettier": "^5.1.3", |
59 |
| - "postcss": "^8.4.38", |
60 |
| - "prettier": "^3.2.5", |
61 |
| - "tailwindcss": "^3.4.3", |
62 |
| - "typescript": "^5.4.5" |
| 58 | + "eslint-plugin-prettier": "^5.2.1", |
| 59 | + "postcss": "^8.4.49", |
| 60 | + "prettier": "^3.3.3", |
| 61 | + "tailwindcss": "^3.4.14", |
| 62 | + "typescript": "^5.6.3" |
63 | 63 | },
|
64 |
| - "packageManager": "pnpm@8.15.8" |
| 64 | + "packageManager": "pnpm@9.13.0" |
65 | 65 | }
|
0 commit comments