|
15 | 15 | "@astrojs/check": "^0.9.4", |
16 | 16 | "@astrojs/mdx": "^4.1.0", |
17 | 17 | "@astrojs/sitemap": "^3.2.1", |
18 | | - "@fontsource-variable/inter": "^5.1.1", |
19 | | - "@fontsource/inter": "^5.1.1", |
| 18 | + "@fontsource-variable/inter": "^5.2.5", |
| 19 | + "@fontsource/inter": "^5.2.5", |
20 | 20 | "@resvg/resvg-js": "^2.6.2", |
21 | 21 | "@tailwindcss/typography": "^0.5.16", |
22 | | - "@typescript-eslint/eslint-plugin": "^8.25.0", |
23 | | - "@typescript-eslint/parser": "^8.25.0", |
24 | | - "astro": "^5.4.0", |
| 22 | + "@typescript-eslint/eslint-plugin": "^8.26.0", |
| 23 | + "@typescript-eslint/parser": "^8.26.0", |
| 24 | + "astro": "^5.4.1", |
25 | 25 | "astro-compressor": "^1.0.0", |
26 | 26 | "astro-icon": "^1.1.5", |
27 | 27 | "eslint": "^9.21.0", |
28 | 28 | "eslint-plugin-astro": "^1.3.1", |
29 | 29 | "prettier-plugin-astro": "^0.14.1", |
30 | 30 | "satori": "^0.12.1", |
31 | 31 | "satori-html": "^0.3.2", |
32 | | - "sharp": "^0.33.5", |
33 | | - "tsm": "^2.3.0" |
| 32 | + "sharp": "^0.33.5" |
34 | 33 | }, |
35 | 34 | "dependencies": { |
36 | 35 | "@iconify-json/cib": "^1.2.2", |
37 | 36 | "@iconify-json/mdi": "^1.2.3", |
38 | | - "@iconify-json/simple-icons": "^1.2.26", |
39 | | - "@tailwindcss/vite": "^4.0.8", |
| 37 | + "@iconify-json/simple-icons": "^1.2.27", |
| 38 | + "@tailwindcss/vite": "^4.0.9", |
40 | 39 | "astro-expressive-code": "^0.40.2", |
41 | 40 | "autoprefixer": "^10.4.20", |
42 | 41 | "mdast-util-to-string": "^4.0.0", |
43 | 42 | "postcss": "^8.5.3", |
44 | 43 | "reading-time": "^1.5.0", |
45 | | - "tailwindcss": "^4.0.8" |
| 44 | + "tailwindcss": "^4.0.9" |
46 | 45 | }, |
47 | 46 | "license": "MIT", |
48 | 47 | "engines": { |
|
57 | 56 | "url": "https://github.com/itsharta/itsharta.github.io/issues" |
58 | 57 | }, |
59 | 58 | "homepage": "https://profile.asthene.com", |
60 | | - "private": false |
| 59 | + "private": false, |
| 60 | + "pnpm": { |
| 61 | + "onlyBuiltDependencies": [ |
| 62 | + "esbuild", |
| 63 | + "sharp" |
| 64 | + ] |
| 65 | + } |
61 | 66 | } |
0 commit comments