|
2 | 2 | "name": "suzu-blog",
|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 |
| - "packageManager": "[email protected].2", |
| 5 | + "packageManager": "[email protected].3", |
6 | 6 | "author": {
|
7 | 7 | "name": "ZL Asica",
|
8 | 8 |
|
|
31 | 31 | "es-toolkit": "^1.31.0",
|
32 | 32 | "gray-matter": "^4.0.3",
|
33 | 33 | "katex": "^0.16.19",
|
34 |
| - "next": "15.1.3", |
| 34 | + "next": "15.1.4", |
35 | 35 | "react": "19.0.0",
|
36 | 36 | "react-dom": "19.0.0",
|
37 | 37 | "react-icons": "^5.4.0",
|
38 |
| - "react-markdown": "^9.0.1", |
| 38 | + "react-markdown": "^9.0.3", |
39 | 39 | "react-syntax-highlighter": "^15.6.1",
|
40 | 40 | "rehype-katex": "^7.0.1",
|
41 | 41 | "rehype-raw": "^7.0.0",
|
42 | 42 | "remark-gemoji": "^8.0.0",
|
43 | 43 | "remark-gfm": "^4.0.0",
|
44 | 44 | "remark-math": "^6.0.0",
|
45 | 45 | "slugify": "^1.6.6",
|
46 |
| - "twikoo": "^1.6.40", |
| 46 | + "twikoo": "^1.6.41", |
47 | 47 | "yaml": "^2.7.0"
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@antfu/eslint-config": "^3.12.1", |
51 |
| - "@eslint-react/eslint-plugin": "^1.23.0", |
52 |
| - "@next/eslint-plugin-next": "^15.1.3", |
53 |
| - "@tailwindcss/typography": "^0.5.15", |
54 |
| - "@types/node": "^22.10.2", |
55 |
| - "@types/react": "^19.0.2", |
| 50 | + "@antfu/eslint-config": "^3.12.2", |
| 51 | + "@eslint-react/eslint-plugin": "^1.23.2", |
| 52 | + "@next/eslint-plugin-next": "^15.1.4", |
| 53 | + "@tailwindcss/typography": "^0.5.16", |
| 54 | + "@types/node": "^22.10.5", |
| 55 | + "@types/react": "^19.0.4", |
56 | 56 | "@types/react-dom": "^19.0.2",
|
57 | 57 | "@types/rss": "^0.0.32",
|
58 | 58 | "autoprefixer": "^10.4.20",
|
59 | 59 | "cssnano": "^7.0.6",
|
60 | 60 | "eslint": "^9.17.0",
|
61 |
| - "eslint-plugin-format": "^0.1.3", |
| 61 | + "eslint-plugin-format": "^1.0.1", |
62 | 62 | "eslint-plugin-react-hooks": "^5.1.0",
|
63 | 63 | "eslint-plugin-react-refresh": "^0.4.16",
|
64 | 64 | "eslint-plugin-tailwindcss": "^3.17.5",
|
|
69 | 69 | "postcss-preset-env": "^10.1.3",
|
70 | 70 | "rss": "^1.2.2",
|
71 | 71 | "tailwindcss": "^3.4.17",
|
72 |
| - "typescript": "^5.7.2" |
| 72 | + "typescript": "^5.7.3" |
73 | 73 | },
|
74 | 74 | "lint-staged": {
|
75 | 75 | "src/**/*.{js,jsx,ts,tsx}": [
|
|
0 commit comments