0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

chore: downgrade examples to not use beta releases (#12557)

This commit is contained in:
Emanuele Stoppa 2024-11-28 17:00:52 +00:00 committed by GitHub
parent c50882daf6
commit 6031962ab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 816 additions and 118 deletions

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^5.0.0-beta.12" "astro": "^4.16.16"
} }
} }

View file

@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^4.0.0-beta.5", "@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "^4.0.9", "@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1", "@astrojs/sitemap": "^3.2.1",
"astro": "^5.0.0-beta.12" "astro": "^4.16.16"
} }
} }

View file

@ -15,7 +15,7 @@
], ],
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"astro": "^5.0.0-beta.12" "astro": "^4.16.16"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^4.0.0 || ^5.0.0" "astro": "^4.0.0 || ^5.0.0"

View file

@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.4.0", "@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10", "@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.3", "alpinejs": "^3.14.3",
"astro": "^5.0.0-beta.12" "astro": "^4.16.16"
} }
} }

View file

@ -10,14 +10,14 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/preact": "^4.0.0-beta.1", "@astrojs/preact": "^3.5.4",
"@astrojs/react": "^4.0.0-beta.2", "@astrojs/react": "^3.6.3",
"@astrojs/solid-js": "^5.0.0-beta.1", "@astrojs/solid-js": "^4.4.4",
"@astrojs/svelte": "^7.0.0-beta.1", "@astrojs/svelte": "^6.0.2",
"@astrojs/vue": "^5.0.0-beta.3", "@astrojs/vue": "^4.5.3",
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"astro": "^5.0.0-beta.12", "astro": "^4.16.16",
"preact": "^10.24.3", "preact": "^10.24.3",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",

View file

@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/preact": "^4.0.0-beta.1", "@astrojs/preact": "^3.5.4",
"@preact/signals": "^1.3.0", "@preact/signals": "^1.3.0",
"astro": "^5.0.0-beta.12", "astro": "^4.16.16",
"preact": "^10.24.3" "preact": "^10.24.3"
} }
} }

View file

@ -10,10 +10,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/react": "^4.0.0-beta.2", "@astrojs/react": "^3.6.3",
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"astro": "^5.0.0-beta.12", "astro": "^4.16.16",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"
} }

View file

@ -10,8 +10,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/solid-js": "^5.0.0-beta.1", "@astrojs/solid-js": "^4.4.4",
"astro": "^5.0.0-beta.12", "astro": "^4.16.16",
"solid-js": "^1.9.3" "solid-js": "^1.9.3"
} }
} }

View file

@ -10,8 +10,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/svelte": "^7.0.0-beta.1", "@astrojs/svelte": "^6.0.2",
"astro": "^5.0.0-beta.12", "astro": "^4.16.16",
"svelte": "^5.1.16" "svelte": "^5.1.16"
} }
} }

View file

@ -10,8 +10,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/vue": "^5.0.0-beta.3", "@astrojs/vue": "^4.5.3",
"astro": "^5.0.0-beta.12", "astro": "^4.16.16",
"vue": "^3.5.12" "vue": "^3.5.12"
} }
} }

View file

@ -11,6 +11,6 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^9.0.0-alpha.1", "@astrojs/node": "^9.0.0-alpha.1",
"astro": "^5.0.0-beta.12" "astro": "^4.16.16"
} }
} }

View file

@ -15,7 +15,7 @@
], ],
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"astro": "^5.0.0-beta.12" "astro": "^4.16.16"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^4.0.0" "astro": "^4.0.0"

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^5.0.0-beta.12" "astro": "^4.16.16"
} }
} }

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^5.0.0-beta.12" "astro": "^4.16.16"
} }
} }

View file

@ -11,9 +11,9 @@
"server": "node dist/server/entry.mjs" "server": "node dist/server/entry.mjs"
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^9.0.0-alpha.1", "@astrojs/node": "^8.3.4",
"@astrojs/svelte": "^7.0.0-beta.1", "@astrojs/svelte": "^6.0.2",
"astro": "^5.0.0-beta.12", "astro": "^4.16.16",
"svelte": "^5.1.16" "svelte": "^5.1.16"
} }
} }

View file

@ -15,6 +15,6 @@
"./app": "./dist/app.js" "./app": "./dist/app.js"
}, },
"devDependencies": { "devDependencies": {
"astro": "^5.0.0-beta.12" "astro": "^4.16.16"
} }
} }

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/markdoc": "^0.12.0-beta.1", "@astrojs/markdoc": "^0.11.5",
"astro": "^5.0.0-beta.12" "astro": "^4.16.16"
} }
} }

View file

@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^4.0.0-beta.5", "@astrojs/mdx": "^3.1.9",
"@astrojs/preact": "^4.0.0-beta.1", "@astrojs/preact": "^3.5.4",
"astro": "^5.0.0-beta.12", "astro": "^4.16.16",
"preact": "^10.24.3" "preact": "^10.24.3"
} }
} }

View file

@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/preact": "^4.0.0-beta.1", "@astrojs/preact": "^3.5.4",
"@nanostores/preact": "^0.5.2", "@nanostores/preact": "^0.5.2",
"astro": "^5.0.0-beta.12", "astro": "^4.16.16",
"nanostores": "^0.11.3", "nanostores": "^0.11.3",
"preact": "^10.24.3" "preact": "^10.24.3"
} }

View file

@ -10,10 +10,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^4.0.0-beta.5", "@astrojs/mdx": "^3.1.9",
"@astrojs/tailwind": "^5.1.2", "@astrojs/tailwind": "^5.1.2",
"@types/canvas-confetti": "^1.6.4", "@types/canvas-confetti": "^1.6.4",
"astro": "^5.0.0-beta.12", "astro": "^4.16.16",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3", "canvas-confetti": "^1.9.3",
"postcss": "^8.4.49", "postcss": "^8.4.49",

File diff suppressed because it is too large Load diff