|
15 | 15 | "format": "prettier src --write"
|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 |
| - "@headlessui/react": "2.1.3", |
19 |
| - "@next/third-parties": "14.2.7", |
20 |
| - "@tabler/icons-react": "3.14.0", |
| 18 | + "@headlessui/react": "2.1.8", |
| 19 | + "@next/third-parties": "14.2.11", |
| 20 | + "@tabler/icons-react": "3.17.0", |
21 | 21 | "clsx": "2.1.1",
|
22 | 22 | "gray-matter": "4.0.3",
|
23 | 23 | "image-size": "1.1.1",
|
24 |
| - "next": "14.2.7", |
| 24 | + "next": "14.2.11", |
25 | 25 | "next-themes": "0.3.0",
|
26 | 26 | "react": "18.3.1",
|
27 | 27 | "react-dom": "18.3.1",
|
|
34 | 34 | "remark-parse": "11.0.0",
|
35 | 35 | "remark-rehype": "11.1.0",
|
36 | 36 | "rss": "1.2.2",
|
37 |
| - "shiki": "1.14.1", |
38 |
| - "simple-icons": "13.7.0", |
| 37 | + "shiki": "1.17.7", |
| 38 | + "simple-icons": "13.10.0", |
39 | 39 | "tailwind-merge": "2.5.2",
|
40 | 40 | "unified": "11.0.5",
|
41 | 41 | "unist-util-visit": "5.0.0",
|
42 |
| - "valibot": "0.40.0" |
| 42 | + "valibot": "0.42.0" |
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 | 45 | "@eslint/js": "8.57.0",
|
46 | 46 | "@markuplint/jsx-parser": "4.6.1",
|
47 | 47 | "@markuplint/ml-core": "4.6.1",
|
48 | 48 | "@markuplint/react-spec": "4.4.1",
|
49 |
| - "@next/bundle-analyzer": "14.2.7", |
50 |
| - "@next/eslint-plugin-next": "14.2.7", |
| 49 | + "@next/bundle-analyzer": "14.2.11", |
| 50 | + "@next/eslint-plugin-next": "14.2.11", |
51 | 51 | "@tailwindcss/typography": "0.5.15",
|
52 | 52 | "@types/eslint": "8.56.11",
|
53 | 53 | "@types/eslint__js": "8.42.3",
|
54 | 54 | "@types/hast": "3.0.4",
|
55 |
| - "@types/node": "20.16.2", |
56 |
| - "@types/react": "18.3.5", |
| 55 | + "@types/node": "20.16.5", |
| 56 | + "@types/react": "18.3.6", |
57 | 57 | "@types/react-dom": "18.3.0",
|
58 | 58 | "@types/rss": "0.0.32",
|
59 | 59 | "@typescript-eslint/eslint-plugin": "7.18.0",
|
60 | 60 | "@typescript-eslint/parser": "7.18.0",
|
61 | 61 | "autoprefixer": "10.4.20",
|
62 | 62 | "concurrently": "8.2.2",
|
63 | 63 | "eslint": "8.57.0",
|
64 |
| - "eslint-config-next": "14.2.7", |
65 |
| - "eslint-plugin-import": "2.29.1", |
66 |
| - "eslint-plugin-react": "7.35.0", |
| 64 | + "eslint-config-next": "14.2.11", |
| 65 | + "eslint-plugin-import": "2.30.0", |
| 66 | + "eslint-plugin-react": "7.36.1", |
67 | 67 | "eslint-plugin-react-hooks": "4.6.2",
|
68 | 68 | "eslint-plugin-unused-imports": "3.2.0",
|
69 | 69 | "markuplint": "4.6.1",
|
70 |
| - "postcss": "8.4.41", |
| 70 | + "postcss": "8.4.47", |
71 | 71 | "prettier": "3.3.3",
|
72 | 72 | "prettier-plugin-tailwindcss": "0.6.6",
|
73 | 73 | "serve": "14.2.3",
|
74 |
| - "tailwindcss": "3.4.10", |
| 74 | + "tailwindcss": "3.4.11", |
75 | 75 | "textlint": "14.2.0",
|
76 | 76 | "textlint-rule-preset-ja-spacing": "2.4.3",
|
77 | 77 | "textlint-rule-preset-ja-technical-writing": "10.0.1",
|
78 | 78 | "textlint-rule-spellcheck-tech-word": "5.0.0",
|
79 |
| - "typescript": "5.5.4" |
| 79 | + "typescript": "5.6.2" |
80 | 80 | },
|
81 |
| - "packageManager": "yarn@4.4.1" |
| 81 | + "packageManager": "yarn@4.5.0" |
82 | 82 | }
|
0 commit comments