[ci] release (#4249)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-08-11 16:50:59 -07:00 committed by GitHub
parent 5b1facfe29
commit bb3d7d4f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 133 additions and 135 deletions

View file

@ -1,5 +0,0 @@
---
"@astrojs/prefetch": patch
---
Use `passive` event listeners for performance

View file

@ -1,5 +0,0 @@
---
'@astrojs/mdx': patch
---
Load builtin rehype plugins before user plugins instead of after

View file

@ -1,5 +0,0 @@
---
"@astrojs/preact": patch
---
README: Clarify `compat` docs

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix Astro client scripts sourcemap 404

View file

@ -1,7 +0,0 @@
---
'@astrojs/prism': patch
---
Fix `<Prism />` component indentation
Prefer `class="language-plaintext"` to `class="language-undefined"`

View file

@ -1,5 +0,0 @@
---
'@astrojs/netlify': patch
---
Adds 404 routing logic to Netlify redirects file

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Handle "not found" imports without throwing an "Invalid URL" error

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix build output adding `/index.html` at the end of endpoints route

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Add better warnings if the integration was not properly configured.

View file

@ -1,5 +0,0 @@
---
'@astrojs/mdx': patch
---
Pass injected frontmatter from remark and rehype plugins to layouts

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Make third-party integration names nicer when using `astro add`

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.2" "astro": "^1.0.3"
} }
} }

View file

@ -10,8 +10,8 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.1", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.2" "astro": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3" "preact": "^10.7.3"

View file

@ -11,6 +11,6 @@
}, },
"devDependencies": { "devDependencies": {
"@example/my-component": "workspace:*", "@example/my-component": "workspace:*",
"astro": "^1.0.2" "astro": "^1.0.3"
} }
} }

View file

@ -8,6 +8,6 @@
"serve": "astro --root demo preview" "serve": "astro --root demo preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.2" "astro": "^1.0.3"
} }
} }

View file

@ -19,8 +19,8 @@
"react-dom": "^18.1.0" "react-dom": "^18.1.0"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.1", "@astrojs/preact": "^1.0.2",
"@astrojs/react": "^1.0.0", "@astrojs/react": "^1.0.0",
"astro": "^1.0.2" "astro": "^1.0.3"
} }
} }

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.2" "astro": "^1.0.3"
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/alpinejs": "^3.7.0", "@types/alpinejs": "^3.7.0",
"astro": "^1.0.2" "astro": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"alpinejs": "^3.10.2" "alpinejs": "^3.10.2"

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/lit": "^1.0.0", "@astrojs/lit": "^1.0.0",
"astro": "^1.0.2" "astro": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -10,12 +10,12 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.1", "@astrojs/preact": "^1.0.2",
"@astrojs/react": "^1.0.0", "@astrojs/react": "^1.0.0",
"@astrojs/solid-js": "^1.0.0", "@astrojs/solid-js": "^1.0.0",
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0", "@astrojs/vue": "^1.0.0",
"astro": "^1.0.2" "astro": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3", "preact": "^10.7.3",

View file

@ -10,8 +10,8 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.1", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.2" "astro": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3" "preact": "^10.7.3"

View file

@ -13,7 +13,7 @@
"@astrojs/react": "^1.0.0", "@astrojs/react": "^1.0.0",
"@types/react": "^18.0.10", "@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5", "@types/react-dom": "^18.0.5",
"astro": "^1.0.2" "astro": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"react": "^18.1.0", "react": "^18.1.0",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/solid-js": "^1.0.0", "@astrojs/solid-js": "^1.0.0",
"astro": "^1.0.2" "astro": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.4.3" "solid-js": "^1.4.3"

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"astro": "^1.0.2" "astro": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"svelte": "^3.48.0" "svelte": "^3.48.0"

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/vue": "^1.0.0", "@astrojs/vue": "^1.0.0",
"astro": "^1.0.2" "astro": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"vue": "^3.2.37" "vue": "^3.2.37"

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.2" "astro": "^1.0.3"
} }
} }

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.2" "astro": "^1.0.3"
} }
} }

View file

@ -10,8 +10,8 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.1", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.2", "astro": "^1.0.3",
"sass": "^1.52.2" "sass": "^1.52.2"
}, },
"dependencies": { "dependencies": {

View file

@ -13,7 +13,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/node": "^1.0.0", "@astrojs/node": "^1.0.0",
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"astro": "^1.0.2", "astro": "^1.0.3",
"concurrently": "^7.2.1", "concurrently": "^7.2.1",
"lightcookie": "^1.0.25", "lightcookie": "^1.0.25",
"unocss": "^0.15.6", "unocss": "^0.15.6",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^1.0.0", "@astrojs/react": "^1.0.0",
"astro": "^1.0.2" "astro": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"react": "^18.1.0", "react": "^18.1.0",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^1.0.0", "@astrojs/markdown-remark": "^1.0.0",
"astro": "^1.0.2", "astro": "^1.0.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",
"rehype-slug": "^5.0.1", "rehype-slug": "^5.0.1",

View file

@ -11,6 +11,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^1.0.0", "@astrojs/markdown-remark": "^1.0.0",
"astro": "^1.0.2" "astro": "^1.0.3"
} }
} }

View file

@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^0.8.2", "@astrojs/mdx": "^0.8.3",
"@astrojs/preact": "^1.0.1", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.2", "astro": "^1.0.3",
"preact": "^10.6.5" "preact": "^10.6.5"
} }
} }

View file

@ -15,7 +15,7 @@
"preact": "^10.7.3" "preact": "^10.7.3"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.1", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.2" "astro": "^1.0.3"
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/tailwind": "^1.0.0", "@astrojs/tailwind": "^1.0.0",
"astro": "^1.0.2", "astro": "^1.0.3",
"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

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.2", "astro": "^1.0.3",
"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"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.2", "astro": "^1.0.3",
"vitest": "^0.20.3" "vitest": "^0.20.3"
} }
} }

View file

@ -1,5 +1,13 @@
# @astrojs/prism # @astrojs/prism
## 1.0.1
### Patch Changes
- [#4251](https://github.com/withastro/astro/pull/4251) [`1f0dd31d9`](https://github.com/withastro/astro/commit/1f0dd31d9239b5e3dca99c88d021e7a9a3e2054d) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix `<Prism />` component indentation
Prefer `class="language-plaintext"` to `class="language-undefined"`
## 1.0.0 ## 1.0.0
### Major Changes ### Major Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/prism", "name": "@astrojs/prism",
"version": "1.0.0", "version": "1.0.1",
"description": "Supports Prism highlighting in Astro projects", "description": "Supports Prism highlighting in Astro projects",
"author": "withastro", "author": "withastro",
"type": "module", "type": "module",

View file

@ -1,5 +1,17 @@
# astro # astro
## 1.0.3
### Patch Changes
- [#4239](https://github.com/withastro/astro/pull/4239) [`a9baa45af`](https://github.com/withastro/astro/commit/a9baa45af35abdd3e1930fb49e8b6fb0a4340e2a) Thanks [@bluwy](https://github.com/bluwy)! - Fix Astro client scripts sourcemap 404
* [#4279](https://github.com/withastro/astro/pull/4279) [`42fd6936c`](https://github.com/withastro/astro/commit/42fd6936cdb7106aea3770bed5313e558fc8b6dc) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Handle "not found" imports without throwing an "Invalid URL" error
- [#4273](https://github.com/withastro/astro/pull/4273) [`0022f46b5`](https://github.com/withastro/astro/commit/0022f46b57946f4f71e7f9f6e265081ee4ae1565) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix build output adding `/index.html` at the end of endpoints route
* [#4270](https://github.com/withastro/astro/pull/4270) [`7127b1bb3`](https://github.com/withastro/astro/commit/7127b1bb35ca4e8f419e18683e380a4917eca4bb) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Make third-party integration names nicer when using `astro add`
## 1.0.2 ## 1.0.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "1.0.2", "version": "1.0.3",
"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

@ -1,5 +1,11 @@
# @astrojs/image # @astrojs/image
## 0.3.4
### Patch Changes
- [#4279](https://github.com/withastro/astro/pull/4279) [`42fd6936c`](https://github.com/withastro/astro/commit/42fd6936cdb7106aea3770bed5313e558fc8b6dc) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add better warnings if the integration was not properly configured.
## 0.3.3 ## 0.3.3
### Patch Changes ### Patch 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.3.3", "version": "0.3.4",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,16 @@
# @astrojs/mdx # @astrojs/mdx
## 0.8.3
### Patch Changes
- [#4248](https://github.com/withastro/astro/pull/4248) [`869d00935`](https://github.com/withastro/astro/commit/869d0093596b709cfcc1a1a95ee631b48d6d1c26) Thanks [@svemat01](https://github.com/svemat01)! - Load builtin rehype plugins before user plugins instead of after
* [#4255](https://github.com/withastro/astro/pull/4255) [`411612808`](https://github.com/withastro/astro/commit/4116128082121ee276d51cb245bf8095be4728a1) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Pass injected frontmatter from remark and rehype plugins to layouts
* Updated dependencies [[`1f0dd31d9`](https://github.com/withastro/astro/commit/1f0dd31d9239b5e3dca99c88d021e7a9a3e2054d)]:
- @astrojs/prism@1.0.1
## 0.8.2 ## 0.8.2
### Patch Changes ### Patch 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.8.2", "version": "0.8.3",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -29,7 +29,7 @@
"test": "mocha --exit --timeout 20000" "test": "mocha --exit --timeout 20000"
}, },
"dependencies": { "dependencies": {
"@astrojs/prism": "^1.0.0", "@astrojs/prism": "^1.0.1",
"@mdx-js/mdx": "^2.1.2", "@mdx-js/mdx": "^2.1.2",
"@mdx-js/rollup": "^2.1.1", "@mdx-js/rollup": "^2.1.1",
"acorn": "^8.8.0", "acorn": "^8.8.0",

View file

@ -1,5 +1,11 @@
# @astrojs/netlify # @astrojs/netlify
## 1.0.1
### Patch Changes
- [#4274](https://github.com/withastro/astro/pull/4274) [`d3d09a2c9`](https://github.com/withastro/astro/commit/d3d09a2c9f1af4dc467783c8bf4a71800924d129) Thanks [@matthewp](https://github.com/matthewp)! - Adds 404 routing logic to Netlify redirects file
## 1.0.0 ## 1.0.0
### Major Changes ### Major Changes
@ -47,7 +53,7 @@
The new `Astro.clientAddress` property allows you to get the IP address of the requested user. The new `Astro.clientAddress` property allows you to get the IP address of the requested user.
```astro ```astro
<div>Your address {Astro.clientAddress}</div>
``` ```
This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error. This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error.

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/netlify", "name": "@astrojs/netlify",
"description": "Deploy your site to Netlify", "description": "Deploy your site to Netlify",
"version": "1.0.0", "version": "1.0.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/preact # @astrojs/preact
## 1.0.2
### Patch Changes
- [#4267](https://github.com/withastro/astro/pull/4267) [`5b1facfe2`](https://github.com/withastro/astro/commit/5b1facfe291b998c0c6814293b18df211a8f3cd3) Thanks [@bluwy](https://github.com/bluwy)! - README: Clarify `compat` docs
## 1.0.1 ## 1.0.1
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/preact", "name": "@astrojs/preact",
"description": "Use Preact components within Astro", "description": "Use Preact components within Astro",
"version": "1.0.1", "version": "1.0.2",
"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/prefetch # @astrojs/prefetch
## 0.0.7
### Patch Changes
- [#4207](https://github.com/withastro/astro/pull/4207) [`ceb0eef94`](https://github.com/withastro/astro/commit/ceb0eef944f2f867cb2dba04adfb6b028cf8c228) Thanks [@jablonski](https://github.com/jablonski)! - Use `passive` event listeners for performance
## 0.0.6 ## 0.0.6
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/prefetch", "name": "@astrojs/prefetch",
"description": "Faster page navigations by prefetching links when the browser is idle.", "description": "Faster page navigations by prefetching links when the browser is idle.",
"version": "0.0.6", "version": "0.0.7",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -56,14 +56,14 @@ importers:
examples/basics: examples/basics:
specifiers: specifiers:
astro: ^1.0.2 astro: ^1.0.3
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/blog: examples/blog:
specifiers: specifiers:
'@astrojs/preact': ^1.0.1 '@astrojs/preact': ^1.0.2
astro: ^1.0.2 astro: ^1.0.3
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
preact: 10.10.2 preact: 10.10.2
@ -73,14 +73,14 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^1.0.2 astro: ^1.0.3
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/component/demo: examples/component/demo:
specifiers: specifiers:
'@example/my-component': workspace:* '@example/my-component': workspace:*
astro: ^1.0.2 astro: ^1.0.3
devDependencies: devDependencies:
'@example/my-component': link:../packages/my-component '@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro astro: link:../../../packages/astro
@ -91,12 +91,12 @@ importers:
examples/docs: examples/docs:
specifiers: specifiers:
'@algolia/client-search': ^4.13.1 '@algolia/client-search': ^4.13.1
'@astrojs/preact': ^1.0.1 '@astrojs/preact': ^1.0.2
'@astrojs/react': ^1.0.0 '@astrojs/react': ^1.0.0
'@docsearch/css': ^3.1.0 '@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0 '@docsearch/react': ^3.1.0
'@types/react': ^17.0.45 '@types/react': ^17.0.45
astro: ^1.0.2 astro: ^1.0.3
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
@ -115,7 +115,7 @@ importers:
examples/env-vars: examples/env-vars:
specifiers: specifiers:
astro: ^1.0.2 astro: ^1.0.3
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -123,7 +123,7 @@ importers:
specifiers: specifiers:
'@types/alpinejs': ^3.7.0 '@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2 alpinejs: ^3.10.2
astro: ^1.0.2 astro: ^1.0.3
dependencies: dependencies:
alpinejs: 3.10.3 alpinejs: 3.10.3
devDependencies: devDependencies:
@ -134,7 +134,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.0.2 astro: ^1.0.3
lit: ^2.2.5 lit: ^2.2.5
dependencies: dependencies:
'@webcomponents/template-shadowroot': 0.1.0 '@webcomponents/template-shadowroot': 0.1.0
@ -145,12 +145,12 @@ importers:
examples/framework-multiple: examples/framework-multiple:
specifiers: specifiers:
'@astrojs/preact': ^1.0.1 '@astrojs/preact': ^1.0.2
'@astrojs/react': ^1.0.0 '@astrojs/react': ^1.0.0
'@astrojs/solid-js': ^1.0.0 '@astrojs/solid-js': ^1.0.0
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
'@astrojs/vue': ^1.0.0 '@astrojs/vue': ^1.0.0
astro: ^1.0.2 astro: ^1.0.3
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
@ -174,8 +174,8 @@ importers:
examples/framework-preact: examples/framework-preact:
specifiers: specifiers:
'@astrojs/preact': ^1.0.1 '@astrojs/preact': ^1.0.2
astro: ^1.0.2 astro: ^1.0.3
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
preact: 10.10.2 preact: 10.10.2
@ -188,7 +188,7 @@ importers:
'@astrojs/react': ^1.0.0 '@astrojs/react': ^1.0.0
'@types/react': ^18.0.10 '@types/react': ^18.0.10
'@types/react-dom': ^18.0.5 '@types/react-dom': ^18.0.5
astro: ^1.0.2 astro: ^1.0.3
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -203,7 +203,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^1.0.0 '@astrojs/solid-js': ^1.0.0
astro: ^1.0.2 astro: ^1.0.3
solid-js: ^1.4.3 solid-js: ^1.4.3
dependencies: dependencies:
solid-js: 1.4.8 solid-js: 1.4.8
@ -214,7 +214,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
astro: ^1.0.2 astro: ^1.0.3
svelte: ^3.48.0 svelte: ^3.48.0
dependencies: dependencies:
svelte: 3.49.0 svelte: 3.49.0
@ -225,7 +225,7 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^1.0.0 '@astrojs/vue': ^1.0.0
astro: ^1.0.2 astro: ^1.0.3
vue: ^3.2.37 vue: ^3.2.37
dependencies: dependencies:
vue: 3.2.37 vue: 3.2.37
@ -235,20 +235,20 @@ importers:
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^1.0.2 astro: ^1.0.3
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^1.0.2 astro: ^1.0.3
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
'@astrojs/preact': ^1.0.1 '@astrojs/preact': ^1.0.2
astro: ^1.0.2 astro: ^1.0.3
preact: ^10.7.3 preact: ^10.7.3
sass: ^1.52.2 sass: ^1.52.2
dependencies: dependencies:
@ -262,7 +262,7 @@ importers:
specifiers: specifiers:
'@astrojs/node': ^1.0.0 '@astrojs/node': ^1.0.0
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
astro: ^1.0.2 astro: ^1.0.3
concurrently: ^7.2.1 concurrently: ^7.2.1
lightcookie: ^1.0.25 lightcookie: ^1.0.25
svelte: ^3.48.0 svelte: ^3.48.0
@ -282,7 +282,7 @@ importers:
examples/subpath: examples/subpath:
specifiers: specifiers:
'@astrojs/react': ^1.0.0 '@astrojs/react': ^1.0.0
astro: ^1.0.2 astro: ^1.0.3
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -295,7 +295,7 @@ importers:
examples/with-markdown-plugins: examples/with-markdown-plugins:
specifiers: specifiers:
'@astrojs/markdown-remark': ^1.0.0 '@astrojs/markdown-remark': ^1.0.0
astro: ^1.0.2 astro: ^1.0.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
rehype-slug: ^5.0.1 rehype-slug: ^5.0.1
@ -313,16 +313,16 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
'@astrojs/markdown-remark': ^1.0.0 '@astrojs/markdown-remark': ^1.0.0
astro: ^1.0.2 astro: ^1.0.3
devDependencies: devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark '@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro astro: link:../../packages/astro
examples/with-mdx: examples/with-mdx:
specifiers: specifiers:
'@astrojs/mdx': ^0.8.2 '@astrojs/mdx': ^0.8.3
'@astrojs/preact': ^1.0.1 '@astrojs/preact': ^1.0.2
astro: ^1.0.2 astro: ^1.0.3
preact: ^10.6.5 preact: ^10.6.5
devDependencies: devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
@ -332,9 +332,9 @@ importers:
examples/with-nanostores: examples/with-nanostores:
specifiers: specifiers:
'@astrojs/preact': ^1.0.1 '@astrojs/preact': ^1.0.2
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
astro: ^1.0.2 astro: ^1.0.3
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
@ -348,7 +348,7 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/tailwind': ^1.0.0 '@astrojs/tailwind': ^1.0.0
astro: ^1.0.2 astro: ^1.0.3
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
@ -363,7 +363,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^1.0.2 astro: ^1.0.3
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3 workbox-window: ^6.5.3
devDependencies: devDependencies:
@ -373,7 +373,7 @@ importers:
examples/with-vitest: examples/with-vitest:
specifiers: specifiers:
astro: ^1.0.2 astro: ^1.0.3
vitest: ^0.20.3 vitest: ^0.20.3
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -2219,7 +2219,7 @@ importers:
packages/integrations/mdx: packages/integrations/mdx:
specifiers: specifiers:
'@astrojs/prism': ^1.0.0 '@astrojs/prism': ^1.0.1
'@mdx-js/mdx': ^2.1.2 '@mdx-js/mdx': ^2.1.2
'@mdx-js/rollup': ^2.1.1 '@mdx-js/rollup': ^2.1.1
'@types/chai': ^4.3.1 '@types/chai': ^4.3.1