|
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | 15 | "11ty.ts": "^0.0.5", |
16 | | - "@11ty/eleventy": "3.0.0", |
| 16 | + "@11ty/eleventy": "3.0.1-alpha.3", |
17 | 17 | "@11ty/eleventy-fetch": "^5.0.2", |
18 | 18 | "@11ty/eleventy-img": "^6.0.1", |
| 19 | + "@11ty/eleventy-plugin-rss": "^2.0.3", |
19 | 20 | "@aloskutov/eleventy-plugin-external-links": "^2.1.1", |
20 | 21 | "@catppuccin/palette": "^1.7.1", |
21 | | - "@ryanccn/eleventy-plugin-rss": "github:uncenter/ryanccn-eleventy-plugin-rss", |
22 | 22 | "@shikijs/markdown-it": "1.29.1", |
23 | 23 | "@shikijs/transformers": "1.29.1", |
24 | 24 | "@uncenter/eleventy-plugin-toc": "^1.0.3", |
|
27 | 27 | "eleventy-auto-cache-buster": "^0.7.0", |
28 | 28 | "eleventy-plugin-icons": "^4.5.1", |
29 | 29 | "eleventy-plugin-validate": "^0.1.3", |
30 | | - "eleventy-plugin-vento": "^4.0.1", |
| 30 | + "eleventy-plugin-vento": "^4.1.1", |
31 | 31 | "html-minifier": "^4.0.0", |
32 | 32 | "lightningcss": "^1.29.1", |
33 | 33 | "linkedom": "^0.18.7", |
|
51 | 51 | "terser": "^5.37.0", |
52 | 52 | "zod": "^3.24.1" |
53 | 53 | }, |
| 54 | + "pnpm": { |
| 55 | + "patchedDependencies": { |
| 56 | + "ventojs": "patches/ventojs.patch" |
| 57 | + } |
| 58 | + }, |
54 | 59 | "devDependencies": { |
55 | 60 | "@biomejs/biome": "1.9.4" |
56 | 61 | }, |
|
0 commit comments