[ci] release (#5507)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-12-06 02:20:35 -08:00 committed by GitHub
parent 791d603c0c
commit d8e00a4871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 97 additions and 102 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Allows passing alt to getPicture

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Dedupe Astro package when resolving

View file

@ -1,5 +0,0 @@
---
'@astrojs/vercel': patch
---
Updated request-transform methods

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Refactor Astro compile flow

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Refactor and remove esbuild dependency

View file

@ -1,5 +0,0 @@
---
'@astrojs/mdx': patch
---
Support use of `<Fragment>` in MDX files rendered with `<Content />` component

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Added a warning in build when trying to hydrate an Astro component

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
} }
} }

View file

@ -11,8 +11,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"@astrojs/mdx": "^0.12.0", "@astrojs/mdx": "^0.12.1",
"@astrojs/rss": "^1.0.3", "@astrojs/rss": "^1.0.3",
"@astrojs/sitemap": "^1.0.0" "@astrojs/sitemap": "^1.0.0"
} }

View file

@ -15,9 +15,9 @@
], ],
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
} }
} }

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/deno": "^2.0.0" "@astrojs/deno": "^2.0.0"

View file

@ -12,7 +12,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"preact": "^10.7.3", "preact": "^10.7.3",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"alpinejs": "^3.10.2", "alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2", "@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0" "@types/alpinejs": "^3.7.0"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"lit": "^2.2.5", "lit": "^2.2.5",
"@astrojs/lit": "^1.0.0", "@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0" "@webcomponents/template-shadowroot": "^0.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"preact": "^10.7.3", "preact": "^10.7.3",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"preact": "^10.7.3", "preact": "^10.7.3",
"@astrojs/preact": "^1.2.0", "@astrojs/preact": "^1.2.0",
"@preact/signals": "^1.1.0" "@preact/signals": "^1.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"@astrojs/react": "^1.2.2", "@astrojs/react": "^1.2.2",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"solid-js": "^1.4.3", "solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.2.3" "@astrojs/solid-js": "^1.2.3"
} }

View file

@ -13,6 +13,6 @@
"dependencies": { "dependencies": {
"svelte": "^3.48.0", "svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2", "@astrojs/svelte": "^1.0.2",
"astro": "^1.6.12" "astro": "^1.6.13"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"vue": "^3.2.37", "vue": "^3.2.37",
"@astrojs/vue": "^1.2.1" "@astrojs/vue": "^1.2.1"
} }

View file

@ -13,6 +13,6 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^3.1.0", "@astrojs/node": "^3.1.0",
"astro": "^1.6.12" "astro": "^1.6.13"
} }
} }

View file

@ -15,9 +15,9 @@
], ],
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
} }
} }

View file

@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs" "server": "node dist/server/entry.mjs"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"svelte": "^3.48.0", "svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2", "@astrojs/svelte": "^1.0.2",
"@astrojs/node": "^3.1.0", "@astrojs/node": "^3.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"@astrojs/markdown-remark": "^1.1.3", "@astrojs/markdown-remark": "^1.1.3",
"hast-util-select": "5.0.1", "hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"preact": "^10.6.5", "preact": "^10.6.5",
"@astrojs/preact": "^1.2.0", "@astrojs/preact": "^1.2.0",
"@astrojs/mdx": "^0.12.0" "@astrojs/mdx": "^0.12.1"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"preact": "^10.7.3", "preact": "^10.7.3",
"@astrojs/preact": "^1.2.0", "@astrojs/preact": "^1.2.0",
"nanostores": "^0.5.12", "nanostores": "^0.5.12",

View file

@ -11,10 +11,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^0.12.0", "@astrojs/mdx": "^0.12.1",
"@astrojs/tailwind": "^2.1.3", "@astrojs/tailwind": "^2.1.3",
"@types/canvas-confetti": "^1.4.3", "@types/canvas-confetti": "^1.4.3",
"astro": "^1.6.12", "astro": "^1.6.13",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1", "canvas-confetti": "^1.5.1",
"postcss": "^8.4.14", "postcss": "^8.4.14",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"vite-plugin-pwa": "0.11.11", "vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3" "workbox-window": "^6.5.3"
} }

View file

@ -12,7 +12,7 @@
"test": "vitest" "test": "vitest"
}, },
"dependencies": { "dependencies": {
"astro": "^1.6.12", "astro": "^1.6.13",
"vitest": "^0.20.3" "vitest": "^0.20.3"
} }
} }

View file

@ -1,5 +1,17 @@
# astro # astro
## 1.6.13
### Patch Changes
- [#5506](https://github.com/withastro/astro/pull/5506) [`f536a34e5`](https://github.com/withastro/astro/commit/f536a34e53121104f87f2ad117a539daf2b7d5ee) Thanks [@bluwy](https://github.com/bluwy)! - Dedupe Astro package when resolving
- [#5506](https://github.com/withastro/astro/pull/5506) [`f536a34e5`](https://github.com/withastro/astro/commit/f536a34e53121104f87f2ad117a539daf2b7d5ee) Thanks [@bluwy](https://github.com/bluwy)! - Refactor Astro compile flow
- [#5533](https://github.com/withastro/astro/pull/5533) [`58188e053`](https://github.com/withastro/astro/commit/58188e053672562dfe4b7703c3e25bb47d71567d) Thanks [@bluwy](https://github.com/bluwy)! - Refactor and remove esbuild dependency
- [#5501](https://github.com/withastro/astro/pull/5501) [`3c44033e4`](https://github.com/withastro/astro/commit/3c44033e4ebafd28472d5c6a43e55c0363c6b555) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Added a warning in build when trying to hydrate an Astro component
## 1.6.12 ## 1.6.12
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "1.6.12", "version": "1.6.13",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",

View file

@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
}, },
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",

View file

@ -32,7 +32,7 @@
"esbuild": "^0.14.43" "esbuild": "^0.14.43"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
}, },
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",

View file

@ -1,5 +1,11 @@
# @astrojs/image # @astrojs/image
## 0.12.1
### Patch Changes
- [#5521](https://github.com/withastro/astro/pull/5521) [`65d27666e`](https://github.com/withastro/astro/commit/65d27666e1a0e668d02f7106e89f6d7b45f5de02) Thanks [@truesri](https://github.com/truesri)! - Allows passing alt to getPicture
## 0.12.0 ## 0.12.0
### Minor Changes ### Minor Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/image", "name": "@astrojs/image",
"description": "Load and transform images in your Astro site.", "description": "Load and transform images in your Astro site.",
"version": "0.12.0", "version": "0.12.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/mdx # @astrojs/mdx
## 0.12.1
### Patch Changes
- [#5522](https://github.com/withastro/astro/pull/5522) [`efc4363e0`](https://github.com/withastro/astro/commit/efc4363e0baf7f92900e20af339811bb3df42b0e) Thanks [@delucis](https://github.com/delucis)! - Support use of `<Fragment>` in MDX files rendered with `<Content />` component
## 0.12.0 ## 0.12.0
### Minor Changes ### Minor Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/mdx", "name": "@astrojs/mdx",
"description": "Use MDX within Astro", "description": "Use MDX within Astro",
"version": "0.12.0", "version": "0.12.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -34,7 +34,7 @@
"send": "^0.18.0" "send": "^0.18.0"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^1.6.12" "astro": "^1.6.13"
}, },
"devDependencies": { "devDependencies": {
"@types/node-fetch": "^2.6.2", "@types/node-fetch": "^2.6.2",

View file

@ -1,5 +1,11 @@
# @astrojs/vercel # @astrojs/vercel
## 2.3.5
### Patch Changes
- [#5514](https://github.com/withastro/astro/pull/5514) [`a1885ea2f`](https://github.com/withastro/astro/commit/a1885ea2f59f26cbdae10c298e1e0d1063d9dca1) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated request-transform methods
## 2.3.4 ## 2.3.4
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/vercel", "name": "@astrojs/vercel",
"description": "Deploy your site to Vercel", "description": "Deploy your site to Vercel",
"version": "2.3.4", "version": "2.3.5",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -61,16 +61,16 @@ importers:
examples/basics: examples/basics:
specifiers: specifiers:
astro: ^1.6.12 astro: ^1.6.13
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/blog: examples/blog:
specifiers: specifiers:
'@astrojs/mdx': ^0.12.0 '@astrojs/mdx': ^0.12.1
'@astrojs/rss': ^1.0.3 '@astrojs/rss': ^1.0.3
'@astrojs/sitemap': ^1.0.0 '@astrojs/sitemap': ^1.0.0
astro: ^1.6.12 astro: ^1.6.13
dependencies: dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss '@astrojs/rss': link:../../packages/astro-rss
@ -79,14 +79,14 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^1.6.12 astro: ^1.6.13
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/deno: examples/deno:
specifiers: specifiers:
'@astrojs/deno': ^2.0.0 '@astrojs/deno': ^2.0.0
astro: ^1.6.12 astro: ^1.6.13
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
devDependencies: devDependencies:
@ -102,7 +102,7 @@ importers:
'@types/node': ^18.0.0 '@types/node': ^18.0.0
'@types/react': ^17.0.45 '@types/react': ^17.0.45
'@types/react-dom': ^18.0.0 '@types/react-dom': ^18.0.0
astro: ^1.6.12 astro: ^1.6.13
html-escaper: ^3.0.3 html-escaper: ^3.0.3
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
@ -128,7 +128,7 @@ importers:
'@astrojs/alpinejs': ^0.1.2 '@astrojs/alpinejs': ^0.1.2
'@types/alpinejs': ^3.7.0 '@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2 alpinejs: ^3.10.2
astro: ^1.6.12 astro: ^1.6.13
dependencies: dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1 '@types/alpinejs': 3.7.1
@ -139,7 +139,7 @@ importers:
specifiers: specifiers:
'@astrojs/lit': ^1.0.0 '@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.6.12 astro: ^1.6.13
lit: ^2.2.5 lit: ^2.2.5
dependencies: dependencies:
'@astrojs/lit': link:../../packages/integrations/lit '@astrojs/lit': link:../../packages/integrations/lit
@ -154,7 +154,7 @@ importers:
'@astrojs/solid-js': ^1.2.3 '@astrojs/solid-js': ^1.2.3
'@astrojs/svelte': ^1.0.2 '@astrojs/svelte': ^1.0.2
'@astrojs/vue': ^1.2.1 '@astrojs/vue': ^1.2.1
astro: ^1.6.12 astro: ^1.6.13
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
@ -179,7 +179,7 @@ importers:
specifiers: specifiers:
'@astrojs/preact': ^1.2.0 '@astrojs/preact': ^1.2.0
'@preact/signals': ^1.1.0 '@preact/signals': ^1.1.0
astro: ^1.6.12 astro: ^1.6.13
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
'@astrojs/preact': link:../../packages/integrations/preact '@astrojs/preact': link:../../packages/integrations/preact
@ -192,7 +192,7 @@ importers:
'@astrojs/react': ^1.2.2 '@astrojs/react': ^1.2.2
'@types/react': ^18.0.10 '@types/react': ^18.0.10
'@types/react-dom': ^18.0.5 '@types/react-dom': ^18.0.5
astro: ^1.6.12 astro: ^1.6.13
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -206,7 +206,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^1.2.3 '@astrojs/solid-js': ^1.2.3
astro: ^1.6.12 astro: ^1.6.13
solid-js: ^1.4.3 solid-js: ^1.4.3
dependencies: dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid '@astrojs/solid-js': link:../../packages/integrations/solid
@ -216,7 +216,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^1.0.2 '@astrojs/svelte': ^1.0.2
astro: ^1.6.12 astro: ^1.6.13
svelte: ^3.48.0 svelte: ^3.48.0
dependencies: dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte '@astrojs/svelte': link:../../packages/integrations/svelte
@ -226,7 +226,7 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^1.2.1 '@astrojs/vue': ^1.2.1
astro: ^1.6.12 astro: ^1.6.13
vue: ^3.2.37 vue: ^3.2.37
dependencies: dependencies:
'@astrojs/vue': link:../../packages/integrations/vue '@astrojs/vue': link:../../packages/integrations/vue
@ -236,32 +236,32 @@ importers:
examples/hackernews: examples/hackernews:
specifiers: specifiers:
'@astrojs/node': ^3.1.0 '@astrojs/node': ^3.1.0
astro: ^1.6.12 astro: ^1.6.13
dependencies: dependencies:
'@astrojs/node': link:../../packages/integrations/node '@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro astro: link:../../packages/astro
examples/integration: examples/integration:
specifiers: specifiers:
astro: ^1.6.12 astro: ^1.6.13
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^1.6.12 astro: ^1.6.13
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^1.6.12 astro: ^1.6.13
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
astro: ^1.6.12 astro: ^1.6.13
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -269,7 +269,7 @@ importers:
specifiers: specifiers:
'@astrojs/node': ^3.1.0 '@astrojs/node': ^3.1.0
'@astrojs/svelte': ^1.0.2 '@astrojs/svelte': ^1.0.2
astro: ^1.6.12 astro: ^1.6.13
concurrently: ^7.2.1 concurrently: ^7.2.1
svelte: ^3.48.0 svelte: ^3.48.0
unocss: ^0.15.6 unocss: ^0.15.6
@ -286,7 +286,7 @@ importers:
examples/with-markdown-plugins: examples/with-markdown-plugins:
specifiers: specifiers:
'@astrojs/markdown-remark': ^1.1.3 '@astrojs/markdown-remark': ^1.1.3
astro: ^1.6.12 astro: ^1.6.13
hast-util-select: 5.0.1 hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1 rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1 rehype-slug: ^5.0.1
@ -303,15 +303,15 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
astro: ^1.6.12 astro: ^1.6.13
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/with-mdx: examples/with-mdx:
specifiers: specifiers:
'@astrojs/mdx': ^0.12.0 '@astrojs/mdx': ^0.12.1
'@astrojs/preact': ^1.2.0 '@astrojs/preact': ^1.2.0
astro: ^1.6.12 astro: ^1.6.13
preact: ^10.6.5 preact: ^10.6.5
dependencies: dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
@ -323,7 +323,7 @@ importers:
specifiers: specifiers:
'@astrojs/preact': ^1.2.0 '@astrojs/preact': ^1.2.0
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
astro: ^1.6.12 astro: ^1.6.13
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
@ -335,10 +335,10 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/mdx': ^0.12.0 '@astrojs/mdx': ^0.12.1
'@astrojs/tailwind': ^2.1.3 '@astrojs/tailwind': ^2.1.3
'@types/canvas-confetti': ^1.4.3 '@types/canvas-confetti': ^1.4.3
astro: ^1.6.12 astro: ^1.6.13
autoprefixer: ^10.4.7 autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1 canvas-confetti: ^1.5.1
postcss: ^8.4.14 postcss: ^8.4.14
@ -355,7 +355,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^1.6.12 astro: ^1.6.13
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3 workbox-window: ^6.5.3
dependencies: dependencies:
@ -365,7 +365,7 @@ importers:
examples/with-vitest: examples/with-vitest:
specifiers: specifiers:
astro: ^1.6.12 astro: ^1.6.13
vitest: ^0.20.3 vitest: ^0.20.3
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro