|
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.3", |
17 | | - "@astrojs/react": "^4.2.3", |
18 | | - "@astrojs/sitemap": "^3.3.0", |
| 16 | + "@astrojs/mdx": "^4.2.5", |
| 17 | + "@astrojs/react": "^4.2.5", |
| 18 | + "@astrojs/sitemap": "^3.3.1", |
19 | 19 | "@astrojs/tailwind": "^5.1.5", |
20 | 20 | "@fontsource-variable/inter": "^5.2.5", |
21 | 21 | "@fortawesome/fontawesome-free": "^6.7.2", |
22 | 22 | "@tailwindcss/typography": "^0.5.16", |
23 | | - "@types/react": "^19.1.0", |
24 | | - "@types/react-dom": "^19.1.1", |
25 | | - "astro": "^5.5.2", |
| 23 | + "@types/react": "^19.1.2", |
| 24 | + "@types/react-dom": "^19.1.2", |
| 25 | + "astro": "^5.7.5", |
26 | 26 | "astro-delete-unused-images": "^1.0.3", |
27 | 27 | "astro-meta-tags": "^0.3.1", |
28 | 28 | "astro-pagefind": "^1.8.3", |
|
32 | 32 | "date-fns-tz": "^3.2.0", |
33 | 33 | "hastscript": "^9.0.1", |
34 | 34 | "js-yaml": "^4.1.0", |
35 | | - "marked": "^15.0.7", |
| 35 | + "marked": "^15.0.11", |
36 | 36 | "pagefind": "^1.3.0", |
37 | 37 | "react": "^19.1.0", |
38 | 38 | "react-dom": "^19.1.0", |
39 | 39 | "rehype-autolink-headings": "^7.1.0", |
40 | 40 | "rehype-slug": "^6.0.0", |
41 | 41 | "remark-toc": "^9.0.0", |
42 | | - "sharp": "^0.34.0", |
| 42 | + "sharp": "^0.34.1", |
43 | 43 | "tailwindcss": "^3.4.17", |
44 | 44 | "typescript": "^5.8.3" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "@types/js-yaml": "^4.0.9", |
48 | 48 | "prettier": "^3.5.3", |
49 | | - "prettier-plugin-astro": "^0.14.1" |
| 49 | + "prettier-plugin-astro": "^0.14.1", |
| 50 | + "tsx": "^4.19.3", |
| 51 | + "typescript": "^5.8.3" |
50 | 52 | }, |
51 | 53 | "prettier": { |
52 | 54 | "proseWrap": "always" |
|
0 commit comments