[ci] release (#5019)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-10-10 08:44:22 -07:00 committed by GitHub
parent c1f991408b
commit 0ab0d8d863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 144 additions and 128 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
preventing multiple doctype injection into html documents

View file

@ -1,6 +0,0 @@
---
'@astrojs/vercel': patch
---
- Upgraded @vercel/nft to 0.22.1
- Fix monorepos (#5020)

View file

@ -1,7 +0,0 @@
---
'@astrojs/react': minor
---
Add support for mui
This adds support for [mui](https://mui.com/) through configuration. Users will now not need to configure this library to get it to work.

View file

@ -1,22 +0,0 @@
---
'@astrojs/preact': minor
'astro': patch
---
Shared state in Preact components with signals
This makes it possible to share client state between Preact islands via signals.
For example, you can create a signals in an Astro component and then pass it to multiple islands:
```astro
---
// Component Imports
import Counter from '../components/Counter';
import { signal } from '@preact/signals';
const count = signal(0);
---
<Count count={count} />
<Count count={count} />
```

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
New algorithm for shorter CSS bundle names

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Fix remote images in SSG mode

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Support strict dependency install

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6" "astro": "^1.4.7"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"@astrojs/mdx": "^0.11.4", "@astrojs/mdx": "^0.11.4",
"@astrojs/rss": "^1.0.2", "@astrojs/rss": "^1.0.2",
"@astrojs/sitemap": "^1.0.0" "@astrojs/sitemap": "^1.0.0"

View file

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

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6" "astro": "^1.4.7"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/deno": "^1.1.0" "@astrojs/deno": "^1.1.0"

View file

@ -12,12 +12,12 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"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",
"@astrojs/react": "^1.1.4", "@astrojs/react": "^1.2.0",
"@astrojs/preact": "^1.1.1", "@astrojs/preact": "^1.2.0",
"@algolia/client-search": "^4.13.1", "@algolia/client-search": "^4.13.1",
"@docsearch/css": "^3.1.0", "@docsearch/css": "^3.1.0",
"@docsearch/react": "^3.1.0", "@docsearch/react": "^3.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"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.4.6", "astro": "^1.4.7",
"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,15 +11,15 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"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",
"solid-js": "^1.4.3", "solid-js": "^1.4.3",
"svelte": "^3.48.0", "svelte": "^3.48.0",
"vue": "^3.2.37", "vue": "^3.2.37",
"@astrojs/preact": "^1.1.1", "@astrojs/preact": "^1.2.0",
"@astrojs/react": "^1.1.4", "@astrojs/react": "^1.2.0",
"@astrojs/solid-js": "^1.1.1", "@astrojs/solid-js": "^1.1.1",
"@astrojs/svelte": "^1.0.1", "@astrojs/svelte": "^1.0.1",
"@astrojs/vue": "^1.1.0" "@astrojs/vue": "^1.1.0"

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"preact": "^10.7.3", "preact": "^10.7.3",
"@astrojs/preact": "^1.1.1", "@astrojs/preact": "^1.2.0",
"@preact/signals": "^1.1.0" "@preact/signals": "^1.1.0"
} }
} }

View file

@ -11,10 +11,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"@astrojs/react": "^1.1.4", "@astrojs/react": "^1.2.0",
"@types/react": "^18.0.10", "@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5" "@types/react-dom": "^18.0.5"
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"solid-js": "^1.4.3", "solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.1.1" "@astrojs/solid-js": "^1.1.1"
} }

View file

@ -13,6 +13,6 @@
"dependencies": { "dependencies": {
"svelte": "^3.48.0", "svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.1", "@astrojs/svelte": "^1.0.1",
"astro": "^1.4.6" "astro": "^1.4.7"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"vue": "^3.2.37", "vue": "^3.2.37",
"@astrojs/vue": "^1.1.0" "@astrojs/vue": "^1.1.0"
} }

View file

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

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6" "astro": "^1.4.7"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6" "astro": "^1.4.7"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6" "astro": "^1.4.7"
} }
} }

View file

@ -13,7 +13,7 @@
}, },
"devDependencies": {}, "devDependencies": {},
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"svelte": "^3.48.0", "svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.1", "@astrojs/svelte": "^1.0.1",
"@astrojs/node": "^1.1.0", "@astrojs/node": "^1.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"@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.4.6" "astro": "^1.4.7"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"preact": "^10.6.5", "preact": "^10.6.5",
"@astrojs/preact": "^1.1.1", "@astrojs/preact": "^1.2.0",
"@astrojs/mdx": "^0.11.4" "@astrojs/mdx": "^0.11.4"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"preact": "^10.7.3", "preact": "^10.7.3",
"@astrojs/preact": "^1.1.1", "@astrojs/preact": "^1.2.0",
"nanostores": "^0.5.12", "nanostores": "^0.5.12",
"@nanostores/preact": "^0.1.3" "@nanostores/preact": "^0.1.3"
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"@astrojs/tailwind": "^2.0.2", "@astrojs/tailwind": "^2.0.2",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1", "canvas-confetti": "^1.5.1",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.4.6", "astro": "^1.4.7",
"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.4.6", "astro": "^1.4.7",
"vitest": "^0.20.3" "vitest": "^0.20.3"
} }
} }

View file

@ -1,5 +1,31 @@
# astro # astro
## 1.4.7
### Patch Changes
- [#5035](https://github.com/withastro/astro/pull/5035) [`d7bfb144b`](https://github.com/withastro/astro/commit/d7bfb144ba1718d14664ec755adf6e2281a4ab71) Thanks [@AirBorne04](https://github.com/AirBorne04)! - preventing multiple doctype injection into html documents
- [#5015](https://github.com/withastro/astro/pull/5015) [`b1964e9e1`](https://github.com/withastro/astro/commit/b1964e9e1b7f9178036e266b89d3c8b9cbffd1c6) Thanks [@matthewp](https://github.com/matthewp)! - Shared state in Preact components with signals
This makes it possible to share client state between Preact islands via signals.
For example, you can create a signals in an Astro component and then pass it to multiple islands:
```astro
---
// Component Imports
import Counter from '../components/Counter';
import { signal } from '@preact/signals';
const count = signal(0);
---
<Count count={count} />
<Count count={count} />
```
- [#5036](https://github.com/withastro/astro/pull/5036) [`38fdb4ca6`](https://github.com/withastro/astro/commit/38fdb4ca6f7c6af2fff69fe5bd60bdf2c9d7a6f1) Thanks [@matthewp](https://github.com/matthewp)! - New algorithm for shorter CSS bundle names
## 1.4.6 ## 1.4.6
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "1.4.6", "version": "1.4.7",
"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,13 @@
# @astrojs/image # @astrojs/image
## 0.9.3
### Patch Changes
- [#5021](https://github.com/withastro/astro/pull/5021) [`062335dbf`](https://github.com/withastro/astro/commit/062335dbf7300ad5370e29ebcf7a05d5a4703a1c) Thanks [@matthewp](https://github.com/matthewp)! - Fix remote images in SSG mode
- [#5034](https://github.com/withastro/astro/pull/5034) [`2d9d42216`](https://github.com/withastro/astro/commit/2d9d42216722334db03adb14e59773db8389b7f9) Thanks [@bluwy](https://github.com/bluwy)! - Support strict dependency install
## 0.9.2 ## 0.9.2
### 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.9.2", "version": "0.9.3",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,27 @@
# @astrojs/preact # @astrojs/preact
## 1.2.0
### Minor Changes
- [#5015](https://github.com/withastro/astro/pull/5015) [`b1964e9e1`](https://github.com/withastro/astro/commit/b1964e9e1b7f9178036e266b89d3c8b9cbffd1c6) Thanks [@matthewp](https://github.com/matthewp)! - Shared state in Preact components with signals
This makes it possible to share client state between Preact islands via signals.
For example, you can create a signals in an Astro component and then pass it to multiple islands:
```astro
---
// Component Imports
import Counter from '../components/Counter';
import { signal } from '@preact/signals';
const count = signal(0);
---
<Count count={count} />
<Count count={count} />
```
## 1.1.1 ## 1.1.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.1.1", "version": "1.2.0",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,13 @@
# @astrojs/react # @astrojs/react
## 1.2.0
### Minor Changes
- [#5016](https://github.com/withastro/astro/pull/5016) [`6efeaeb39`](https://github.com/withastro/astro/commit/6efeaeb39ed7e6642b31603745750ccb9fe0ff1e) Thanks [@matthewp](https://github.com/matthewp)! - Add support for mui
This adds support for [mui](https://mui.com/) through configuration. Users will now not need to configure this library to get it to work.
## 1.1.4 ## 1.1.4
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/react", "name": "@astrojs/react",
"description": "Use React components within Astro", "description": "Use React components within Astro",
"version": "1.1.4", "version": "1.2.0",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,12 @@
# @astrojs/vercel # @astrojs/vercel
## 2.1.1
### Patch Changes
- [#5033](https://github.com/withastro/astro/pull/5033) [`c1f991408`](https://github.com/withastro/astro/commit/c1f991408b817217dbd4035dcc4ac0a2fecd08b8) Thanks [@JuanM04](https://github.com/JuanM04)! - - Upgraded @vercel/nft to 0.22.1
- Fix monorepos (#5020)
## 2.1.0 ## 2.1.0
### Minor Changes ### Minor 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.1.0", "version": "2.1.1",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -58,7 +58,7 @@ importers:
examples/basics: examples/basics:
specifiers: specifiers:
astro: ^1.4.6 astro: ^1.4.7
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -67,7 +67,7 @@ importers:
'@astrojs/mdx': ^0.11.4 '@astrojs/mdx': ^0.11.4
'@astrojs/rss': ^1.0.2 '@astrojs/rss': ^1.0.2
'@astrojs/sitemap': ^1.0.0 '@astrojs/sitemap': ^1.0.0
astro: ^1.4.6 astro: ^1.4.7
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
@ -76,14 +76,14 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^1.4.6 astro: ^1.4.7
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/deno: examples/deno:
specifiers: specifiers:
'@astrojs/deno': ^1.1.0 '@astrojs/deno': ^1.1.0
astro: ^1.4.6 astro: ^1.4.7
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
devDependencies: devDependencies:
@ -92,14 +92,14 @@ importers:
examples/docs: examples/docs:
specifiers: specifiers:
'@algolia/client-search': ^4.13.1 '@algolia/client-search': ^4.13.1
'@astrojs/preact': ^1.1.1 '@astrojs/preact': ^1.2.0
'@astrojs/react': ^1.1.4 '@astrojs/react': ^1.2.0
'@docsearch/css': ^3.1.0 '@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0 '@docsearch/react': ^3.1.0
'@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.4.6 astro: ^1.4.7
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
@ -122,7 +122,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.4.6 astro: ^1.4.7
dependencies: dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.0 '@types/alpinejs': 3.7.0
@ -133,7 +133,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.4.6 astro: ^1.4.7
lit: ^2.2.5 lit: ^2.2.5
dependencies: dependencies:
'@astrojs/lit': link:../../packages/integrations/lit '@astrojs/lit': link:../../packages/integrations/lit
@ -143,12 +143,12 @@ importers:
examples/framework-multiple: examples/framework-multiple:
specifiers: specifiers:
'@astrojs/preact': ^1.1.1 '@astrojs/preact': ^1.2.0
'@astrojs/react': ^1.1.4 '@astrojs/react': ^1.2.0
'@astrojs/solid-js': ^1.1.1 '@astrojs/solid-js': ^1.1.1
'@astrojs/svelte': ^1.0.1 '@astrojs/svelte': ^1.0.1
'@astrojs/vue': ^1.1.0 '@astrojs/vue': ^1.1.0
astro: ^1.4.6 astro: ^1.4.7
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
@ -171,9 +171,9 @@ importers:
examples/framework-preact: examples/framework-preact:
specifiers: specifiers:
'@astrojs/preact': ^1.1.1 '@astrojs/preact': ^1.2.0
'@preact/signals': ^1.1.0 '@preact/signals': ^1.1.0
astro: ^1.4.6 astro: ^1.4.7
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
'@astrojs/preact': link:../../packages/integrations/preact '@astrojs/preact': link:../../packages/integrations/preact
@ -183,10 +183,10 @@ importers:
examples/framework-react: examples/framework-react:
specifiers: specifiers:
'@astrojs/react': ^1.1.4 '@astrojs/react': ^1.2.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.4.6 astro: ^1.4.7
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -200,7 +200,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^1.1.1 '@astrojs/solid-js': ^1.1.1
astro: ^1.4.6 astro: ^1.4.7
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
@ -210,7 +210,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^1.0.1 '@astrojs/svelte': ^1.0.1
astro: ^1.4.6 astro: ^1.4.7
svelte: ^3.48.0 svelte: ^3.48.0
dependencies: dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte '@astrojs/svelte': link:../../packages/integrations/svelte
@ -220,7 +220,7 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^1.1.0 '@astrojs/vue': ^1.1.0
astro: ^1.4.6 astro: ^1.4.7
vue: ^3.2.37 vue: ^3.2.37
dependencies: dependencies:
'@astrojs/vue': link:../../packages/integrations/vue '@astrojs/vue': link:../../packages/integrations/vue
@ -229,25 +229,25 @@ importers:
examples/integration: examples/integration:
specifiers: specifiers:
astro: ^1.4.2 astro: ^1.4.7
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^1.4.6 astro: ^1.4.7
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^1.4.6 astro: ^1.4.7
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
astro: ^1.4.6 astro: ^1.4.7
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -255,7 +255,7 @@ importers:
specifiers: specifiers:
'@astrojs/node': ^1.1.0 '@astrojs/node': ^1.1.0
'@astrojs/svelte': ^1.0.1 '@astrojs/svelte': ^1.0.1
astro: ^1.4.6 astro: ^1.4.7
concurrently: ^7.2.1 concurrently: ^7.2.1
lightcookie: ^1.0.25 lightcookie: ^1.0.25
svelte: ^3.48.0 svelte: ^3.48.0
@ -274,7 +274,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.4.6 astro: ^1.4.7
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
@ -291,15 +291,15 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
astro: ^1.4.6 astro: ^1.4.7
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/with-mdx: examples/with-mdx:
specifiers: specifiers:
'@astrojs/mdx': ^0.11.4 '@astrojs/mdx': ^0.11.4
'@astrojs/preact': ^1.1.1 '@astrojs/preact': ^1.2.0
astro: ^1.4.6 astro: ^1.4.7
preact: ^10.6.5 preact: ^10.6.5
dependencies: dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
@ -309,9 +309,9 @@ importers:
examples/with-nanostores: examples/with-nanostores:
specifiers: specifiers:
'@astrojs/preact': ^1.1.1 '@astrojs/preact': ^1.2.0
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
astro: ^1.4.6 astro: ^1.4.7
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
@ -324,7 +324,7 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/tailwind': ^2.0.2 '@astrojs/tailwind': ^2.0.2
astro: ^1.4.6 astro: ^1.4.7
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
@ -339,7 +339,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^1.4.6 astro: ^1.4.7
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3 workbox-window: ^6.5.3
dependencies: dependencies:
@ -349,7 +349,7 @@ importers:
examples/with-vitest: examples/with-vitest:
specifiers: specifiers:
astro: ^1.4.6 astro: ^1.4.7
vitest: ^0.20.3 vitest: ^0.20.3
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro