|
15 | 15 | "lint": "next lint"
|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 |
| - "@fontsource/poppins": "5.0.14", |
19 |
| - "@headlessui/react": "2.1.2", |
| 18 | + "@fontsource/poppins": "5.2.5", |
| 19 | + "@headlessui/react": "2.2.0", |
20 | 20 | "clsx": "2.1.1",
|
21 | 21 | "next": "13.5.4",
|
22 | 22 | "next-sitemap": "^4.2.3",
|
23 | 23 | "react": "18.3.1",
|
24 | 24 | "react-dom": "18.3.1",
|
25 | 25 | "sharp": "^0.33.5",
|
26 |
| - "swr": "2.2.5" |
| 26 | + "swr": "2.3.2" |
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 | 29 | "@svgr/webpack": "8.1.0",
|
30 |
| - "@types/node": "20.14.11", |
31 |
| - "@types/react": "18.3.3", |
32 |
| - "@types/react-dom": "18.3.0", |
33 |
| - "@typescript-eslint/eslint-plugin": "6.12.0", |
34 |
| - "@typescript-eslint/parser": "6.12.0", |
35 |
| - "eslint": "8.54.0", |
36 |
| - "eslint-config-next": "13.5.4", |
| 30 | + "@types/node": "20.17.23", |
| 31 | + "@types/react": "18.3.18", |
| 32 | + "@types/react-dom": "18.3.5", |
| 33 | + "@typescript-eslint/eslint-plugin": "6.21.0", |
| 34 | + "@typescript-eslint/parser": "6.21.0", |
| 35 | + "eslint": "8.57.1", |
| 36 | + "eslint-config-next": "13.5.8", |
37 | 37 | "eslint-config-prettier": "9.1.0",
|
38 |
| - "eslint-plugin-prettier": "5.2.1", |
39 |
| - "prettier": "3.3.3", |
40 |
| - "typescript": "5.5.3", |
| 38 | + "eslint-plugin-prettier": "5.2.3", |
| 39 | + "prettier": "3.5.3", |
| 40 | + "typescript": "5.8.2", |
41 | 41 | "windicss": "3.5.6",
|
42 | 42 | "windicss-webpack-plugin": "1.8.0"
|
43 | 43 | },
|
|
0 commit comments