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

Commit 499edef

Browse files
Merge pull request #16 from st3phhays/release/next
(#15) Upgrade Astro to v5
2 parents 9b35a45 + 1fc4c74 commit 499edef

File tree

3 files changed

+1008
-1176
lines changed

3 files changed

+1008
-1176
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choco-astro",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
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,17 +16,18 @@
1616
"homepage": "https://github.com/chocolatey/choco-astro#readme",
1717
"dependencies": {
1818
"@astrojs/check": "0.9.4",
19-
"@astrojs/mdx": "3.1.9",
20-
"@astrojs/rss": "^4.0.9",
19+
"@astrojs/mdx": "4.0.7",
20+
"@astrojs/rss": "4.0.11",
2121
"@astrojs/sitemap": "3.2.1",
2222
"@types/markdown-it": "^14",
2323
"@types/sanitize-html": "^2",
24-
"astro": "4.16.16",
24+
"astro": "5.1.9",
2525
"feed": "^4.2.2",
26+
"gray-matter": "^4.0.3",
2627
"markdown-it": "^14.1.0",
2728
"rehype-mermaid": "^3.0.0",
2829
"remark-custom-header-id": "^1.0.0",
29-
"sanitize-html": "^2.13.1",
30+
"sanitize-html": "^2.14.0",
3031
"typescript": "^5.6.3"
3132
}
3233
}

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
"paths": {
77
"@content/*": ["src/content/*"],
88
"@components/*": ["src/components/*"],
9-
"@config": ["src/config.ts"],
109
"@layouts/*": ["src/layouts/*"],
1110
"@root/*": ["./*"],
1211
"@styles/*": ["src/styles/*"],
1312
"@scripts/*": ["src/scripts/*"]
1413
}
1514
}
16-
}
15+
}

0 commit comments

Comments
 (0)