|
1 | 1 | { |
2 | 2 | "name": "suzu-blog", |
3 | | - "version": "1.11.3", |
| 3 | + "version": "1.11.4", |
4 | 4 | "private": true, |
5 | | - "packageManager": "pnpm@10.17.1", |
| 5 | + "packageManager": "pnpm@10.18.3", |
6 | 6 | "author": { |
7 | 7 | "name": "ZL Asica", |
8 | 8 | |
|
31 | 31 | "@zl-asica/react": "^0.7.4", |
32 | 32 | "clsx": "^2.1.1", |
33 | 33 | "gray-matter": "^4.0.3", |
34 | | - "katex": "^0.16.22", |
35 | | - "lucide-react": "^0.544.0", |
| 34 | + "katex": "^0.16.25", |
| 35 | + "lucide-react": "^0.546.0", |
36 | 36 | "minisearch": "^7.2.0", |
37 | | - "next": "15.5.4", |
38 | | - "react": "19.1.1", |
39 | | - "react-dom": "19.1.1", |
| 37 | + "next": "15.5.6", |
| 38 | + "react": "19.2.0", |
| 39 | + "react-dom": "19.2.0", |
40 | 40 | "react-icons": "^5.5.0", |
41 | 41 | "react-markdown": "^10.1.0", |
42 | 42 | "rehype-katex": "^7.0.1", |
|
47 | 47 | "schema-dts": "^1.1.5", |
48 | 48 | "twikoo": "^1.6.44", |
49 | 49 | "yaml": "^2.8.1", |
50 | | - "zod": "^4.1.11" |
| 50 | + "zod": "^4.1.12" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@antfu/eslint-config": "^5.4.1", |
| 53 | + "@antfu/eslint-config": "^6.0.0", |
54 | 54 | "@changesets/cli": "^2.29.7", |
55 | | - "@eslint-react/eslint-plugin": "^1.53.1", |
56 | | - "@next/eslint-plugin-next": "^15.5.4", |
| 55 | + "@eslint-react/eslint-plugin": "^2.2.2", |
| 56 | + "@next/eslint-plugin-next": "^15.5.6", |
57 | 57 | "@shikijs/transformers": "^3.13.0", |
58 | | - "@tailwindcss/postcss": "^4.1.13", |
59 | | - "@types/node": "^24.5.2", |
60 | | - "@types/react": "^19.1.13", |
61 | | - "@types/react-dom": "^19.1.9", |
| 58 | + "@tailwindcss/postcss": "^4.1.14", |
| 59 | + "@types/node": "^24.8.1", |
| 60 | + "@types/react": "^19.2.2", |
| 61 | + "@types/react-dom": "^19.2.2", |
62 | 62 | "@types/rss": "^0.0.32", |
63 | | - "eslint": "^9.36.0", |
| 63 | + "eslint": "^9.38.0", |
64 | 64 | "eslint-plugin-format": "^1.0.2", |
65 | | - "eslint-plugin-react-hooks": "^5.2.0", |
66 | | - "eslint-plugin-react-refresh": "^0.4.21", |
| 65 | + "eslint-plugin-react-hooks": "^7.0.0", |
| 66 | + "eslint-plugin-react-refresh": "^0.4.24", |
67 | 67 | "husky": "^9.1.7", |
68 | | - "lint-staged": "^16.2.0", |
| 68 | + "lint-staged": "^16.2.4", |
69 | 69 | "postcss": "^8.5.6", |
70 | 70 | "postcss-flexbugs-fixes": "^5.0.2", |
71 | 71 | "postcss-preset-env": "^10.4.0", |
72 | 72 | "prettier": "^3.6.2", |
73 | 73 | "rss": "^1.2.2", |
74 | 74 | "shiki": "^3.13.0", |
75 | | - "tailwindcss": "^4.1.13", |
76 | | - "typescript": "5.9.2" |
| 75 | + "tailwindcss": "^4.1.14", |
| 76 | + "typescript": "5.9.3" |
77 | 77 | }, |
78 | 78 | "lint-staged": { |
79 | 79 | "**/*.{js,jsx,ts,tsx,json,yml,css,scss,less,styl,html,md,mdx}": [ |
|
0 commit comments