diff options
Diffstat (limited to 'examples')
24 files changed, 27 insertions, 27 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index e48f02ac0..40a4ec607 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index ee2874fc1..a04437aa4 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", - "@astrojs/mdx": "^0.11.1", + "astro": "^1.3.1", + "@astrojs/mdx": "^0.11.2", "@astrojs/rss": "^1.0.1", "@astrojs/sitemap": "^1.0.0" } diff --git a/examples/component/package.json b/examples/component/package.json index aefeef7e2..06e2ba0ad 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" }, "peerDependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/deno/package.json b/examples/deno/package.json index 09ce7d1cd..19f76ee44 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" }, "devDependencies": { "@astrojs/deno": "^1.0.1" diff --git a/examples/docs/package.json b/examples/docs/package.json index 47032dfd3..c7b648fef 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "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 b597c3aeb..9e91a46c5 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "alpinejs": "^3.10.2", "@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 c80c0c682..5a32c5c82 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "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 821eea344..4064ada25 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 158d488c5..330f03eef 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "@astrojs/preact": "^1.1.0" } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 6276ae73d..c21da486d 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.1.4", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 44a038c61..942703d42 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "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 f0becc3e7..46f656d5d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 1d17265cd..418c56791 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "vue": "^3.2.37", "@astrojs/vue": "^1.0.2" } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 6f58c8cd7..e5150454d 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 0b0e1e187..3842e266c 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index d9d1b7f6d..338a12007 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 6a6bbd4fd..c509fd9cf 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ }, "devDependencies": {}, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "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 03af37b4f..5bc89fd94 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "@astrojs/markdown-remark": "^1.1.2", "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 0b4bad156..5dd1410c9 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 246a5a279..57199e6cd 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.6.5", "@astrojs/preact": "^1.1.0", - "@astrojs/mdx": "^0.11.1" + "@astrojs/mdx": "^0.11.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index fc7c1f8b2..c0dc37d6c 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "@astrojs/preact": "^1.1.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 80af642e7..0b5a53264 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "@astrojs/tailwind": "^2.0.1", "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 6a4564722..27e99593e 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "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 04e42e842..6aa94b58b 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "vitest": "^0.20.3" } } |