Skip to content

Commit e47f95b

Browse files
Merge pull request #22 from chocolatey/release/0.2.2
(#20) Bump version to 0.2.2
2 parents 9a80fec + cba7e3b commit e47f95b

File tree

2 files changed

+7155
-7179
lines changed

2 files changed

+7155
-7179
lines changed

package.json

+3-6
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": "[email protected]",
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)