Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 9b35a45

Browse files
authored
Merge pull request #14 from chocolatey/release/astro-blog-rss
(#12) RSS and Atom feed functionality
2 parents b89bcd0 + a8b503a commit 9b35a45

File tree

2 files changed

+1044
-553
lines changed

2 files changed

+1044
-553
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choco-astro",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"packageManager": "yarn@4.2.2",
55
"type": "module",
66
"description": "A global set of dependencies to be used on Chocolatey Software Astro projects.",
@@ -16,11 +16,17 @@
1616
"homepage": "https://github.com/chocolatey/choco-astro#readme",
1717
"dependencies": {
1818
"@astrojs/check": "0.9.4",
19-
"@astrojs/mdx": "3.1.8",
19+
"@astrojs/mdx": "3.1.9",
20+
"@astrojs/rss": "^4.0.9",
2021
"@astrojs/sitemap": "3.2.1",
21-
"astro": "4.16.7",
22+
"@types/markdown-it": "^14",
23+
"@types/sanitize-html": "^2",
24+
"astro": "4.16.16",
25+
"feed": "^4.2.2",
26+
"markdown-it": "^14.1.0",
2227
"rehype-mermaid": "^3.0.0",
2328
"remark-custom-header-id": "^1.0.0",
29+
"sanitize-html": "^2.13.1",
2430
"typescript": "^5.6.3"
2531
}
2632
}

0 commit comments

Comments
 (0)