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:
parent
2453caccd2
commit
4f2fd0a0d6
7 changed files with 16 additions and 6 deletions
10
.changeset/small-queens-compete.md
Normal file
10
.changeset/small-queens-compete.md
Normal 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
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"vue": "^3.5.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^5.0.0-alpha.0",
|
||||
"astro": "^5.0.0",
|
||||
"vue": "^3.2.30"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -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:*",
|
||||
|
|
Loading…
Reference in a new issue