|
23 | 23 | "start": "next start"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "next": "^15.1.4", |
| 26 | + "next": "^15.1.6", |
27 | 27 | "react": "^19.0.0",
|
28 | 28 | "react-dom": "^19.0.0",
|
29 | 29 | "sharp": "^0.33.5",
|
30 | 30 | "typescript": "^5.7.3",
|
31 | 31 | "xml-escape": "^1.1.0"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@evilmartians/lefthook": "^1.10.7", |
| 34 | + "@evilmartians/lefthook": "^1.10.10", |
35 | 35 | "@tailwindcss/typography": "^0.5.16",
|
36 |
| - "@types/node": "^22.10.7", |
37 |
| - "@types/react": "^19.0.7", |
| 36 | + "@types/node": "^22.12.0", |
| 37 | + "@types/react": "^19.0.8", |
38 | 38 | "@types/react-dom": "^19.0.3",
|
39 | 39 | "@types/xml-escape": "^1.1.3",
|
40 | 40 | "autoprefixer": "^10.4.20",
|
41 | 41 | "eslint": "^8.57.0",
|
42 |
| - "eslint-config-next": "^15.1.4", |
| 42 | + "eslint-config-next": "^15.1.6", |
43 | 43 | "eslint-config-prettier": "^10.0.1",
|
44 | 44 | "postcss": "^8.5.1",
|
45 | 45 | "postcss-import": "^16.1.0",
|
46 | 46 | "prettier": "^3.4.2",
|
47 |
| - "prettier-plugin-tailwindcss": "^0.6.10", |
| 47 | + "prettier-plugin-tailwindcss": "^0.6.11", |
48 | 48 | "rimraf": "^6.0.1",
|
49 |
| - "stylelint": "^16.13.2", |
| 49 | + "stylelint": "^16.14.1", |
50 | 50 | "stylelint-config-standard": "^37.0.0",
|
51 | 51 | "tailwindcss": "^3.4.17"
|
52 |
| - } |
| 52 | + }, |
| 53 | + "packageManager": "[email protected]" |
53 | 54 | }
|
0 commit comments