0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

Prevent bumping peer deps ()

This commit is contained in:
Bjorn Lu 2023-10-26 18:07:02 +08:00 committed by GitHub
parent 28e56309a0
commit c8976440ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 12 deletions
.changeset
benchmark/packages/timer
examples
component
integration
packages
integrations
markdown/remark

View file

@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.7.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }],
"commit": false,
"linked": [],

View file

@ -26,7 +26,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.2"
"astro": "workspace:*"
},
"devDependencies": {
"@types/server-destroy": "^1.0.1",

View file

@ -18,6 +18,6 @@
"astro": "^3.3.4"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
"astro": "^3.0.0"
}
}

View file

@ -18,6 +18,6 @@
"astro": "^3.3.4"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
"astro": "^3.0.0"
}
}

View file

@ -75,7 +75,7 @@
"zod": "3.21.1"
},
"peerDependencies": {
"astro": "workspace:^3.3.4"
"astro": "^3.0.0"
},
"devDependencies": {
"@astrojs/markdown-remark": "workspace:*",

View file

@ -51,7 +51,7 @@
"vfile": "^5.3.7"
},
"peerDependencies": {
"astro": "workspace:^3.3.4"
"astro": "^3.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.5",

View file

@ -37,7 +37,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "workspace:^3.3.4"
"astro": "^3.0.0"
},
"devDependencies": {
"@types/node": "^18.17.8",

View file

@ -48,7 +48,7 @@
"vite": "^4.4.9"
},
"peerDependencies": {
"astro": "workspace:^3.3.4",
"astro": "^3.0.0",
"svelte": "^3.55.0 || ^4.0.0"
},
"engines": {

View file

@ -43,7 +43,7 @@
"vite": "^4.4.9"
},
"peerDependencies": {
"astro": "workspace:^3.3.4",
"astro": "^3.0.0",
"tailwindcss": "^3.0.24"
},
"publishConfig": {

View file

@ -61,7 +61,7 @@
"web-vitals": "^3.4.0"
},
"peerDependencies": {
"astro": "workspace:^3.3.4"
"astro": "^3.0.0"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.3",

View file

@ -56,7 +56,7 @@
"vue": "^3.3.4"
},
"peerDependencies": {
"astro": "workspace:^3.3.4",
"astro": "^3.0.0",
"vue": "^3.2.30"
},
"engines": {

View file

@ -28,7 +28,7 @@
"test": "mocha --exit --timeout 20000"
},
"peerDependencies": {
"astro": "workspace:^3.3.0"
"astro": "^3.0.0"
},
"dependencies": {
"@astrojs/prism": "^3.0.0",