Skip to content

Commit

Permalink
Merge pull request #10 from chocolatey/release/0.1.2
Browse files Browse the repository at this point in the history
(#9) Upgrade to 0.1.2
  • Loading branch information
alexaveldanez authored Oct 23, 2024
2 parents 2b071c8 + c86b400 commit b89bcd0
Show file tree
Hide file tree
Showing 2 changed files with 897 additions and 1,030 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choco-astro",
"version": "0.1.1",
"version": "0.1.2",
"packageManager": "[email protected]",
"type": "module",
"description": "A global set of dependencies to be used on Chocolatey Software Astro projects.",
Expand All @@ -15,12 +15,12 @@
},
"homepage": "https://github.com/chocolatey/choco-astro#readme",
"dependencies": {
"@astrojs/check": "0.9.3",
"@astrojs/mdx": "3.1.7",
"@astrojs/sitemap": "3.1.6",
"astro": "4.15.10",
"rehype-mermaid": "^2.1.0",
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "3.1.8",
"@astrojs/sitemap": "3.2.1",
"astro": "4.16.7",
"rehype-mermaid": "^3.0.0",
"remark-custom-header-id": "^1.0.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit b89bcd0

Please sign in to comment.