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/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/framework-alpine/package.json4
-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.json2
-rw-r--r--examples/framework-vue/package.json4
-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/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
-rw-r--r--examples/with-vitest/package.json2
24 files changed, 27 insertions, 27 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index d4d44b91f..2820756ba 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 0ccc1d178..141c81ab8 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"@astrojs/mdx": "^0.11.1",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 118b218b7..80a5480be 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -11,6 +11,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index f8fb37630..35958f0b0 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 0c0add7dc..d951800be 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index f5f2f3071..8f4fe38c0 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"alpinejs": "^3.10.2",
- "@astrojs/alpinejs": "^0.1.1",
+ "@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index aa9cdae26..bd3db1cd9 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"lit": "^2.2.5",
"@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0"
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index edab8d742..49467a2b0 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
@@ -21,6 +21,6 @@
"@astrojs/react": "^1.1.0",
"@astrojs/solid-js": "^1.1.0",
"@astrojs/svelte": "^1.0.0",
- "@astrojs/vue": "^1.0.0"
+ "@astrojs/vue": "^1.0.1"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 9fe5859b4..3442809f8 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"preact": "^10.7.3",
"@astrojs/preact": "^1.0.2"
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index cccfbf0ce..98182f911 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 40484e92f..0efc31906 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.1.0"
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 9b64aba73..467785540 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,6 +12,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.0",
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index ca8b3b075..6e139cbec 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"vue": "^3.2.37",
- "@astrojs/vue": "^1.0.0"
+ "@astrojs/vue": "^1.0.1"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 115162510..62de8b1cd 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 1c02146f9..7a84da998 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index a1c002dc7..b184de383 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index b9d96f4c7..f122ed1e5 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,7 +12,7 @@
},
"devDependencies": {},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/node": "^1.0.1",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index eca0da00b..378683c19 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"@astrojs/markdown-remark": "^1.1.0",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 860e310c6..eabf835b0 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 94b99ee43..fe71432c5 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"preact": "^10.6.5",
"@astrojs/preact": "^1.0.2",
"@astrojs/mdx": "^0.11.1"
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 6391fca67..550a4fa9f 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"preact": "^10.7.3",
"@astrojs/preact": "^1.0.2",
"nanostores": "^0.5.12",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index f44677545..e7fe0a909 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"@astrojs/tailwind": "^1.0.0",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index c2a3d1745..ddc48bb85 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"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 ba93c3bc9..5071f2db5 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"vitest": "^0.20.3"
}
}