diff --git a/demo/package.json b/demo/package.json index 1e3922c7..722569ab 100644 --- a/demo/package.json +++ b/demo/package.json @@ -12,7 +12,7 @@ "dependencies": { "astro": "^4.2.1", "@matthiesenxyz/astro-ghostcms": "3.0.4", - "@matthiesenxyz/astro-ghostcms-theme-default": "0.0.2" + "@matthiesenxyz/astro-ghostcms-theme-default": "0.0.3" }, "devDependencies": { "@astrojs/check": "^0.4.1", diff --git a/packages/astro-ghostcms/package.json b/packages/astro-ghostcms/package.json index ecd35133..941ee602 100644 --- a/packages/astro-ghostcms/package.json +++ b/packages/astro-ghostcms/package.json @@ -63,6 +63,7 @@ "@astrojs/check": "^0.3.4", "@ts-ghost/core-api": "*", "@ts-ghost/tsconfig": "*", + "@matthiesenxyz/astro-ghostcms-theme-default": "*", "@types/node": "^20.11.5", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", @@ -78,7 +79,7 @@ "vitest-fetch-mock": "^0.2.2" }, "dependencies": { - "@matthiesenxyz/astro-ghostcms-theme-default": "^0.0.2", + "@matthiesenxyz/astro-ghostcms-theme-default": "^0.0.3", "@astrojs/rss": "^4.0.2", "@astrojs/sitemap": "^3.0.5", "@ts-ghost/core-api": "^5.1.2",