0
Fork 0
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:
Arsh 2023-12-07 15:34:14 +00:00 committed by GitHub
parent 270c6cc27f
commit 1b4e918981
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 4 deletions

View 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.

View file

@ -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",

View file

@ -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",

View file

@ -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": {

View file

@ -57,7 +57,7 @@
"vue": "^3.3.8"
},
"peerDependencies": {
"astro": "^4.0.0-beta.0",
"astro": "^4.0.0",
"vue": "^3.2.30"
},
"engines": {