summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/basics/package.json2
-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/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-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.json2
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/integrations-playground/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.json6
-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-mdx/package.json2
-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
28 files changed, 32 insertions, 32 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index bbf4af9ed..af21477df 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
}
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 01f9d3370..64504d421 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.1",
+ "astro": "^1.0.0-rc.2",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index dbf65313d..aa691e634 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index c08d46ea9..87f273d7f 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 7368c0f22..be9e7adc0 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.1"
+ "astro": "^1.0.0-rc.2"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index fc97ca126..627a47531 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.2",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index fb5988240..7a9599ad7 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 40fc1a9dd..1540c9215 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 6c4a5e98a..fa7c7800d 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.3.2",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index b60efadfd..c4e86bfac 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -13,9 +13,9 @@
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.2",
"@astrojs/solid-js": "^0.4.1",
- "@astrojs/svelte": "^0.5.0",
+ "@astrojs/svelte": "^0.5.1",
"@astrojs/vue": "^0.5.0",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index b6cb70b2b..57cf2561c 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 4557160f8..ef2858603 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -12,7 +12,7 @@
"@astrojs/react": "^0.4.2",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index f07b84f71..d17828e1a 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.4.1",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 8dce08b7c..83f120eb4 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/svelte": "^0.5.0",
- "astro": "^1.0.0-rc.1"
+ "@astrojs/svelte": "^0.5.1",
+ "astro": "^1.0.0-rc.2"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 09ec9ab3f..13fafa31c 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.5.0",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
},
"dependencies": {
"vue": "^3.2.37"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 075667e38..f07b07ac3 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -16,7 +16,7 @@
"@astrojs/solid-js": "0.4.1",
"@astrojs/tailwind": "^0.2.5",
"@astrojs/turbolinks": "^0.1.4",
- "astro": "^1.0.0-rc.1",
+ "astro": "^1.0.0-rc.2",
"solid-js": "^1.4.3"
},
"dependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 3e9248bda..029c6402f 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index cc5beb04a..c95448151 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 07f636354..10cde25b6 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.1",
+ "astro": "^1.0.0-rc.2",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 7d9fd3c46..c22af2c45 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -9,9 +9,9 @@
"server": "node server/server.mjs"
},
"devDependencies": {
- "@astrojs/node": "^0.2.0",
- "@astrojs/svelte": "^0.5.0",
- "astro": "^1.0.0-rc.1",
+ "@astrojs/node": "^0.2.1",
+ "@astrojs/svelte": "^0.5.1",
+ "astro": "^1.0.0-rc.2",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 1582fa8c4..7aa8c9ea7 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 2e95ab983..80eeb95f8 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.4.2",
- "astro": "^1.0.0-rc.1",
+ "astro": "^1.0.0-rc.2",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 56c0d9454..9cc27b990 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.13.0",
- "astro": "^1.0.0-rc.1",
+ "astro": "^1.0.0-rc.2",
"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 6f3e4edaa..3bb277616 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.13.0",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index a182f91a5..ae3082e54 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/mdx": "^0.3.0",
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.1",
+ "astro": "^1.0.0-rc.2",
"preact": "^10.6.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index bf97aaa6d..0c27e2b95 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -15,6 +15,6 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.1"
+ "astro": "^1.0.0-rc.2"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 74106b3bb..eea241224 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
- "astro": "^1.0.0-rc.1",
+ "astro": "^1.0.0-rc.2",
"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 c8d395560..2c048b276 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": "^1.0.0-rc.1",
+ "astro": "^1.0.0-rc.2",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}