summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Erika <3019731+Princesseuh@users.noreply.github.com> 2024-12-03 13:07:55 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-03 13:07:55 +0100
commit4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc (patch)
tree4d6e65ae9ee16c218c8a980e3199d5d25f9cb211
parent2453caccd21bed35f5ba92d652ecfba0ff93abda (diff)
downloadastro-4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc.tar.gz
astro-4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc.tar.zst
astro-4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc.zip
fix: cleanup peer deps ranges (#12594)
-rw-r--r--.changeset/small-queens-compete.md10
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--packages/integrations/web-vitals/package.json2
7 files changed, 16 insertions, 6 deletions
diff --git a/.changeset/small-queens-compete.md b/.changeset/small-queens-compete.md
new file mode 100644
index 000000000..2d48dce02
--- /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 cd2b4c330..c84c97a6a 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 5dcbbcca8..e81a2ea03 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 ead2e167c..940eace3c 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 c2d033b08..f16f6f97c 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 314c94316..7f4933339 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 4e18f7a41..3aa0616fc 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:*",