diff --git a/docs/demo/package.json b/docs/demo/package.json index 4e0cb00b4..671e15bb9 100644 --- a/docs/demo/package.json +++ b/docs/demo/package.json @@ -21,7 +21,7 @@ "@tutorialkit/astro": "workspace:*", "@tutorialkit/theme": "workspace:*", "@tutorialkit/types": "workspace:*", - "astro": "^4.12.0", + "astro": "^4.15.0", "prettier-plugin-astro": "^0.14.1", "typescript": "^5.4.5" } diff --git a/docs/tutorialkit.dev/package.json b/docs/tutorialkit.dev/package.json index b7693a7cc..328274998 100644 --- a/docs/tutorialkit.dev/package.json +++ b/docs/tutorialkit.dev/package.json @@ -26,7 +26,7 @@ "@types/gtag.js": "^0.0.20", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.12.0", + "astro": "^4.15.0", "sass": "^1.77.6", "sharp": "^0.32.6", "starlight-links-validator": "^0.9.0", diff --git a/e2e/package.json b/e2e/package.json index 1c3ed8f2c..0e5e3a817 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -21,7 +21,7 @@ "@types/node": "^22.2.0", "@unocss/reset": "^0.59.4", "@unocss/transformer-directives": "^0.62.0", - "astro": "^4.12.0", + "astro": "^4.15.0", "fast-glob": "^3.3.2", "playwright": "^1.46.0", "react": "^18.3.1", diff --git a/packages/astro/package.json b/packages/astro/package.json index ada63ffd2..15d3c3528 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -44,7 +44,7 @@ "@types/react": "^18.3.3", "@unocss/reset": "^0.62.2", "@webcontainer/api": "1.2.0", - "astro": "^4.12.0", + "astro": "^4.15.0", "astro-expressive-code": "^0.35.3", "chokidar": "3.6.0", "fast-glob": "^3.3.2", @@ -73,6 +73,6 @@ "vitest": "^1.6.0" }, "peerDependencies": { - "astro": "^4.12.0" + "astro": "^4.15.0" } } diff --git a/packages/astro/src/default/layouts/Layout.astro b/packages/astro/src/default/layouts/Layout.astro index b77544c81..f72a0202a 100644 --- a/packages/astro/src/default/layouts/Layout.astro +++ b/packages/astro/src/default/layouts/Layout.astro @@ -38,7 +38,7 @@ const baseURL = import.meta.env.BASE_URL; }