Skip to content

Commit

Permalink
chore: update peer dependencies (#9366)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Dec 7, 2023
1 parent 270c6cc commit 1b4e918
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .changeset/neat-peaches-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@astrojs/svelte': patch
'@astrojs/node': patch
'@astrojs/mdx': patch
'@astrojs/vue': patch
---

Updates NPM package to refer to the stable Astro version instead of a beta.
2 changes: 1 addition & 1 deletion packages/integrations/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"vfile": "^6.0.1"
},
"peerDependencies": {
"astro": "^4.0.0-beta.0"
"astro": "^4.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "^4.0.0-beta.0"
"astro": "^4.0.0"
},
"devDependencies": {
"@types/node": "^18.17.8",
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 @@ -52,7 +52,7 @@
"vite": "^5.0.0"
},
"peerDependencies": {
"astro": "^4.0.0-beta.0",
"astro": "^4.0.0",
"svelte": "^4.0.0 || ^5.0.0-next.1"
},
"engines": {
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 @@ -57,7 +57,7 @@
"vue": "^3.3.8"
},
"peerDependencies": {
"astro": "^4.0.0-beta.0",
"astro": "^4.0.0",
"vue": "^3.2.30"
},
"engines": {
Expand Down

0 comments on commit 1b4e918

Please sign in to comment.