|
13 | 13 | "lint": "eslint ." |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@astrojs/rss": "^4.0.14", |
17 | | - "@astrojs/sitemap": "^3.6.0", |
| 16 | + "@astrojs/rss": "^4.0.15", |
| 17 | + "@astrojs/sitemap": "^3.7.0", |
18 | 18 | "@resvg/resvg-js": "^2.6.2", |
19 | 19 | "@tailwindcss/vite": "^4.1.18", |
20 | | - "astro": "^5.16.6", |
| 20 | + "astro": "^5.16.11", |
21 | 21 | "dayjs": "^1.11.19", |
22 | 22 | "lodash.kebabcase": "^4.1.1", |
23 | 23 | "remark-collapse": "^0.1.2", |
24 | 24 | "remark-toc": "^9.0.0", |
25 | | - "satori": "^0.18.3", |
| 25 | + "satori": "^0.19.1", |
26 | 26 | "sharp": "^0.34.5", |
27 | 27 | "slugify": "^1.6.6", |
28 | 28 | "tailwindcss": "^4.1.18" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | 31 | "@astrojs/check": "^0.9.6", |
32 | 32 | "@pagefind/default-ui": "^1.4.0", |
33 | | - "@shikijs/transformers": "^3.20.0", |
| 33 | + "@shikijs/transformers": "^3.21.0", |
34 | 34 | "@tailwindcss/typography": "^0.5.19", |
35 | 35 | "@types/lodash.kebabcase": "^4.1.9", |
36 | | - "@typescript-eslint/parser": "^8.51.0", |
| 36 | + "@typescript-eslint/parser": "^8.53.1", |
37 | 37 | "eslint": "^9.39.2", |
38 | 38 | "eslint-plugin-astro": "^1.5.0", |
39 | | - "globals": "^16.5.0", |
| 39 | + "globals": "^17.0.0", |
40 | 40 | "pagefind": "^1.4.0", |
41 | | - "prettier": "^3.7.4", |
| 41 | + "prettier": "^3.8.0", |
42 | 42 | "prettier-plugin-astro": "^0.14.1", |
43 | 43 | "prettier-plugin-tailwindcss": "^0.7.2", |
44 | 44 | "typescript": "^5.9.3", |
45 | | - "typescript-eslint": "^8.51.0" |
| 45 | + "typescript-eslint": "^8.53.1" |
46 | 46 | } |
47 | 47 | } |
0 commit comments