|
23 | 23 | "start": "next start"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "next": "^14.1.4", |
| 26 | + "next": "^14.2.1", |
27 | 27 | "react": "^18.2.0",
|
28 | 28 | "react-dom": "^18.2.0",
|
29 | 29 | "sharp": "^0.33.3",
|
30 |
| - "typescript": "^5.4.4", |
| 30 | + "typescript": "^5.4.5", |
31 | 31 | "xml-escape": "^1.1.0"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@evilmartians/lefthook": "^1.6.9", |
| 34 | + "@evilmartians/lefthook": "^1.6.10", |
35 | 35 | "@tailwindcss/typography": "^0.5.12",
|
36 |
| - "@types/node": "^20.12.6", |
37 |
| - "@types/react": "^18.2.75", |
38 |
| - "@types/react-dom": "^18.2.24", |
| 36 | + "@types/node": "^20.12.7", |
| 37 | + "@types/react": "^18.2.79", |
| 38 | + "@types/react-dom": "^18.2.25", |
39 | 39 | "@types/xml-escape": "^1.1.3",
|
40 | 40 | "autoprefixer": "^10.4.19",
|
41 | 41 | "eslint": "^8.57.0",
|
42 |
| - "eslint-config-next": "^14.1.4", |
| 42 | + "eslint-config-next": "^14.2.1", |
43 | 43 | "eslint-config-prettier": "^9.1.0",
|
44 | 44 | "postcss": "^8.4.38",
|
45 | 45 | "postcss-import": "^16.1.0",
|
46 | 46 | "prettier": "^3.2.5",
|
47 |
| - "prettier-plugin-tailwindcss": "^0.5.13", |
| 47 | + "prettier-plugin-tailwindcss": "^0.5.14", |
48 | 48 | "rimraf": "^5.0.5",
|
49 | 49 | "stylelint": "^16.3.1",
|
50 | 50 | "stylelint-config-standard": "^36.0.0",
|
|
0 commit comments