|
7 | 7 | "build": "next build", |
8 | 8 | "postbuild": "next-sitemap", |
9 | 9 | "start": "next start", |
10 | | - "lint:check": "next lint", |
11 | | - "lint": "next lint --fix", |
| 10 | + "lint:check": "eslint .", |
| 11 | + "lint": "eslint --fix .", |
12 | 12 | "format": "prettier --write .", |
13 | 13 | "format:check": "prettier --check ." |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@next/third-parties": "^15.3.0", |
17 | | - "next": "^15.3.0", |
| 16 | + "@next/third-parties": "16.0.1", |
| 17 | + "next": "16.0.1", |
18 | 18 | "next-sitemap": "^4.2.3", |
19 | | - "react": "^19.1.0", |
20 | | - "react-dom": "^19.1.0", |
21 | | - "sharp": "^0.34.1" |
| 19 | + "react": "19.2.0", |
| 20 | + "react-dom": "19.2.0", |
| 21 | + "sharp": "^0.34.5" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@tailwindcss/postcss": "^4.1.3", |
| 24 | + "@ianvs/prettier-plugin-sort-imports": "^4.7.0", |
| 25 | + "@tailwindcss/postcss": "^4.1.17", |
25 | 26 | "@types/node": "^22.14.0", |
26 | | - "@types/react": "^19.1.0", |
27 | | - "@types/react-dom": "^19.1.2", |
28 | | - "@typescript-eslint/eslint-plugin": "^8.29.1", |
29 | | - "@typescript-eslint/parser": "^8.29.1", |
30 | | - "eslint": "^9.24.0", |
31 | | - "eslint-config-next": "^15.3.0", |
| 27 | + "@types/react": "19.2.2", |
| 28 | + "@types/react-dom": "19.2.2", |
| 29 | + "@typescript-eslint/eslint-plugin": "^8.46.3", |
| 30 | + "@typescript-eslint/parser": "^8.46.3", |
| 31 | + "eslint": "^9.39.1", |
| 32 | + "eslint-config-next": "16.0.1", |
32 | 33 | "eslint-config-prettier": "^10.1.1", |
33 | | - "eslint-plugin-jsx-a11y": "^6.10.2", |
34 | | - "eslint-plugin-react": "^7.37.5", |
35 | | - "eslint-plugin-react-hooks": "^5.2.0", |
36 | | - "eslint-plugin-simple-import-sort": "^12.1.1", |
37 | 34 | "prettier": "^3.5.3", |
38 | | - "tailwindcss": "^4.1.3", |
39 | | - "typescript": "^5.8.3", |
40 | | - "typescript-eslint": "^8.29.1" |
| 35 | + "prettier-plugin-tailwindcss": "^0.7.1", |
| 36 | + "tailwindcss": "^4.1.17", |
| 37 | + "typescript": "^5.9.3" |
41 | 38 | } |
42 | 39 | } |
0 commit comments