diff --git a/.changeset/angry-experts-compete.md b/.changeset/angry-experts-compete.md deleted file mode 100644 index 4abd5aad13..0000000000 --- a/.changeset/angry-experts-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix check CLI fs load fallback behaviour diff --git a/.changeset/beige-humans-study.md b/.changeset/beige-humans-study.md deleted file mode 100644 index 607be97120..0000000000 --- a/.changeset/beige-humans-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Force error overlay direction to be LTR diff --git a/.changeset/breezy-roses-smash.md b/.changeset/breezy-roses-smash.md deleted file mode 100644 index 59ec9a17dc..0000000000 --- a/.changeset/breezy-roses-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Make sizes prop optional on Image component diff --git a/examples/basics/package.json b/examples/basics/package.json index 8f5ef77bd0..becd48f8d3 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1" + "astro": "^2.2.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 08a4c06613..2171913d9d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "@astrojs/mdx": "^0.18.3", "@astrojs/rss": "^2.3.2", "@astrojs/sitemap": "^1.2.2" diff --git a/examples/component/package.json b/examples/component/package.json index e590e89972..6b9a22f4fe 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.2.1" + "astro": "^2.2.2" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 4fc5fb32ce..ac49019f3a 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1" + "astro": "^2.2.2" }, "devDependencies": { "@astrojs/deno": "^4.1.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index 10213420ae..4d38bcc142 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "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 f5cf29876b..414179499d 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.2.1", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index e7e210671b..624e75e9b7 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "lit": "^2.7.0", "@astrojs/lit": "^2.0.1", "@webcomponents/template-shadowroot": "^0.2.1" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 8c25163bbd..b3ac47bd90 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "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 c11921220d..e4c7733853 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "preact": "^10.7.3", "@astrojs/preact": "^2.1.0", "@preact/signals": "^1.1.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index ba3dba5e53..1a3d419e4f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^2.1.1", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 865babd286..63a5029bda 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "solid-js": "^1.4.3", "@astrojs/solid-js": "^2.1.0" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 15c00638c8..9aeb03caca 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.1.0", - "astro": "^2.2.1" + "astro": "^2.2.2" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index f6634c05c2..a619aab5d6 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "vue": "^3.2.37", "@astrojs/vue": "^2.1.1" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 5bbbb7c670..68b614bf29 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.1.1", - "astro": "^2.2.1" + "astro": "^2.2.2" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 898a0dc495..0b60265cd7 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.2.1" + "astro": "^2.2.2" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 3964fa9668..b3a2f60708 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1" + "astro": "^2.2.2" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 20f483a54c..a01b2835ce 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1" + "astro": "^2.2.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index aba87d1ad2..62915e2a54 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1" + "astro": "^2.2.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 9e361ee3fd..a61afe55b2 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "svelte": "^3.48.0", "@astrojs/svelte": "^2.1.0", "@astrojs/node": "^5.1.1", diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 76fd8cbc1b..efc4251d76 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.1.1", - "astro": "^2.2.1", + "astro": "^2.2.2", "kleur": "^4.1.5" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 3c152e41e1..83588bf59d 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "@astrojs/markdown-remark": "^2.1.3", "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 5a018293f5..ddcc21cab4 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1" + "astro": "^2.2.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 8da1f3311d..becae457ce 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "preact": "^10.6.5", "@astrojs/preact": "^2.1.0", "@astrojs/mdx": "^0.18.3" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 60f59acab9..c55fa510eb 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "preact": "^10.7.3", "@astrojs/preact": "^2.1.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index d5a4a895b4..a898d65ccf 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.18.3", "@astrojs/tailwind": "^3.1.1", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.2.1", + "astro": "^2.2.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 96ee9f3a4f..7b7fdd914e 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.2.1", + "astro": "^2.2.2", "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 853cfa4369..2074025273 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.2.1", + "astro": "^2.2.2", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index d395ba305e..251096b531 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # astro +## 2.2.2 + +### Patch Changes + +- [#6811](https://github.com/withastro/astro/pull/6811) [`60c16db6f`](https://github.com/withastro/astro/commit/60c16db6ff583b0656bc1937814c8bbf06831294) Thanks [@bluwy](https://github.com/bluwy)! - Fix check CLI fs load fallback behaviour + +- [#6782](https://github.com/withastro/astro/pull/6782) [`c12ca5ece`](https://github.com/withastro/astro/commit/c12ca5ece34beef0fb53f911515a7c752cc2f3ad) Thanks [@amirhhashemi](https://github.com/amirhhashemi)! - Force error overlay direction to be LTR + ## 2.2.1 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 25ac33ae0d..61105aa956 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.2.1", + "version": "2.2.2", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 68ba75ddb9..f606ab5ddc 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.2.1" + "astro": "workspace:^2.2.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 35cd0ba37b..7f9b0b34f4 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -33,7 +33,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.2.1" + "astro": "workspace:^2.2.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 3e28bea2f3..3ed9575a59 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/image +## 0.16.6 + +### Patch Changes + +- [#6773](https://github.com/withastro/astro/pull/6773) [`99479e6b9`](https://github.com/withastro/astro/commit/99479e6b9505dc929997b5c42f4d7b30d54ef074) Thanks [@doganalper](https://github.com/doganalper)! - Make sizes prop optional on Image component + +- Updated dependencies [[`60c16db6f`](https://github.com/withastro/astro/commit/60c16db6ff583b0656bc1937814c8bbf06831294), [`c12ca5ece`](https://github.com/withastro/astro/commit/c12ca5ece34beef0fb53f911515a7c752cc2f3ad)]: + - astro@2.2.2 + ## 0.16.5 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 63e3b906e3..14b7a8223a 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/image", "description": "Load and transform images in your Astro site", - "version": "0.16.5", + "version": "0.16.6", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -63,7 +63,7 @@ "vite": "^4.2.1" }, "peerDependencies": { - "astro": "workspace:^2.2.1", + "astro": "workspace:^2.2.2", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 571114231a..347661c8ce 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -41,7 +41,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^2.2.1" + "astro": "workspace:^2.2.2" }, "devDependencies": { "@types/chai": "^4.3.1", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 6df85a2ce0..6533992617 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -39,7 +39,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.2.1" + "astro": "workspace:^2.2.2" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 0ab21d4fed..4d7c7580eb 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -35,7 +35,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.2.1" + "astro": "workspace:^2.2.2" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 4169ea1f87..e054b81771 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -43,7 +43,7 @@ "vite": "^4.2.1" }, "peerDependencies": { - "astro": "workspace:^2.2.1", + "astro": "workspace:^2.2.2", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index ee2b61beb0..907b7d28cb 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -40,7 +40,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.2.1", + "astro": "workspace:^2.2.2", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index b7d7eb3ec5..da88ec85dd 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -53,7 +53,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.2.1" + "astro": "workspace:^2.2.2" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 9c41d6edda..7b7228af02 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -50,7 +50,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.2.1", + "astro": "workspace:^2.2.2", "vue": "^3.2.30" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5789d3ae19..2d278b8055 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,7 +104,7 @@ importers: examples/basics: specifiers: - astro: ^2.2.1 + astro: ^2.2.2 dependencies: astro: link:../../packages/astro @@ -113,7 +113,7 @@ importers: '@astrojs/mdx': ^0.18.3 '@astrojs/rss': ^2.3.2 '@astrojs/sitemap': ^1.2.2 - astro: ^2.2.1 + astro: ^2.2.2 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -122,14 +122,14 @@ importers: examples/component: specifiers: - astro: ^2.2.1 + astro: ^2.2.2 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^4.1.0 - astro: ^2.2.1 + astro: ^2.2.2 dependencies: astro: link:../../packages/astro devDependencies: @@ -145,7 +145,7 @@ importers: '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^2.2.1 + astro: ^2.2.2 html-escaper: ^3.0.3 preact: ^10.7.3 react: ^18.1.0 @@ -171,7 +171,7 @@ importers: '@astrojs/alpinejs': ^0.2.1 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^2.2.1 + astro: ^2.2.2 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -182,7 +182,7 @@ importers: specifiers: '@astrojs/lit': ^2.0.1 '@webcomponents/template-shadowroot': ^0.2.1 - astro: ^2.2.1 + astro: ^2.2.2 lit: ^2.7.0 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -197,7 +197,7 @@ importers: '@astrojs/solid-js': ^2.1.0 '@astrojs/svelte': ^2.1.0 '@astrojs/vue': ^2.1.1 - astro: ^2.2.1 + astro: ^2.2.2 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -222,7 +222,7 @@ importers: specifiers: '@astrojs/preact': ^2.1.0 '@preact/signals': ^1.1.0 - astro: ^2.2.1 + astro: ^2.2.2 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -235,7 +235,7 @@ importers: '@astrojs/react': ^2.1.1 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^2.2.1 + astro: ^2.2.2 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -249,7 +249,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^2.1.0 - astro: ^2.2.1 + astro: ^2.2.2 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -259,7 +259,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^2.1.0 - astro: ^2.2.1 + astro: ^2.2.2 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -269,7 +269,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^2.1.1 - astro: ^2.2.1 + astro: ^2.2.2 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -279,32 +279,32 @@ importers: examples/hackernews: specifiers: '@astrojs/node': ^5.1.1 - astro: ^2.2.1 + astro: ^2.2.2 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.2.1 + astro: ^2.2.2 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.2.1 + astro: ^2.2.2 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.2.1 + astro: ^2.2.2 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.2.1 + astro: ^2.2.2 dependencies: astro: link:../../packages/astro @@ -312,7 +312,7 @@ importers: specifiers: '@astrojs/node': ^5.1.1 '@astrojs/svelte': ^2.1.0 - astro: ^2.2.1 + astro: ^2.2.2 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -329,7 +329,7 @@ importers: examples/with-markdoc: specifiers: '@astrojs/markdoc': ^0.1.1 - astro: ^2.2.1 + astro: ^2.2.2 kleur: ^4.1.5 dependencies: '@astrojs/markdoc': link:../../packages/integrations/markdoc @@ -339,7 +339,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^2.1.3 - astro: ^2.2.1 + astro: ^2.2.2 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -356,7 +356,7 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^2.2.1 + astro: ^2.2.2 dependencies: astro: link:../../packages/astro @@ -364,7 +364,7 @@ importers: specifiers: '@astrojs/mdx': ^0.18.3 '@astrojs/preact': ^2.1.0 - astro: ^2.2.1 + astro: ^2.2.2 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -376,7 +376,7 @@ importers: specifiers: '@astrojs/preact': ^2.1.0 '@nanostores/preact': ^0.1.3 - astro: ^2.2.1 + astro: ^2.2.2 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -391,7 +391,7 @@ importers: '@astrojs/mdx': ^0.18.3 '@astrojs/tailwind': ^3.1.1 '@types/canvas-confetti': ^1.4.3 - astro: ^2.2.1 + astro: ^2.2.2 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -408,7 +408,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^2.2.1 + astro: ^2.2.2 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -418,7 +418,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.2.1 + astro: ^2.2.2 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro