|
19 | 19 | "url": "https://github.com/natebwangsut/natebwangsut.github.io" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@astrojs/react": "^3.6.2", |
23 | | - "@astrojs/rss": "^4.0.7", |
24 | | - "@astrojs/sitemap": "^3.1.6", |
| 22 | + "@astrojs/compiler-rs": "latest", |
| 23 | + "@astrojs/react": "^5.0.0", |
| 24 | + "@astrojs/rss": "^4.0.17", |
| 25 | + "@astrojs/sitemap": "^3.7.1", |
25 | 26 | "@iconify-json/ri": "^1.1.22", |
26 | 27 | "@react-spring/web": "^9.7.4", |
27 | | - "astro": "^4.13.3", |
| 28 | + "astro": "^6.0.0", |
28 | 29 | "astro-icon": "^1.1.0", |
29 | 30 | "astro-robots-txt": "^1.0.0", |
30 | 31 | "cobe": "^0.6.3", |
|
34 | 35 | "reading-time": "^1.5.0" |
35 | 36 | }, |
36 | 37 | "devDependencies": { |
| 38 | + "@astrojs/check": "^0.9.7", |
| 39 | + "@types/markdown-it": "^14.1.2", |
| 40 | + "@types/mdast": "^4.0.4", |
37 | 41 | "@types/react": "^18.3.3", |
38 | 42 | "@types/react-dom": "^18.3.0", |
39 | | - "@unocss/astro": "^0.58.9", |
40 | | - "@unocss/postcss": "^0.58.9", |
41 | | - "@unocss/preset-uno": "^0.58.9", |
42 | | - "@unocss/reset": "^0.58.9", |
43 | | - "autoprefixer": "^10.4.20", |
| 43 | + "@types/sanitize-html": "^2.16.1", |
| 44 | + "@unocss/astro": "^66.6.6", |
| 45 | + "@unocss/postcss": "^66.6.6", |
| 46 | + "@unocss/reset": "^66.6.6", |
44 | 47 | "markdown-it": "^14.1.0", |
45 | 48 | "motion": "^10.18.0", |
46 | 49 | "sanitize-html": "^2.13.0", |
47 | | - "unocss": "^0.58.9" |
| 50 | + "typescript": "^5.9.3", |
| 51 | + "unocss": "^66.6.6" |
| 52 | + }, |
| 53 | + "pnpm": { |
| 54 | + "overrides": { |
| 55 | + "vite": "^8.0.0" |
| 56 | + }, |
| 57 | + "onlyBuiltDependencies": [ |
| 58 | + "esbuild", |
| 59 | + "sharp" |
| 60 | + ] |
48 | 61 | } |
49 | 62 | } |
0 commit comments