|
11 | 11 | "format": "prettier --write --plugin=prettier-plugin-astro ." |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@astro-community/astro-embed-youtube": "^0.5.2", |
15 | | - "@astrojs/check": "^0.8.0", |
16 | | - "@astrojs/mdx": "^3.1.2", |
17 | | - "@astrojs/react": "^3.6.0", |
18 | | - "@astrojs/sitemap": "^3.1.6", |
19 | | - "@astrojs/tailwind": "^5.1.0", |
20 | | - "@astrojs/vercel": "^7.7.2", |
21 | | - "@fontsource-variable/inter": "^5.0.18", |
22 | | - "@tailwindcss/typography": "^0.5.13", |
23 | | - "@types/react": "^18.3.3", |
24 | | - "@types/react-dom": "^18.3.0", |
25 | | - "astro": "^4.11.3", |
26 | | - "astro-meta-tags": "^0.3.0", |
| 14 | + "@astro-community/astro-embed-youtube": "^0.5.6", |
| 15 | + "@astrojs/check": "^0.8.3", |
| 16 | + "@astrojs/mdx": "^3.1.9", |
| 17 | + "@astrojs/react": "^3.6.3", |
| 18 | + "@astrojs/sitemap": "^3.2.1", |
| 19 | + "@astrojs/tailwind": "^5.1.3", |
| 20 | + "@astrojs/vercel": "^7.8.2", |
| 21 | + "@fontsource-variable/inter": "^5.1.0", |
| 22 | + "@tailwindcss/typography": "^0.5.15", |
| 23 | + "@types/react": "^18.3.16", |
| 24 | + "@types/react-dom": "^18.3.5", |
| 25 | + "astro": "^4.16.17", |
| 26 | + "astro-meta-tags": "^0.3.1", |
27 | 27 | "clsx": "^2.1.1", |
28 | 28 | "date-fns": "^3.6.0", |
29 | | - "date-fns-tz": "^3.1.3", |
| 29 | + "date-fns-tz": "^3.2.0", |
30 | 30 | "hastscript": "^9.0.0", |
31 | 31 | "react": "^18.3.1", |
32 | 32 | "react-dom": "^18.3.1", |
33 | 33 | "rehype-autolink-headings": "^7.1.0", |
34 | 34 | "rehype-slug": "^6.0.0", |
35 | 35 | "remark-toc": "^9.0.0", |
36 | 36 | "sharp": "^0.33.5", |
37 | | - "tailwindcss": "^3.4.6", |
38 | | - "typescript": "^5.5.2" |
| 37 | + "tailwindcss": "^3.4.16", |
| 38 | + "typescript": "^5.7.2" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "prettier": "^3.3.2", |
42 | | - "prettier-plugin-astro": "^0.14.0" |
| 41 | + "prettier": "^3.4.2", |
| 42 | + "prettier-plugin-astro": "^0.14.1" |
43 | 43 | }, |
44 | 44 | "prettier": { |
45 | 45 | "proseWrap": "always" |
|
0 commit comments