From 4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc Mon Sep 17 00:00:00 2001 From: Erika <3019731+Princesseuh@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:07:55 +0100 Subject: [PATCH] fix: cleanup peer deps ranges (#12594) --- .changeset/small-queens-compete.md | 10 ++++++++++ packages/integrations/markdoc/package.json | 2 +- packages/integrations/mdx/package.json | 2 +- packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/package.json | 2 +- packages/integrations/vue/package.json | 2 +- packages/integrations/web-vitals/package.json | 2 +- 7 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 .changeset/small-queens-compete.md diff --git a/.changeset/small-queens-compete.md b/.changeset/small-queens-compete.md new file mode 100644 index 0000000000..2d48dce02f --- /dev/null +++ b/.changeset/small-queens-compete.md @@ -0,0 +1,10 @@ +--- +'@astrojs/web-vitals': patch +'@astrojs/tailwind': patch +'@astrojs/markdoc': patch +'@astrojs/svelte': patch +'@astrojs/mdx': patch +'@astrojs/vue': patch +--- + +Fixes compatibility with Astro 5 diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index cd2b4c330e..c84c97a6a9 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -71,7 +71,7 @@ "htmlparser2": "^9.1.0" }, "peerDependencies": { - "astro": "^5.0.0-alpha.0" + "astro": "^5.0.0" }, "devDependencies": { "@types/markdown-it": "^14.1.2", diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 5dcbbcca8b..e81a2ea03e 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -49,7 +49,7 @@ "vfile": "^6.0.3" }, "peerDependencies": { - "astro": "^5.0.0-alpha.0" + "astro": "^5.0.0" }, "devDependencies": { "@types/estree": "^1.0.6", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index ead2e167c9..940eace3c7 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -49,7 +49,7 @@ "svelte": "^5.2.9" }, "peerDependencies": { - "astro": "^5.0.0-beta.9", + "astro": "^5.0.0", "svelte": "^5.1.16", "typescript": "^5.3.3" }, diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index c2d033b080..f16f6f97cf 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -46,7 +46,7 @@ "vite": "^6.0.1" }, "peerDependencies": { - "astro": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.0", + "astro": "^3.0.0 || ^4.0.0 || ^5.0.0", "tailwindcss": "^3.0.24" }, "publishConfig": { diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 314c943169..7f49333397 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -56,7 +56,7 @@ "vue": "^3.5.13" }, "peerDependencies": { - "astro": "^5.0.0-alpha.0", + "astro": "^5.0.0", "vue": "^3.2.30" }, "engines": { diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json index 4e18f7a41d..3aa0616fc1 100644 --- a/packages/integrations/web-vitals/package.json +++ b/packages/integrations/web-vitals/package.json @@ -35,7 +35,7 @@ "web-vitals": "^4.2.4" }, "peerDependencies": { - "@astrojs/db": "^0.14.0-beta.1" + "@astrojs/db": "^0.14.0" }, "devDependencies": { "@astrojs/db": "workspace:*",