1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/butterflyvu.git synced 2024-12-22 15:23:54 +00:00

Update packages, add Iconior

This commit is contained in:
Korbs 2024-12-21 18:24:39 -05:00
parent a2a21dbb8b
commit 0a38a311d8
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
{ {
"name": "butterflyvu", "name": "butterflyvu",
"type": "module", "type": "module",
"version": "0.1.62", "version": "0.1.7",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"author": { "author": {
"name": "SudoVanilla" "name": "SudoVanilla"
@ -31,10 +31,12 @@
"docker:push": "buildah push oci.registry.sudovanilla.org/butterflyvu" "docker:push": "buildah push oci.registry.sudovanilla.org/butterflyvu"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "4.0.2", "@astrojs/mdx": "4.0.3",
"@astrojs/prism": "3.2.0", "@astrojs/prism": "3.2.0",
"@minpluto/zorn": "^0.4.82", "@astrojs/vue": "^5.0.3",
"astro": "5.0.5", "@iconoir/vue": "^7.10.1",
"@minpluto/zorn": "^0.4.83",
"astro": "5.1.1",
"astro-analytics": "^2.7.0", "astro-analytics": "^2.7.0",
"astro-bun-adapter": "^1.0.2", "astro-bun-adapter": "^1.0.2",
"astro-feelback": "^0.3.4", "astro-feelback": "^0.3.4",
@ -43,6 +45,6 @@
"markdoc": "^0.1.3" "markdoc": "^0.1.3"
}, },
"devDependencies": { "devDependencies": {
"sass": "^1.82.0" "sass": "^1.83.0"
} }
} }