Update packages, install Zorn

This commit is contained in:
Korbs 2024-11-30 23:55:16 -05:00
parent d528b65bf2
commit b56765bda5

View file

@ -1,7 +1,7 @@
{ {
"name": "butterflyvu", "name": "butterflyvu",
"type": "module", "type": "module",
"version": "0.1.3", "version": "0.1.4",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"author": { "author": {
"name": "SudoVanilla" "name": "SudoVanilla"
@ -32,11 +32,12 @@
"docker:push": "docker push ark.sudovanilla.org/korbs/butterflyvu:amd64" "docker:push": "docker push ark.sudovanilla.org/korbs/butterflyvu:amd64"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "4.0.0-beta.2", "@astrojs/mdx": "4.0.0-beta.5",
"@astrojs/prism": "3.0.0-beta.0", "@astrojs/prism": "3.2.0-beta.0",
"astro": "5.0.0-beta.5", "@minpluto/zorn": "^0.4.71",
"astro": "5.0.0-beta.12",
"astro-analytics": "^2.7.0", "astro-analytics": "^2.7.0",
"astro-breadcrumbs": "^3.2.0", "astro-breadcrumbs": "^3.2.2",
"astro-bun-adapter": "^1.0.2", "astro-bun-adapter": "^1.0.2",
"astro-feelback": "^0.3.4", "astro-feelback": "^0.3.4",
"astro-pagefind": "^1.6.0", "astro-pagefind": "^1.6.0",
@ -44,6 +45,6 @@
"markdoc": "^0.1.3" "markdoc": "^0.1.3"
}, },
"devDependencies": { "devDependencies": {
"sass": "^1.80.4" "sass": "^1.81.0"
} }
} }