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

Commit 9a80fec

Browse files
Merge pull request #19 from chocolatey/release/0.2.1
(#18) Bump version to 0.2.1
2 parents 499edef + 4ac2417 commit 9a80fec

File tree

2 files changed

+464
-465
lines changed

2 files changed

+464
-465
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.2.0",
3+
"version": "0.2.1",
44
"packageManager": "yarn@4.2.2",
55
"type": "module",
66
"description": "A global set of dependencies to be used on Chocolatey Software Astro projects.",
@@ -14,20 +14,26 @@
1414
"url": "https://github.com/chocolatey/choco-astro/issues"
1515
},
1616
"homepage": "https://github.com/chocolatey/choco-astro#readme",
17+
"scripts": {
18+
"audit": "yarn npm audit --all --recursive"
19+
},
1720
"dependencies": {
1821
"@astrojs/check": "0.9.4",
19-
"@astrojs/mdx": "4.0.7",
22+
"@astrojs/mdx": "4.0.8",
2023
"@astrojs/rss": "4.0.11",
2124
"@astrojs/sitemap": "3.2.1",
2225
"@types/markdown-it": "^14",
2326
"@types/sanitize-html": "^2",
24-
"astro": "5.1.9",
27+
"astro": "5.3.0",
2528
"feed": "^4.2.2",
2629
"gray-matter": "^4.0.3",
2730
"markdown-it": "^14.1.0",
2831
"rehype-mermaid": "^3.0.0",
2932
"remark-custom-header-id": "^1.0.0",
3033
"sanitize-html": "^2.14.0",
3134
"typescript": "^5.6.3"
35+
},
36+
"resolutions": {
37+
"esbuild": "^0.25.0"
3238
}
3339
}

0 commit comments

Comments
 (0)