mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
chore: update peer dependencies (#9366)
This commit is contained in:
parent
270c6cc27f
commit
1b4e918981
5 changed files with 12 additions and 4 deletions
8
.changeset/neat-peaches-mate.md
Normal file
8
.changeset/neat-peaches-mate.md
Normal file
|
@ -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.
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"vue": "^3.3.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^4.0.0-beta.0",
|
||||
"astro": "^4.0.0",
|
||||
"vue": "^3.2.30"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Add table
Reference in a new issue