|
13 | 13 | "dependencies": { |
14 | 14 | "@astro-community/astro-embed-youtube": "^0.5.6", |
15 | 15 | "@astrojs/check": "^0.9.4", |
16 | | - "@astrojs/mdx": "^4.2.6", |
17 | | - "@astrojs/sitemap": "^3.3.1", |
| 16 | + "@astrojs/mdx": "^4.3.0", |
| 17 | + "@astrojs/sitemap": "^3.4.0", |
18 | 18 | "@astrojs/tailwind": "^5.1.5", |
19 | 19 | "@astrojs/ts-plugin": "^1.10.4", |
20 | 20 | "@fortawesome/fontawesome-free": "^6.7.2", |
21 | 21 | "@tailwindcss/typography": "^0.5.16", |
22 | | - "astro": "^5.7.5", |
| 22 | + "@tailwindcss/vite": "^4.1.7", |
| 23 | + "astro": "^5.8.0", |
23 | 24 | "astro-compress": "^2.3.8", |
24 | 25 | "astro-delete-unused-images": "^1.0.3", |
25 | | - "astro-meta-tags": "^0.3.1", |
| 26 | + "astro-meta-tags": "^0.3.2", |
26 | 27 | "astro-pagefind": "^1.8.3", |
27 | 28 | "astro-preload": "^1.1.2", |
28 | 29 | "clsx": "^2.1.1", |
29 | 30 | "date-fns": "^4.1.0", |
30 | 31 | "date-fns-tz": "^3.2.0", |
31 | 32 | "hastscript": "^9.0.1", |
32 | 33 | "js-yaml": "^4.1.0", |
33 | | - "marked": "^15.0.11", |
| 34 | + "marked": "^15.0.12", |
34 | 35 | "pagefind": "^1.3.0", |
35 | 36 | "rehype-autolink-headings": "^7.1.0", |
36 | 37 | "rehype-slug": "^6.0.0", |
37 | 38 | "remark-toc": "^9.0.0", |
38 | | - "sharp": "^0.34.1", |
39 | | - "tailwindcss": "^3.4.17", |
| 39 | + "sharp": "^0.34.2", |
| 40 | + "tailwindcss": "^4.1.7", |
40 | 41 | "typescript": "^5.8.3" |
41 | 42 | }, |
42 | 43 | "devDependencies": { |
43 | 44 | "@types/js-yaml": "^4.0.9", |
44 | 45 | "prettier": "^3.5.3", |
45 | 46 | "prettier-plugin-astro": "^0.14.1", |
46 | | - "puppeteer": "^24.7.2", |
| 47 | + "puppeteer": "^24.9.0", |
47 | 48 | "tsx": "^4.19.4", |
48 | 49 | "typescript": "^5.8.3" |
49 | 50 | }, |
|
0 commit comments