|
18 | 18 | "dependencies": { |
19 | 19 | "@ddadaal/eslint-config": "2.3.0", |
20 | 20 | "@node-rs/jieba": "2.0.1", |
21 | | - "@octokit/rest": "22.0.0", |
| 21 | + "@octokit/rest": "22.0.1", |
22 | 22 | "@stefanprobst/rehype-extract-toc": "3.0.0", |
23 | | - "@tailwindcss/postcss": "4.1.11", |
24 | | - "@tailwindcss/typography": "0.5.16", |
25 | | - "@types/luxon": "3.6.2", |
26 | | - "@types/node": "24.0.10", |
27 | | - "@types/react": "19.1.8", |
28 | | - "@types/react-dom": "19.1.6", |
| 23 | + "@tailwindcss/postcss": "4.1.16", |
| 24 | + "@tailwindcss/typography": "0.5.19", |
| 25 | + "@types/luxon": "3.7.1", |
| 26 | + "@types/node": "24.9.2", |
| 27 | + "@types/react": "19.2.2", |
| 28 | + "@types/react-dom": "19.2.2", |
29 | 29 | "autoprefixer": "10.4.21", |
30 | 30 | "chokidar": "4.0.3", |
31 | 31 | "classnames": "2.5.1", |
32 | | - "daisyui": "5.0.43", |
33 | | - "eslint": "9.30.1", |
34 | | - "eslint-config-next": "15.3.5", |
| 32 | + "daisyui": "5.4.2", |
| 33 | + "eslint": "9.39.0", |
| 34 | + "eslint-config-next": "15.5.6", |
35 | 35 | "gitalk": "1.8.0", |
36 | 36 | "gray-matter": "4.0.3", |
37 | 37 | "hastscript": "9.0.1", |
38 | 38 | "image-size": "2.0.2", |
39 | | - "luxon": "3.6.1", |
| 39 | + "luxon": "3.7.2", |
40 | 40 | "mime-types": "3.0.1", |
41 | | - "minisearch": "7.1.2", |
| 41 | + "minisearch": "7.2.0", |
42 | 42 | "next": "15.3.5", |
43 | 43 | "next-sitemap": "4.2.3", |
44 | 44 | "photoswipe": "5.4.4", |
45 | 45 | "postcss": "8.5.6", |
46 | 46 | "postcss-nested": "7.0.2", |
47 | | - "react": "19.1.0", |
48 | | - "react-dom": "19.1.0", |
| 47 | + "react": "19.2.0", |
| 48 | + "react-dom": "19.2.0", |
49 | 49 | "react-icons": "5.5.0", |
50 | 50 | "react-photoswipe-gallery": "3.1.1", |
51 | 51 | "react-typed-i18n": "2.4.3", |
52 | 52 | "reading-time": "1.5.0", |
53 | 53 | "rehype-pretty-code": "0.14.1", |
54 | 54 | "rehype-raw": "7.0.0", |
55 | 55 | "rehype-react": "8.0.0", |
56 | | - "rehype-rewrite": "4.0.2", |
| 56 | + "rehype-rewrite": "4.0.3", |
57 | 57 | "rehype-slug": "6.0.0", |
58 | 58 | "rehype-stringify": "10.0.1", |
59 | 59 | "remark-gfm": "4.0.1", |
60 | 60 | "remark-parse": "11.0.0", |
61 | 61 | "remark-rehype": "11.1.2", |
62 | 62 | "remark-toc": "9.0.0", |
63 | 63 | "rss": "1.2.2", |
64 | | - "serve": "14.2.4", |
| 64 | + "serve": "14.2.5", |
65 | 65 | "server-only": "0.0.1", |
66 | | - "shiki": "3.7.0", |
| 66 | + "shiki": "3.14.0", |
67 | 67 | "simstate": "3.0.1", |
68 | | - "tailwindcss": "4.1.11", |
69 | | - "typescript": "5.8.3", |
| 68 | + "tailwindcss": "4.1.16", |
| 69 | + "typescript": "5.9.3", |
70 | 70 | "unified": "11.0.5" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | 73 | "@azure-rest/ai-inference": "1.0.0-beta.6", |
74 | 74 | "@azure/ai-language-text": "1.1.0", |
75 | 75 | "@types/mime-types": "3.0.1", |
76 | | - "@types/node": "20.14.10", |
| 76 | + "@types/node": "20.19.24", |
77 | 77 | "@types/rss": "0.0.32", |
78 | | - "concurrently": "9.2.0", |
79 | | - "dotenv": "17.0.1", |
80 | | - "envalid": "8.0.0", |
81 | | - "ollama": "0.5.16", |
82 | | - "rimraf": "6.0.1", |
| 78 | + "concurrently": "9.2.1", |
| 79 | + "dotenv": "17.2.3", |
| 80 | + "envalid": "8.1.0", |
| 81 | + "ollama": "0.6.2", |
| 82 | + "rimraf": "6.1.0", |
83 | 83 | "ts-node": "10.9.2", |
84 | | - "tsx": "4.20.3" |
| 84 | + "tsx": "4.20.6" |
85 | 85 | }, |
86 | | - "packageManager": "pnpm@10.4.0", |
| 86 | + "packageManager": "pnpm@10.20.0", |
87 | 87 | "engines": { |
88 | | - "node": "22.14.0" |
| 88 | + "node": "22.21.1" |
89 | 89 | }, |
90 | 90 | "pnpm": { |
91 | 91 | "patchedDependencies": { |
|
0 commit comments