up astro-ghostcms version for new satori function and update theme

This commit is contained in:
Adam Matthiesen 2024-01-31 06:08:12 -08:00
parent 3a9c4e08e2
commit b0c44d5c4c
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-theme-default",
"description": "Default Theme for astro-ghostcms",
"version": "0.1.8",
"version": "0.1.9",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -50,7 +50,7 @@
"astro": "^4.2.1"
},
"dependencies": {
"@matthiesenxyz/astro-ghostcms": "^3.1.6",
"@matthiesenxyz/astro-ghostcms": "^3.1.8",
"astro-font": "^0.0.77",
"sass": "^1.70.0"
}

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
"version": "3.1.7",
"version": "3.1.8",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -89,7 +89,7 @@
"vitest-fetch-mock": "^0.2.2"
},
"dependencies": {
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.7",
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.9",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@resvg/resvg-js": "^2.6.0",