[ci] release (#6835)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-04-13 11:41:56 -07:00 committed by GitHub
parent 704d61e777
commit b105ccb9ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 122 additions and 107 deletions

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
add validation for non-printable characters

View file

@ -1,6 +0,0 @@
---
'@astrojs/mdx': minor
'@astrojs/markdown-remark': patch
---
Add support for using optimized and relative images in MDX files with `experimental.assets`

View file

@ -1,5 +0,0 @@
---
'astro': minor
---
Support tsconfig aliases in CSS `@import`

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Correctly generate directories for assets when users customise the output via rollup options.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix unnecessary warning when using images inside the `src/content` folder with `experimental.assets`

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3" "astro": "^2.3.0"
} }
} }

View file

@ -11,8 +11,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"@astrojs/mdx": "^0.18.4", "@astrojs/mdx": "^0.19.0",
"@astrojs/rss": "^2.3.2", "@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.2" "@astrojs/sitemap": "^1.2.2"
} }

View file

@ -15,7 +15,7 @@
], ],
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"astro": "^2.2.3" "astro": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^2.0.0-beta.0" "astro": "^2.0.0-beta.0"

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3" "astro": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/deno": "^4.1.0" "@astrojs/deno": "^4.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"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": "^2.2.3", "astro": "^2.3.0",
"alpinejs": "^3.10.2", "alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.2.1", "@astrojs/alpinejs": "^0.2.1",
"@types/alpinejs": "^3.7.0" "@types/alpinejs": "^3.7.0"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"lit": "^2.7.0", "lit": "^2.7.0",
"@astrojs/lit": "^2.0.1", "@astrojs/lit": "^2.0.1",
"@webcomponents/template-shadowroot": "^0.2.1" "@webcomponents/template-shadowroot": "^0.2.1"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"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": "^2.2.3", "astro": "^2.3.0",
"preact": "^10.7.3", "preact": "^10.7.3",
"@astrojs/preact": "^2.1.0", "@astrojs/preact": "^2.1.0",
"@preact/signals": "^1.1.0" "@preact/signals": "^1.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"@astrojs/react": "^2.1.1", "@astrojs/react": "^2.1.1",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"solid-js": "^1.4.3", "solid-js": "^1.4.3",
"@astrojs/solid-js": "^2.1.0" "@astrojs/solid-js": "^2.1.0"
} }

View file

@ -13,6 +13,6 @@
"dependencies": { "dependencies": {
"svelte": "^3.48.0", "svelte": "^3.48.0",
"@astrojs/svelte": "^2.1.0", "@astrojs/svelte": "^2.1.0",
"astro": "^2.2.3" "astro": "^2.3.0"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"vue": "^3.2.37", "vue": "^3.2.37",
"@astrojs/vue": "^2.1.1" "@astrojs/vue": "^2.1.1"
} }

View file

@ -12,6 +12,6 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^5.1.1", "@astrojs/node": "^5.1.1",
"astro": "^2.2.3" "astro": "^2.3.0"
} }
} }

View file

@ -15,7 +15,7 @@
], ],
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"astro": "^2.2.3" "astro": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^2.0.0-beta.0" "astro": "^2.0.0-beta.0"

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3" "astro": "^2.3.0"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3" "astro": "^2.3.0"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3" "astro": "^2.3.0"
} }
} }

View file

@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs" "server": "node dist/server/entry.mjs"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"svelte": "^3.48.0", "svelte": "^3.48.0",
"@astrojs/svelte": "^2.1.0", "@astrojs/svelte": "^2.1.0",
"@astrojs/node": "^5.1.1", "@astrojs/node": "^5.1.1",

View file

@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/markdoc": "^0.1.1", "@astrojs/markdoc": "^0.1.1",
"astro": "^2.2.3", "astro": "^2.3.0",
"kleur": "^4.1.5" "kleur": "^4.1.5"
} }
} }

View file

@ -11,8 +11,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"@astrojs/markdown-remark": "^2.1.3", "@astrojs/markdown-remark": "^2.1.4",
"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",

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3" "astro": "^2.3.0"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"preact": "^10.6.5", "preact": "^10.6.5",
"@astrojs/preact": "^2.1.0", "@astrojs/preact": "^2.1.0",
"@astrojs/mdx": "^0.18.4" "@astrojs/mdx": "^0.19.0"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.2.3", "astro": "^2.3.0",
"preact": "^10.7.3", "preact": "^10.7.3",
"@astrojs/preact": "^2.1.0", "@astrojs/preact": "^2.1.0",
"nanostores": "^0.5.12", "nanostores": "^0.5.12",

View file

@ -11,10 +11,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^0.18.4", "@astrojs/mdx": "^0.19.0",
"@astrojs/tailwind": "^3.1.1", "@astrojs/tailwind": "^3.1.1",
"@types/canvas-confetti": "^1.4.3", "@types/canvas-confetti": "^1.4.3",
"astro": "^2.2.3", "astro": "^2.3.0",
"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": "^2.2.3", "astro": "^2.3.0",
"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": "^2.2.3", "astro": "^2.3.0",
"vitest": "^0.20.3" "vitest": "^0.20.3"
} }
} }

View file

@ -1,5 +1,20 @@
# astro # astro
## 2.3.0
### Minor Changes
- [#6816](https://github.com/withastro/astro/pull/6816) [`8539eb164`](https://github.com/withastro/astro/commit/8539eb1643864ae7e0f5a080915cd75535f7101b) Thanks [@bluwy](https://github.com/bluwy)! - Support tsconfig aliases in CSS `@import`
### Patch Changes
- [#6544](https://github.com/withastro/astro/pull/6544) [`a9c22994e`](https://github.com/withastro/astro/commit/a9c22994e41f92a586d8946988d29e3c62148778) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Correctly generate directories for assets when users customise the output via rollup options.
- [#6825](https://github.com/withastro/astro/pull/6825) [`948a6d7be`](https://github.com/withastro/astro/commit/948a6d7be0c76fd1dd8550270bd29821075f799c) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix unnecessary warning when using images inside the `src/content` folder with `experimental.assets`
- Updated dependencies [[`2511d58d5`](https://github.com/withastro/astro/commit/2511d58d586af080a78e5ef8a63020b3e17770db)]:
- @astrojs/markdown-remark@2.1.4
## 2.2.3 ## 2.2.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "2.2.3", "version": "2.3.0",
"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",
@ -108,7 +108,7 @@
"dependencies": { "dependencies": {
"@astrojs/compiler": "^1.3.1", "@astrojs/compiler": "^1.3.1",
"@astrojs/language-server": "^0.28.3", "@astrojs/language-server": "^0.28.3",
"@astrojs/markdown-remark": "^2.1.3", "@astrojs/markdown-remark": "^2.1.4",
"@astrojs/telemetry": "^2.1.0", "@astrojs/telemetry": "^2.1.0",
"@astrojs/webapi": "^2.1.0", "@astrojs/webapi": "^2.1.0",
"@babel/core": "^7.18.2", "@babel/core": "^7.18.2",

View file

@ -1,5 +1,11 @@
# create-astro # create-astro
## 3.1.3
### Patch Changes
- [#6682](https://github.com/withastro/astro/pull/6682) [`335602344`](https://github.com/withastro/astro/commit/33560234437647f2d768578e7b285c858bff7898) Thanks [@andremralves](https://github.com/andremralves)! - add validation for non-printable characters
## 3.1.2 ## 3.1.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "create-astro", "name": "create-astro",
"version": "3.1.2", "version": "3.1.3",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

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

View file

@ -33,7 +33,7 @@
"esbuild": "^0.15.18" "esbuild": "^0.15.18"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.2.3" "astro": "workspace:^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",

View file

@ -63,7 +63,7 @@
"vite": "^4.2.1" "vite": "^4.2.1"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.2.3", "astro": "workspace:^2.3.0",
"sharp": ">=0.31.0" "sharp": ">=0.31.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {

View file

@ -41,7 +41,7 @@
"zod": "^3.17.3" "zod": "^3.17.3"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.2.3" "astro": "workspace:^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.1", "@types/chai": "^4.3.1",

View file

@ -1,5 +1,16 @@
# @astrojs/mdx # @astrojs/mdx
## 0.19.0
### Minor Changes
- [#6824](https://github.com/withastro/astro/pull/6824) [`2511d58d5`](https://github.com/withastro/astro/commit/2511d58d586af080a78e5ef8a63020b3e17770db) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add support for using optimized and relative images in MDX files with `experimental.assets`
### Patch Changes
- Updated dependencies [[`2511d58d5`](https://github.com/withastro/astro/commit/2511d58d586af080a78e5ef8a63020b3e17770db)]:
- @astrojs/markdown-remark@2.1.4
## 0.18.4 ## 0.18.4
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/mdx", "name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site", "description": "Add support for MDX pages in your Astro site",
"version": "0.18.4", "version": "0.19.0",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -30,7 +30,7 @@
"test:match": "mocha --timeout 20000 -g" "test:match": "mocha --timeout 20000 -g"
}, },
"dependencies": { "dependencies": {
"@astrojs/markdown-remark": "^2.1.3", "@astrojs/markdown-remark": "^2.1.4",
"@astrojs/prism": "^2.1.1", "@astrojs/prism": "^2.1.1",
"@mdx-js/mdx": "^2.3.0", "@mdx-js/mdx": "^2.3.0",
"@mdx-js/rollup": "^2.3.0", "@mdx-js/rollup": "^2.3.0",

View file

@ -39,7 +39,7 @@
"esbuild": "^0.15.18" "esbuild": "^0.15.18"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.2.3" "astro": "workspace:^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"@netlify/edge-functions": "^2.0.0", "@netlify/edge-functions": "^2.0.0",

View file

@ -35,7 +35,7 @@
"server-destroy": "^1.0.1" "server-destroy": "^1.0.1"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.2.3" "astro": "workspace:^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/send": "^0.17.1", "@types/send": "^0.17.1",

View file

@ -43,7 +43,7 @@
"vite": "^4.2.1" "vite": "^4.2.1"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.2.3", "astro": "workspace:^2.3.0",
"svelte": "^3.54.0" "svelte": "^3.54.0"
}, },
"engines": { "engines": {

View file

@ -40,7 +40,7 @@
"vite": "^4.1.2" "vite": "^4.1.2"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.2.3", "astro": "workspace:^2.3.0",
"tailwindcss": "^3.0.24" "tailwindcss": "^3.0.24"
}, },
"pnpm": { "pnpm": {

View file

@ -53,7 +53,7 @@
"web-vitals": "^3.1.1" "web-vitals": "^3.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.2.3" "astro": "workspace:^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/set-cookie-parser": "^2.4.2", "@types/set-cookie-parser": "^2.4.2",

View file

@ -50,7 +50,7 @@
"vue": "^3.2.37" "vue": "^3.2.37"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.2.3", "astro": "workspace:^2.3.0",
"vue": "^3.2.30" "vue": "^3.2.30"
}, },
"engines": { "engines": {

View file

@ -1,5 +1,14 @@
# @astrojs/markdown-remark # @astrojs/markdown-remark
## 2.1.4
### Patch Changes
- [#6824](https://github.com/withastro/astro/pull/6824) [`2511d58d5`](https://github.com/withastro/astro/commit/2511d58d586af080a78e5ef8a63020b3e17770db) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add support for using optimized and relative images in MDX files with `experimental.assets`
- Updated dependencies [[`8539eb164`](https://github.com/withastro/astro/commit/8539eb1643864ae7e0f5a080915cd75535f7101b), [`a9c22994e`](https://github.com/withastro/astro/commit/a9c22994e41f92a586d8946988d29e3c62148778), [`948a6d7be`](https://github.com/withastro/astro/commit/948a6d7be0c76fd1dd8550270bd29821075f799c)]:
- astro@2.3.0
## 2.1.3 ## 2.1.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/markdown-remark", "name": "@astrojs/markdown-remark",
"version": "2.1.3", "version": "2.1.4",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",
@ -25,7 +25,7 @@
"test": "mocha --exit --timeout 20000" "test": "mocha --exit --timeout 20000"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.2.0" "astro": "workspace:^2.3.0"
}, },
"dependencies": { "dependencies": {
"@astrojs/prism": "^2.1.0", "@astrojs/prism": "^2.1.0",

View file

@ -140,13 +140,13 @@ importers:
examples/basics: examples/basics:
dependencies: dependencies:
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
examples/blog: examples/blog:
dependencies: dependencies:
'@astrojs/mdx': '@astrojs/mdx':
specifier: ^0.18.4 specifier: ^0.19.0
version: link:../../packages/integrations/mdx version: link:../../packages/integrations/mdx
'@astrojs/rss': '@astrojs/rss':
specifier: ^2.3.2 specifier: ^2.3.2
@ -155,19 +155,19 @@ importers:
specifier: ^1.2.2 specifier: ^1.2.2
version: link:../../packages/integrations/sitemap version: link:../../packages/integrations/sitemap
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
examples/component: examples/component:
devDependencies: devDependencies:
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
examples/deno: examples/deno:
dependencies: dependencies:
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
devDependencies: devDependencies:
'@astrojs/deno': '@astrojs/deno':
@ -201,7 +201,7 @@ importers:
specifier: ^18.0.0 specifier: ^18.0.0
version: 18.0.6 version: 18.0.6
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
preact: preact:
specifier: ^10.7.3 specifier: ^10.7.3
@ -229,7 +229,7 @@ importers:
specifier: ^3.10.2 specifier: ^3.10.2
version: 3.10.2 version: 3.10.2
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
examples/framework-lit: examples/framework-lit:
@ -241,7 +241,7 @@ importers:
specifier: ^0.2.1 specifier: ^0.2.1
version: 0.2.1 version: 0.2.1
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
lit: lit:
specifier: ^2.7.0 specifier: ^2.7.0
@ -265,7 +265,7 @@ importers:
specifier: ^2.1.1 specifier: ^2.1.1
version: link:../../packages/integrations/vue version: link:../../packages/integrations/vue
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
preact: preact:
specifier: ^10.7.3 specifier: ^10.7.3
@ -295,7 +295,7 @@ importers:
specifier: ^1.1.0 specifier: ^1.1.0
version: 1.1.1(preact@10.11.0) version: 1.1.1(preact@10.11.0)
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
preact: preact:
specifier: ^10.7.3 specifier: ^10.7.3
@ -313,7 +313,7 @@ importers:
specifier: ^18.0.5 specifier: ^18.0.5
version: 18.0.6 version: 18.0.6
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
react: react:
specifier: ^18.1.0 specifier: ^18.1.0
@ -328,7 +328,7 @@ importers:
specifier: ^2.1.0 specifier: ^2.1.0
version: link:../../packages/integrations/solid version: link:../../packages/integrations/solid
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
solid-js: solid-js:
specifier: ^1.4.3 specifier: ^1.4.3
@ -340,7 +340,7 @@ importers:
specifier: ^2.1.0 specifier: ^2.1.0
version: link:../../packages/integrations/svelte version: link:../../packages/integrations/svelte
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
svelte: svelte:
specifier: ^3.48.0 specifier: ^3.48.0
@ -352,7 +352,7 @@ importers:
specifier: ^2.1.1 specifier: ^2.1.1
version: link:../../packages/integrations/vue version: link:../../packages/integrations/vue
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
vue: vue:
specifier: ^3.2.37 specifier: ^3.2.37
@ -364,31 +364,31 @@ importers:
specifier: ^5.1.1 specifier: ^5.1.1
version: link:../../packages/integrations/node version: link:../../packages/integrations/node
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
examples/integration: examples/integration:
devDependencies: devDependencies:
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
examples/minimal: examples/minimal:
dependencies: dependencies:
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
dependencies: dependencies:
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
examples/portfolio: examples/portfolio:
dependencies: dependencies:
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
examples/ssr: examples/ssr:
@ -400,7 +400,7 @@ importers:
specifier: ^2.1.0 specifier: ^2.1.0
version: link:../../packages/integrations/svelte version: link:../../packages/integrations/svelte
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
concurrently: concurrently:
specifier: ^7.2.1 specifier: ^7.2.1
@ -421,7 +421,7 @@ importers:
specifier: ^0.1.1 specifier: ^0.1.1
version: link:../../packages/integrations/markdoc version: link:../../packages/integrations/markdoc
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
kleur: kleur:
specifier: ^4.1.5 specifier: ^4.1.5
@ -430,10 +430,10 @@ importers:
examples/with-markdown-plugins: examples/with-markdown-plugins:
dependencies: dependencies:
'@astrojs/markdown-remark': '@astrojs/markdown-remark':
specifier: ^2.1.3 specifier: ^2.1.4
version: link:../../packages/markdown/remark version: link:../../packages/markdown/remark
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
hast-util-select: hast-util-select:
specifier: 5.0.1 specifier: 5.0.1
@ -454,19 +454,19 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
dependencies: dependencies:
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
examples/with-mdx: examples/with-mdx:
dependencies: dependencies:
'@astrojs/mdx': '@astrojs/mdx':
specifier: ^0.18.4 specifier: ^0.19.0
version: link:../../packages/integrations/mdx version: link:../../packages/integrations/mdx
'@astrojs/preact': '@astrojs/preact':
specifier: ^2.1.0 specifier: ^2.1.0
version: link:../../packages/integrations/preact version: link:../../packages/integrations/preact
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
preact: preact:
specifier: ^10.6.5 specifier: ^10.6.5
@ -481,7 +481,7 @@ importers:
specifier: ^0.1.3 specifier: ^0.1.3
version: 0.1.3(nanostores@0.5.12)(preact@10.11.0) version: 0.1.3(nanostores@0.5.12)(preact@10.11.0)
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
nanostores: nanostores:
specifier: ^0.5.12 specifier: ^0.5.12
@ -493,7 +493,7 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
dependencies: dependencies:
'@astrojs/mdx': '@astrojs/mdx':
specifier: ^0.18.4 specifier: ^0.19.0
version: link:../../packages/integrations/mdx version: link:../../packages/integrations/mdx
'@astrojs/tailwind': '@astrojs/tailwind':
specifier: ^3.1.1 specifier: ^3.1.1
@ -502,7 +502,7 @@ importers:
specifier: ^1.4.3 specifier: ^1.4.3
version: 1.4.3 version: 1.4.3
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
autoprefixer: autoprefixer:
specifier: ^10.4.7 specifier: ^10.4.7
@ -520,7 +520,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
dependencies: dependencies:
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
vite-plugin-pwa: vite-plugin-pwa:
specifier: 0.11.11 specifier: 0.11.11
@ -532,7 +532,7 @@ importers:
examples/with-vitest: examples/with-vitest:
dependencies: dependencies:
astro: astro:
specifier: ^2.2.3 specifier: ^2.3.0
version: link:../../packages/astro version: link:../../packages/astro
vitest: vitest:
specifier: ^0.20.3 specifier: ^0.20.3
@ -547,7 +547,7 @@ importers:
specifier: ^0.28.3 specifier: ^0.28.3
version: 0.28.3 version: 0.28.3
'@astrojs/markdown-remark': '@astrojs/markdown-remark':
specifier: ^2.1.3 specifier: ^2.1.4
version: link:../markdown/remark version: link:../markdown/remark
'@astrojs/telemetry': '@astrojs/telemetry':
specifier: ^2.1.0 specifier: ^2.1.0
@ -3934,7 +3934,7 @@ importers:
packages/integrations/mdx: packages/integrations/mdx:
dependencies: dependencies:
'@astrojs/markdown-remark': '@astrojs/markdown-remark':
specifier: ^2.1.3 specifier: ^2.1.4
version: link:../../markdown/remark version: link:../../markdown/remark
'@astrojs/prism': '@astrojs/prism':
specifier: ^2.1.1 specifier: ^2.1.1