0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

fix: cleanup peer deps ranges (#12594)

This commit is contained in:
Erika 2024-12-03 13:07:55 +01:00 committed by GitHub
parent 2453caccd2
commit 4f2fd0a0d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 16 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -56,7 +56,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"astro": "^5.0.0-alpha.0",
"astro": "^5.0.0",
"vue": "^3.2.30"
},
"engines": {

View file

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