diff options
author | 2023-02-17 10:44:15 -0800 | |
---|---|---|
committer | 2023-02-17 13:44:15 -0500 | |
commit | 2e4ca0370a68aa412924a6a14b9f59fa2e5effdd (patch) | |
tree | 08509d5b6be4a8a2a1514dcdf8aeefc8ac77b017 /examples | |
parent | ff70614083d60758daac2c7d8f7c83601b474291 (diff) | |
download | astro-2e4ca0370a68aa412924a6a14b9f59fa2e5effdd.tar.gz astro-2e4ca0370a68aa412924a6a14b9f59fa2e5effdd.tar.zst astro-2e4ca0370a68aa412924a6a14b9f59fa2e5effdd.zip |
[ci] release (#6279)astro@2.0.14@astrojs/webapi@2.0.1@astrojs/deno@4.0.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
26 files changed, 27 insertions, 27 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 0de401708..97d7d6f4f 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 29824988b..571e89d28 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "@astrojs/mdx": "^0.17.0", "@astrojs/rss": "^2.1.1", "@astrojs/sitemap": "^1.0.1" diff --git a/examples/component/package.json b/examples/component/package.json index 797e183ad..eba06e535 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 9d9ac114b..23553c032 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" }, "devDependencies": { - "@astrojs/deno": "^4.0.1" + "@astrojs/deno": "^4.0.2" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index cdd252786..413cef3bd 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "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 8324e123d..d148e72d8 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.1.3", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index f25f8441c..522a7eb67 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "lit": "^2.2.5", "@astrojs/lit": "^1.2.0", "@webcomponents/template-shadowroot": "^0.1.0" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index cfab759ef..7cf57f730 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "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 02f906b9f..3508482ff 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "preact": "^10.7.3", "@astrojs/preact": "^2.0.3", "@preact/signals": "^1.1.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index ee86aa70c..381093ff1 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^2.0.2", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 9b9c55846..c32a7e8ca 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "solid-js": "^1.4.3", "@astrojs/solid-js": "^2.0.2" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 2954f09d5..853083d77 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.2", - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 2dd99401c..c0eef4917 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "vue": "^3.2.37", "@astrojs/vue": "^2.0.1" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index b19ca7576..2d44f9410 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.0.3", - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 42f99d346..266683fc2 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 36edeb338..ab3fd8606 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 38a392411..918e8b005 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 4559a7119..231b3fd1c 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 2603cb25d..20ac2abef 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.2", "@astrojs/node": "^5.0.3", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 6682dc517..109feebc5 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "@astrojs/markdown-remark": "^2.0.1", "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 d4ae97491..0db5a41c2 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index b08403eb5..fb99121e1 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "preact": "^10.6.5", "@astrojs/preact": "^2.0.3", "@astrojs/mdx": "^0.17.0" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 94ee30519..4329c622e 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "preact": "^10.7.3", "@astrojs/preact": "^2.0.3", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 848bc27b9..17e74e99a 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.17.0", "@astrojs/tailwind": "^3.0.1", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.0.13", + "astro": "^2.0.14", "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 7981fb24a..a5cd5663b 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": "^2.0.13", + "astro": "^2.0.14", "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 05c1ce528..69a5686ba 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "vitest": "^0.20.3" } } |