Skip to content

Commit

Permalink
fix: cleanup peer deps ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Dec 3, 2024
1 parent 2453cac commit d4dac0f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .changeset/small-queens-compete.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"astro": "^5.0.0-alpha.0",
"astro": "^5.0.0",
"vue": "^3.2.30"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/web-vitals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down

0 comments on commit d4dac0f

Please sign in to comment.