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

Commit cba7e3b

Browse files
committed
(#20) Bump version to 0.2.2
This upgrades Astro to 5.4.0 and as well as it's dependencies that are needed.
1 parent 9a80fec commit cba7e3b

File tree

2 files changed

+7155
-7179
lines changed

2 files changed

+7155
-7179
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choco-astro",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"packageManager": "yarn@4.2.2",
55
"type": "module",
66
"description": "A global set of dependencies to be used on Chocolatey Software Astro projects.",
@@ -19,21 +19,18 @@
1919
},
2020
"dependencies": {
2121
"@astrojs/check": "0.9.4",
22-
"@astrojs/mdx": "4.0.8",
22+
"@astrojs/mdx": "4.1.0",
2323
"@astrojs/rss": "4.0.11",
2424
"@astrojs/sitemap": "3.2.1",
2525
"@types/markdown-it": "^14",
2626
"@types/sanitize-html": "^2",
27-
"astro": "5.3.0",
27+
"astro": "5.4.0",
2828
"feed": "^4.2.2",
2929
"gray-matter": "^4.0.3",
3030
"markdown-it": "^14.1.0",
3131
"rehype-mermaid": "^3.0.0",
3232
"remark-custom-header-id": "^1.0.0",
3333
"sanitize-html": "^2.14.0",
3434
"typescript": "^5.6.3"
35-
},
36-
"resolutions": {
37-
"esbuild": "^0.25.0"
3835
}
3936
}

0 commit comments

Comments
 (0)