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

Commit be255ab

Browse files
committed
(#30) Upgrade choco-astro to 0.4.0
This bumps the version of choco-astro to 0.4.0, as well as updates all the dependencies to their latest versions.
1 parent e6e8aeb commit be255ab

File tree

5 files changed

+1254
-1195
lines changed

5 files changed

+1254
-1195
lines changed

.yarn/releases/yarn-4.2.2.cjs

Lines changed: 0 additions & 894 deletions
This file was deleted.

.yarn/releases/yarn-4.9.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ checksumBehavior: update
22

33
nodeLinker: node-modules
44

5-
yarnPath: .yarn/releases/yarn-4.2.2.cjs
5+
npmAuthToken: "${NODE_AUTH_TOKEN-fallback}"
66

7-
npmAuthToken: ${NODE_AUTH_TOKEN-fallback}
7+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "choco-astro",
3-
"version": "0.3.2",
4-
"packageManager": "yarn@4.2.2",
3+
"version": "0.4.0",
4+
"packageManager": "yarn@4.9.2",
55
"type": "module",
66
"description": "A global set of dependencies to be used on Chocolatey Software Astro projects.",
77
"repository": {
@@ -20,12 +20,12 @@
2020
"dependencies": {
2121
"@astrojs/check": "0.9.4",
2222
"@astrojs/mdx": "4.3.0",
23-
"@astrojs/node": "9.2.2",
23+
"@astrojs/node": "9.3.0",
2424
"@astrojs/rss": "4.0.12",
2525
"@astrojs/sitemap": "3.4.1",
2626
"@types/markdown-it": "^14",
2727
"@types/sanitize-html": "^2",
28-
"astro": "5.9.2",
28+
"astro": "5.11.0",
2929
"feed": "^5.1.0",
3030
"gray-matter": "^4.0.3",
3131
"markdown-it": "^14.1.0",

0 commit comments

Comments
 (0)