|
8 | 8 | "build": "astro build", |
9 | 9 | "preview": "astro preview", |
10 | 10 | "astro": "astro", |
| 11 | + "check": "astro check", |
11 | 12 | "format": "prettier --write \"**/*.{astro,ts,tsx,md,mdx,js,cjs,mjs,jsx}\"", |
12 | 13 | "format:check": "prettier --check \"**/*.{astro,ts,tsx,md,mdx,js,cjs,mjs,jsx}\"" |
13 | 14 | }, |
|
16 | 17 | "@tailwindcss/forms": "^0.5.10", |
17 | 18 | "@tailwindcss/typography": "^0.5.16", |
18 | 19 | "@types/bun": "latest", |
19 | | - "fast-xml-parser": "^4.5.3", |
| 20 | + "fast-xml-parser": "^5.2.5", |
20 | 21 | "kleur": "^4.1.5", |
21 | | - "prettier": "^3.5.3", |
22 | | - "prettier-plugin-astro": "^0.14.1" |
| 22 | + "prettier": "^3.6.2", |
| 23 | + "prettier-plugin-astro": "^0.14.1", |
| 24 | + "typescript": "^5.8.3" |
23 | 25 | }, |
24 | 26 | "dependencies": { |
25 | | - "@astrojs/mdx": "3.1.3", |
26 | | - "@astrojs/rss": "^4.0.11", |
27 | | - "@astrojs/sitemap": "^3.4.0", |
28 | | - "@astrojs/tailwind": "^5.1.5", |
29 | | - "@astrojs/ts-plugin": "^1.10.4", |
30 | | - "astro": "^4.16.18", |
31 | | - "tailwindcss": "^3.4.17" |
| 27 | + "@astrojs/check": "^0.9.4", |
| 28 | + "@astrojs/mdx": "^4.3.0", |
| 29 | + "@astrojs/rss": "^4.0.12", |
| 30 | + "@astrojs/sitemap": "^3.4.1", |
| 31 | + "@tailwindcss/vite": "^4.1.11", |
| 32 | + "astro": "^5.11", |
| 33 | + "tailwindcss": "^4.1.11" |
32 | 34 | } |
33 | 35 | } |
0 commit comments