summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-12-03 02:56:34 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-03 10:56:34 +0000
commitfcdd37f684833eeb00dcecad21d9f4308cd6caa4 (patch)
tree7ade673147d453de5617cea5b2811ac58b2e05e8 /examples
parentbc18c3cfe220022e152fd0a8f617f6b4fc3ad8b4 (diff)
downloadastro-@astrojs/upgrade@0.4.0.tar.gz
astro-@astrojs/upgrade@0.4.0.tar.zst
astro-@astrojs/upgrade@0.4.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json4
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/container-with-vitest/package.json4
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-multiple/package.json12
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json4
-rw-r--r--examples/framework-solid/package.json4
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json4
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/toolbar-app/package.json2
-rw-r--r--examples/with-markdoc/package.json4
-rw-r--r--examples/with-mdx/package.json6
-rw-r--r--examples/with-nanostores/package.json4
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vitest/package.json2
23 files changed, 41 insertions, 41 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 7358c6132..d2d605602 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.12"
+ "astro": "^5.0.0"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index b62b24f52..81a2e49c8 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.0.0-beta.5",
+ "@astrojs/mdx": "^4.0.0",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
- "astro": "^5.0.0-beta.12"
+ "astro": "^5.0.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 5a6600d8f..0e2bd6314 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-beta.12"
+ "astro": "^5.0.0"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 09947cc2b..2ec85c1f9 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -11,8 +11,8 @@
"test": "vitest run"
},
"dependencies": {
- "@astrojs/react": "^4.0.0-beta.2",
- "astro": "^5.0.0-beta.12",
+ "@astrojs/react": "^4.0.0",
+ "astro": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.1.6"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index d9ab81afd..ba3c9a85a 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.3",
- "astro": "^5.0.0-beta.12"
+ "astro": "^5.0.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 3b42d4530..e08e3ac4d 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,14 +10,14 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^4.0.0-beta.1",
- "@astrojs/react": "^4.0.0-beta.2",
- "@astrojs/solid-js": "^5.0.0-beta.1",
- "@astrojs/svelte": "^7.0.0-beta.1",
- "@astrojs/vue": "^5.0.0-beta.3",
+ "@astrojs/preact": "^4.0.0",
+ "@astrojs/react": "^4.0.0",
+ "@astrojs/solid-js": "^5.0.0",
+ "@astrojs/svelte": "^7.0.0",
+ "@astrojs/vue": "^5.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.0.0-beta.12",
+ "astro": "^5.0.0",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 8cf537c20..b5e5decea 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^4.0.0-beta.1",
+ "@astrojs/preact": "^4.0.0",
"@preact/signals": "^1.3.0",
- "astro": "^5.0.0-beta.12",
+ "astro": "^5.0.0",
"preact": "^10.24.3"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 420f9b53d..234b00ce8 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^4.0.0-beta.2",
+ "@astrojs/react": "^4.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.0.0-beta.12",
+ "astro": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index e7e655845..b9d885dde 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/solid-js": "^5.0.0-beta.1",
- "astro": "^5.0.0-beta.12",
+ "@astrojs/solid-js": "^5.0.0",
+ "astro": "^5.0.0",
"solid-js": "^1.9.3"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index fb4ea7dce..8a957497d 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^7.0.0-beta.1",
- "astro": "^5.0.0-beta.12",
+ "@astrojs/svelte": "^7.0.0",
+ "astro": "^5.0.0",
"svelte": "^5.1.16"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 7c89c8af2..12690c646 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^5.0.0-beta.3",
- "astro": "^5.0.0-beta.12",
+ "@astrojs/vue": "^5.0.0",
+ "astro": "^5.0.0",
"vue": "^3.5.12"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 901e5b032..e57fab4c1 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "astro": "^5.0.0-beta.12"
+ "astro": "^5.0.0"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 1cb8f3173..b556c7590 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-beta.12"
+ "astro": "^5.0.0"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 3d1a93a21..12064b335 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.12"
+ "astro": "^5.0.0"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 6f98dd56b..20833e529 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.12"
+ "astro": "^5.0.0"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index feb2f7584..e80014e16 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "@astrojs/svelte": "^7.0.0-beta.1",
- "astro": "^5.0.0-beta.12",
+ "@astrojs/svelte": "^7.0.0",
+ "astro": "^5.0.0",
"svelte": "^5.1.16"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 370318d1d..a971d1a7a 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.12",
+ "astro": "^5.0.0",
"sass": "^1.80.6",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index d20a982ee..adf2c6814 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
- "astro": "^5.0.0-beta.12"
+ "astro": "^5.0.0"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 8a127bcc0..6aa075496 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.12.0-beta.1",
- "astro": "^5.0.0-beta.12"
+ "@astrojs/markdoc": "^0.12.0",
+ "astro": "^5.0.0"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 1f39f5517..01e411ed5 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.0.0-beta.5",
- "@astrojs/preact": "^4.0.0-beta.1",
- "astro": "^5.0.0-beta.12",
+ "@astrojs/mdx": "^4.0.0",
+ "@astrojs/preact": "^4.0.0",
+ "astro": "^5.0.0",
"preact": "^10.24.3"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 6094c5fd1..4c1666f89 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^4.0.0-beta.1",
+ "@astrojs/preact": "^4.0.0",
"@nanostores/preact": "^0.5.2",
- "astro": "^5.0.0-beta.12",
+ "astro": "^5.0.0",
"nanostores": "^0.11.3",
"preact": "^10.24.3"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 168953fb7..5bb60e697 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.0.0-beta.5",
+ "@astrojs/mdx": "^4.0.0",
"@astrojs/tailwind": "^5.1.2",
"@types/canvas-confetti": "^1.6.4",
- "astro": "^5.0.0-beta.12",
+ "astro": "^5.0.0",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.49",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 740839db3..18acf126f 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^5.0.0-beta.12",
+ "astro": "^5.0.0",
"vitest": "^2.1.6"
}
}