summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/blog-multiple-authors/package.json4
-rw-r--r--examples/blog/package.json4
-rw-r--r--examples/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json6
-rw-r--r--examples/env-vars/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json4
-rw-r--r--examples/framework-multiple/package.json14
-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/integrations-playground/package.json14
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json4
-rw-r--r--examples/ssr/package.json6
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json4
-rw-r--r--examples/with-markdown/package.json12
-rw-r--r--examples/with-nanostores/package.json12
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
27 files changed, 66 insertions, 66 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index ebf45fb34..3c0fd827d 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/preact": "^0.0.2-next.1",
- "astro": "^0.25.0-next.3",
+ "@astrojs/preact": "^0.0.2",
+ "astro": "^0.25.0",
"sass": "^1.49.9"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 85cdec5fd..3bf0217bb 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.0-next.3",
- "@astrojs/preact": "^0.0.2-next.1"
+ "astro": "^0.25.0",
+ "@astrojs/preact": "^0.0.2"
},
"dependencies": {
"preact": "^10.6.6"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 3532933a1..373f45f02 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^0.25.0-next.3"
+ "astro": "^0.25.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 12f29621e..d58bab546 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --project-root demo preview"
},
"devDependencies": {
- "astro": "^0.25.0-next.3"
+ "astro": "^0.25.0"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 8bf287c9a..d1c95b2d2 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -18,8 +18,8 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
- "@astrojs/preact": "^0.0.2-next.1",
- "@astrojs/react": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3"
+ "@astrojs/preact": "^0.0.2",
+ "@astrojs/react": "^0.0.2",
+ "astro": "^0.25.0"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 2cc5a5609..cc84ee4a0 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.0-next.3"
+ "astro": "^0.25.0"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 2f794d700..2dfd7b4b1 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.0-next.3"
+ "astro": "^0.25.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 151a77bf1..0ee4f13a1 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/lit": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3"
+ "@astrojs/lit": "^0.0.2",
+ "astro": "^0.25.0"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d6ba15f85..45837eabf 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/lit": "^0.0.2-next.0",
- "@astrojs/preact": "^0.0.2-next.1",
- "@astrojs/react": "^0.0.2-next.0",
- "@astrojs/solid-js": "^0.0.2-next.0",
- "@astrojs/svelte": "^0.0.2-next.0",
- "@astrojs/vue": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3"
+ "@astrojs/lit": "^0.0.2",
+ "@astrojs/preact": "^0.0.2",
+ "@astrojs/react": "^0.0.2",
+ "@astrojs/solid-js": "^0.0.2",
+ "@astrojs/svelte": "^0.0.2",
+ "@astrojs/vue": "^0.0.2",
+ "astro": "^0.25.0"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 14bf251cf..fdc17c5c5 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/preact": "^0.0.2-next.1",
- "astro": "^0.25.0-next.3"
+ "@astrojs/preact": "^0.0.2",
+ "astro": "^0.25.0"
},
"dependencies": {
"preact": "^10.6.6"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 4fed29622..081034d32 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/react": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3"
+ "@astrojs/react": "^0.0.2",
+ "astro": "^0.25.0"
},
"dependencies": {
"react": "^17.0.2",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index c64629dfe..2a138feb8 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/solid-js": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3"
+ "@astrojs/solid-js": "^0.0.2",
+ "astro": "^0.25.0"
},
"dependencies": {
"solid-js": "^1.3.13"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 803bd849a..604134f32 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/svelte": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3"
+ "@astrojs/svelte": "^0.0.2",
+ "astro": "^0.25.0"
},
"dependencies": {
"svelte": "^3.46.4"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 644904dd7..7746608d1 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/vue": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3"
+ "@astrojs/vue": "^0.0.2",
+ "astro": "^0.25.0"
},
"dependencies": {
"vue": "^3.2.31"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 814beecf8..0ce98f14c 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/lit": "^0.0.2-next.0",
- "@astrojs/partytown": "^0.0.2-next.0",
- "@astrojs/react": "^0.0.2-next.0",
- "@astrojs/sitemap": "^0.0.2-next.0",
- "@astrojs/tailwind": "^0.0.2-next.0",
- "@astrojs/turbolinks": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3"
+ "@astrojs/lit": "^0.0.2",
+ "@astrojs/partytown": "^0.0.2",
+ "@astrojs/react": "^0.0.2",
+ "@astrojs/sitemap": "^0.0.2",
+ "@astrojs/tailwind": "^0.0.2",
+ "@astrojs/turbolinks": "^0.0.2",
+ "astro": "^0.25.0"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 413db1f07..cacaa563f 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.0-next.3"
+ "astro": "^0.25.0"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 7d6dcdc4f..b701fec5f 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.0-next.3"
+ "astro": "^0.25.0"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 524ae0f08..4bce4a550 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/preact": "^0.0.2-next.1",
- "astro": "^0.25.0-next.3",
+ "@astrojs/preact": "^0.0.2",
+ "astro": "^0.25.0",
"sass": "^1.49.9"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 240157e47..c7ad1f444 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -11,9 +11,9 @@
"server": "node server/server.mjs"
},
"devDependencies": {
- "@astrojs/svelte": "^0.0.2-next.0",
- "@astrojs/node": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3",
+ "@astrojs/svelte": "^0.0.2",
+ "@astrojs/node": "^0.0.2",
+ "astro": "^0.25.0",
"concurrently": "^7.0.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 6352ed970..72a6821df 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.0-next.3"
+ "astro": "^0.25.0"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 9e5c6cd4d..6d3013bca 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/react": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3",
+ "@astrojs/react": "^0.0.2",
+ "astro": "^0.25.0",
"sass": "^1.49.9"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 846f6eca3..b5ca2e4f8 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.7.0-next.1",
- "astro": "^0.25.0-next.3",
+ "@astrojs/markdown-remark": "^0.7.0",
+ "astro": "^0.25.0",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 4b5ef7028..9b49d18fc 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.7.0-next.1",
- "astro": "^0.25.0-next.3"
+ "@astrojs/markdown-remark": "^0.7.0",
+ "astro": "^0.25.0"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index af1805489..95f573891 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,12 +9,12 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.7.0-next.1",
- "@astrojs/preact": "^0.0.2-next.1",
- "@astrojs/react": "^0.0.2-next.0",
- "@astrojs/svelte": "^0.0.2-next.0",
- "@astrojs/vue": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3"
+ "@astrojs/markdown-remark": "^0.7.0",
+ "@astrojs/preact": "^0.0.2",
+ "@astrojs/react": "^0.0.2",
+ "@astrojs/svelte": "^0.0.2",
+ "@astrojs/vue": "^0.0.2",
+ "astro": "^0.25.0"
},
"dependencies": {
"preact": "^10.6.6",
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 79fa7708d..0dbb66010 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -20,11 +20,11 @@
"vue": "^3.2.31"
},
"devDependencies": {
- "@astrojs/preact": "^0.0.2-next.1",
- "@astrojs/react": "^0.0.2-next.0",
- "@astrojs/solid-js": "^0.0.2-next.0",
- "@astrojs/svelte": "^0.0.2-next.0",
- "@astrojs/vue": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3"
+ "@astrojs/preact": "^0.0.2",
+ "@astrojs/react": "^0.0.2",
+ "@astrojs/solid-js": "^0.0.2",
+ "@astrojs/svelte": "^0.0.2",
+ "@astrojs/vue": "^0.0.2",
+ "astro": "^0.25.0"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index fe61d2367..b2e4e407d 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/tailwind": "^0.0.2-next.0",
- "astro": "^0.25.0-next.3",
+ "@astrojs/tailwind": "^0.0.2",
+ "astro": "^0.25.0",
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index e07b09b4e..836f4f092 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.0-next.3",
+ "astro": "^0.25.0",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.2"
}