summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-02-18 16:33:56 -0600
committerGravatar GitHub <noreply@github.com> 2022-02-18 16:33:56 -0600
commit1d9f8a57f5863948eceda99a72da3fcdda986073 (patch)
tree896fc24fbdb21a2c94c30666b0694d44f9611ef4 /examples
parent4eb0d9863f8c884f8f6d988c1dc54450653f8a90 (diff)
downloadastro-1d9f8a57f5863948eceda99a72da3fcdda986073.tar.gz
astro-1d9f8a57f5863948eceda99a72da3fcdda986073.tar.zst
astro-1d9f8a57f5863948eceda99a72da3fcdda986073.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/env-vars/package.json2
-rw-r--r--examples/fast-build/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.json4
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json4
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/portfolio-svelte/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json4
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
27 files changed, 31 insertions, 31 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 1a27f0776..207f9bc7b 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 4c9683f7a..5b94d6e3c 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 9ddd70248..ce2ed7e32 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index d422e770d..b503c0c08 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -12,6 +12,6 @@
"serve": "astro --project-root demo preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 5ff03fd1b..0b47675a5 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,6 +12,6 @@
"@docsearch/react": "^1.0.0-alpha.28"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 4a633216d..553c7deba 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json
index a4a02853b..ac85a9a70 100644
--- a/examples/fast-build/package.json
+++ b/examples/fast-build/package.json
@@ -10,7 +10,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10",
+ "astro": "^0.23.0",
"preact": "~10.6.5",
"unocss": "^0.15.5",
"vite-imagetools": "^4.0.1"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index ebe7be9bf..3e09b77d9 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index c9ebed141..8fff750d6 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/renderer-lit": "^0.4.0-next.0",
- "astro": "^0.23.0-next.10"
+ "@astrojs/renderer-lit": "^0.4.0",
+ "astro": "^0.23.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d6f2fa416..b54bb9553 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/renderer-solid": "^0.4.0-next.0",
- "astro": "^0.23.0-next.10"
+ "@astrojs/renderer-solid": "^0.4.0",
+ "astro": "^0.23.0"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 4aee5c39d..216b39064 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 01c97ff34..aabb2e074 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 07b705bab..888514c0b 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/renderer-solid": "^0.4.0-next.0",
- "astro": "^0.23.0-next.10"
+ "@astrojs/renderer-solid": "^0.4.0",
+ "astro": "^0.23.0"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 238d620e4..aefca5602 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 59263cef8..d810012fd 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index a4e9434bd..0ba1688e4 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index d827d86c3..6ca896ff1 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 719770dc9..c130c9232 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 4b7ad752f..58294c847 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -11,7 +11,7 @@
"server": "node server/server.mjs"
},
"devDependencies": {
- "astro": "^0.23.0-next.10",
+ "astro": "^0.23.0",
"unocss": "^0.15.5",
"vite-imagetools": "^4.0.1"
},
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 3c7545e20..389dae883 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 8b6c2788f..10f97d497 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 1bc399ad0..70ffaba7c 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10",
+ "astro": "^0.23.0",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 275671a04..c10a04282 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index c9d76a909..66594e35f 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10"
+ "astro": "^0.23.0"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 55ef133f7..67c5bf87d 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -16,7 +16,7 @@
"solid-nanostores": "0.0.6"
},
"devDependencies": {
- "@astrojs/renderer-solid": "^0.4.0-next.0",
- "astro": "^0.23.0-next.10"
+ "@astrojs/renderer-solid": "^0.4.0",
+ "astro": "^0.23.0"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 959eb84b4..3a24b8007 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.10",
+ "astro": "^0.23.0",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5"
}
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 19563f813..8651c91ee 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.23.0-next.10",
+ "astro": "^0.23.0",
"vite-plugin-pwa": "0.11.5"
}
}