fix package dep issue

This commit is contained in:
Adam Matthiesen 2024-01-23 17:23:57 -08:00
parent bec80f9bdf
commit 25ff86694f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms", "name": "@matthiesenxyz/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content", "description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
"version": "3.0.2", "version": "3.0.3",
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@ -78,7 +78,7 @@
"vitest-fetch-mock": "^0.2.2" "vitest-fetch-mock": "^0.2.2"
}, },
"dependencies": { "dependencies": {
"@matthiesenxyz/astro-ghostcms-theme-default": "0.0.1", "@matthiesenxyz/astro-ghostcms-theme-default": "^0.0.2",
"@astrojs/rss": "^4.0.2", "@astrojs/rss": "^4.0.2",
"@astrojs/sitemap": "^3.0.5", "@astrojs/sitemap": "^3.0.5",
"@ts-ghost/core-api": "^5.1.2", "@ts-ghost/core-api": "^5.1.2",