summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-08 16:10:55 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-08 18:10:55 -0500
commit4d29163d11e17942f606ecebbfe5a6a2d26a030e (patch)
treedd41777ee5821b40b17cb13b5cb50b1249c4e3fe /examples
parent7eb54fcb4ffdbd56186ede86868c569ce8304188 (diff)
downloadastro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.tar.gz
astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.tar.zst
astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.zip
* [ci] release * Update CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/basics/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/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-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/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/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-mdx/package.json4
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--examples/with-vitest/package.json2
26 files changed, 27 insertions, 27 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 0b39eb646..b61df5774 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 5352fa700..b5b226e3c 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index ce833805a..d6f626f62 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -11,6 +11,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index ba4e68bad..c0238b55f 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 221e56c06..f73684921 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -21,6 +21,6 @@
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.3",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 8776f7ba9..173616afd 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 12458f2aa..2b6616eb5 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/alpinejs": "^3.7.0",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 8229662ee..dc7aa4c8d 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.3.2",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index b8e55d641..b38169b49 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.4.1",
"@astrojs/svelte": "^0.5.1",
"@astrojs/vue": "^0.5.0",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index ed377f8db..83a9da670 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 34008c454..b5ffc59aa 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -13,7 +13,7 @@
"@astrojs/react": "^0.4.3",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index dcf86e454..a71d3317f 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.4.1",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 41bc72131..69593b183 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.5.1",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 0a83684fb..dff2e066e 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.5.0",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
},
"dependencies": {
"vue": "^3.2.37"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 395fbd7c2..3b5a1b3d5 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 170afb523..cf8dee3aa 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 58da75427..8b32a6b50 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.7",
+ "astro": "^1.0.0-rc.8",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index bcf50e8a5..ba357abdc 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
"devDependencies": {
"@astrojs/node": "^0.2.1",
"@astrojs/svelte": "^0.5.1",
- "astro": "^1.0.0-rc.7",
+ "astro": "^1.0.0-rc.8",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 5368a3611..9851c452f 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.4.3",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index d61dfacf3..e12a9436e 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.14.1",
- "astro": "^1.0.0-rc.7",
+ "astro": "^1.0.0-rc.8",
"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 85a2722a7..fadaf0e7f 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.14.1",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index fae27f499..36efe4fd4 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/mdx": "^0.7.0",
+ "@astrojs/mdx": "^0.8.0",
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.7",
+ "astro": "^1.0.0-rc.8",
"preact": "^10.6.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 95f0b1008..f500563fc 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -16,6 +16,6 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.7"
+ "astro": "^1.0.0-rc.8"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 7847e7ae8..efc5d4d36 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
- "astro": "^1.0.0-rc.7",
+ "astro": "^1.0.0-rc.8",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 215620520..397a78a82 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.7",
+ "astro": "^1.0.0-rc.8",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 68eb2d36c..1b0de0de8 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"devDependencies": {
- "astro": "^1.0.0-rc.7",
+ "astro": "^1.0.0-rc.8",
"vitest": "^0.20.3"
}
}