|
15 | 15 | "prepare": "husky" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@astrojs/partytown": "^2.1.2", |
19 | | - "@astrojs/tailwind": "^5.1.3", |
20 | | - "astro": "^4.16.17", |
| 18 | + "@astrojs/partytown": "^2.1.3", |
| 19 | + "@fontsource-variable/roboto-mono": "^5.1.1", |
| 20 | + "@tailwindcss/vite": "^4.0.8", |
| 21 | + "astro": "^5.3.1", |
21 | 22 | "mdast-util-to-string": "^4.0.0", |
22 | 23 | "reading-time": "^1.5.0", |
23 | | - "tailwindcss": "^3.4.16" |
| 24 | + "tailwindcss": "^4.0.8" |
24 | 25 | }, |
25 | 26 | "devDependencies": { |
26 | | - "@commitlint/cli": "^19.6.1", |
27 | | - "@commitlint/config-conventional": "^19.6.0", |
28 | | - "@eslint/js": "^9.17.0", |
29 | | - "@tailwindcss/typography": "^0.5.15", |
30 | | - "@typescript-eslint/parser": "^8.18.1", |
31 | | - "astro-eslint-parser": "^1.1.0", |
32 | | - "eslint": "^9.17.0", |
| 27 | + "@commitlint/cli": "^19.7.1", |
| 28 | + "@commitlint/config-conventional": "^19.7.1", |
| 29 | + "@eslint/js": "^9.21.0", |
| 30 | + "@tailwindcss/typography": "^0.5.16", |
| 31 | + "@typescript-eslint/parser": "^8.25.0", |
| 32 | + "astro-eslint-parser": "^1.2.1", |
| 33 | + "eslint": "^9.21.0", |
33 | 34 | "eslint-plugin-astro": "^1.3.1", |
34 | 35 | "husky": "^9.1.7", |
35 | | - "prettier": "^3.4.2", |
| 36 | + "prettier": "^3.5.2", |
36 | 37 | "prettier-plugin-astro": "^0.14.1", |
37 | | - "prettier-plugin-tailwindcss": "^0.6.9", |
| 38 | + "prettier-plugin-tailwindcss": "^0.6.11", |
38 | 39 | "rehype-katex": "^7.0.1", |
39 | | - "rehype-mathjax": "^6.0.0", |
| 40 | + "rehype-mathjax": "^7.1.0", |
40 | 41 | "remark-math": "^6.0.0", |
41 | | - "typescript-eslint": "^8.18.1" |
| 42 | + "typescript-eslint": "^8.25.0" |
42 | 43 | } |
43 | 44 | } |
0 commit comments