Skip to content

Commit

Permalink
Merge pull request #8 from chocolatey/release/0.1.1
Browse files Browse the repository at this point in the history
(#5)(#6) choco-astro 0.1.1
  • Loading branch information
alexaveldanez authored Oct 2, 2024
2 parents 557a90f + 35cf1ca commit 2b071c8
Show file tree
Hide file tree
Showing 3 changed files with 1,222 additions and 1,677 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
node-version: 20
- run: yarn install --immutable
- name: Run yarn npm audit
run: yarn npm audit --severity moderate
run: yarn npm audit --all --recursive
continue-on-error: false
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choco-astro",
"version": "0.1.0",
"version": "0.1.1",
"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.7.0",
"@astrojs/mdx": "3.1.0",
"@astrojs/sitemap": "3.1.5",
"astro": "4.10.1",
"@astrojs/check": "0.9.3",
"@astrojs/mdx": "3.1.7",
"@astrojs/sitemap": "3.1.6",
"astro": "4.15.10",
"rehype-mermaid": "^2.1.0",
"remark-custom-header-id": "^1.0.0",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 2b071c8

Please sign in to comment.