0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-07 23:41:43 -05:00

[ci] release (#9457)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-12-20 09:39:13 -08:00 committed by GitHub
parent 19169db1f1
commit 97342d218e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 170 additions and 180 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/react': patch
---
Prevents unsupported `forwardRef` components created by Preact from being rendered by React

View file

@ -1,5 +0,0 @@
---
'@astrojs/node': patch
---
Fix typo in @astrojs/node README

View file

@ -1,11 +0,0 @@
---
'@astrojs/tailwind': patch
'@astrojs/markdoc': patch
'@astrojs/svelte': patch
'@astrojs/react': patch
'@astrojs/mdx': patch
'@astrojs/vue': patch
'astro': patch
---
Upgrades vite to latest

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Add a more descriptive error message when image conversion fails

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes View Transition's form submission prevention, allowing `preventDefault` to be used.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
update import created for `astro create netlify`

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes an edge case with view transitions where some spec-compliant `Content-Type` headers would cause a valid HTML response to be ignored.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes importing dev toolbar apps from integrations on Windows

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Improves logging of the generated pages during the build

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix Astro failing to build on certain exotic platform that reports their CPU count incorrectly

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Updates view transitions `form` handling with logic for the [`enctype`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/enctype) attribute

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Correctly handle the error in case the middleware throws a runtime error

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes an issue where redirects did not replace slugs when the target of the redirect rule was not a verbatim route in the project.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix some false positive in the audit logic of the dev toolbar

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes incorrect hoisted script paths when custom rollup output file names are configured

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Remove the manifest from the generated files in the `dist/` folder.

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.6"
"astro": "^4.0.7"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.1",
"@astrojs/mdx": "^2.0.2",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.6"
"astro": "^4.0.7"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^4.0.6"
"astro": "^4.0.7"
},
"peerDependencies": {
"astro": "^3.0.0"

View file

@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.3.1",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.3",
"astro": "^4.0.6"
"astro": "^4.0.7"
}
}

View file

@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/lit": "^4.0.0",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.0.6",
"astro": "^4.0.7",
"lit": "^2.8.0"
}
}

View file

@ -12,11 +12,11 @@
},
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@astrojs/react": "^3.0.7",
"@astrojs/react": "^3.0.8",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/svelte": "^5.0.1",
"@astrojs/vue": "^4.0.4",
"astro": "^4.0.6",
"@astrojs/svelte": "^5.0.2",
"@astrojs/vue": "^4.0.5",
"astro": "^4.0.7",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View file

@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@preact/signals": "^1.2.1",
"astro": "^4.0.6",
"astro": "^4.0.7",
"preact": "^10.19.2"
}
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.7",
"@astrojs/react": "^3.0.8",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "^4.0.6",
"astro": "^4.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
"astro": "^4.0.6",
"astro": "^4.0.7",
"solid-js": "^1.8.5"
}
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^5.0.1",
"astro": "^4.0.6",
"@astrojs/svelte": "^5.0.2",
"astro": "^4.0.7",
"svelte": "^4.2.5"
}
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^4.0.4",
"astro": "^4.0.6",
"@astrojs/vue": "^4.0.5",
"astro": "^4.0.7",
"vue": "^3.3.8"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^7.0.1",
"astro": "^4.0.6"
"@astrojs/node": "^7.0.2",
"astro": "^4.0.7"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^4.0.6"
"astro": "^4.0.7"
},
"peerDependencies": {
"astro": "^3.0.0"

View file

@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^7.0.1",
"astro": "^4.0.6",
"@astrojs/node": "^7.0.2",
"astro": "^4.0.7",
"html-minifier": "^4.0.0"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.6"
"astro": "^4.0.7"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.6"
"astro": "^4.0.7"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.6"
"astro": "^4.0.7"
}
}

View file

@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^7.0.1",
"@astrojs/svelte": "^5.0.1",
"astro": "^4.0.6",
"@astrojs/node": "^7.0.2",
"@astrojs/svelte": "^5.0.2",
"astro": "^4.0.7",
"svelte": "^4.2.5"
}
}

View file

@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/tailwind": "^5.0.3",
"@astrojs/node": "^7.0.1",
"astro": "^4.0.6"
"@astrojs/tailwind": "^5.0.4",
"@astrojs/node": "^7.0.2",
"astro": "^4.0.7"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.8.0",
"astro": "^4.0.6"
"@astrojs/markdoc": "^0.8.1",
"astro": "^4.0.7"
}
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^4.0.1",
"astro": "^4.0.6",
"astro": "^4.0.7",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.6"
"astro": "^4.0.7"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.1",
"@astrojs/mdx": "^2.0.2",
"@astrojs/preact": "^3.0.1",
"astro": "^4.0.6",
"astro": "^4.0.7",
"preact": "^10.19.2"
}
}

View file

@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@nanostores/preact": "^0.5.0",
"astro": "^4.0.6",
"astro": "^4.0.7",
"nanostores": "^0.9.5",
"preact": "^10.19.2"
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.1",
"@astrojs/tailwind": "^5.0.3",
"@astrojs/mdx": "^2.0.2",
"@astrojs/tailwind": "^5.0.4",
"@types/canvas-confetti": "^1.6.3",
"astro": "^4.0.6",
"astro": "^4.0.7",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.9.1",
"postcss": "^8.4.28",

View file

@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^4.0.6",
"astro": "^4.0.7",
"vitest": "^0.34.2"
}
}

View file

@ -1,5 +1,37 @@
# astro
## 4.0.7
### Patch Changes
- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest
- [#9352](https://github.com/withastro/astro/pull/9352) [`f515b1421`](https://github.com/withastro/astro/commit/f515b1421afa335b8d6e4491fbe24419df53bfeb) Thanks [@tmcw](https://github.com/tmcw)! - Add a more descriptive error message when image conversion fails
- [#9486](https://github.com/withastro/astro/pull/9486) [`f6714f677`](https://github.com/withastro/astro/commit/f6714f677cffa2484565f51d5eb55bd34309653b) Thanks [@martrapp](https://github.com/martrapp)! - Fixes View Transition's form submission prevention, allowing `preventDefault` to be used.
- [#9461](https://github.com/withastro/astro/pull/9461) [`429be8cc3`](https://github.com/withastro/astro/commit/429be8cc3ed0623df4fdca76f1531265f5ba5dfc) Thanks [@Skn0tt](https://github.com/Skn0tt)! - update import created for `astro create netlify`
- [#9464](https://github.com/withastro/astro/pull/9464) [`faf6c7e11`](https://github.com/withastro/astro/commit/faf6c7e1104ee247e847836020a3ce07a2053705) Thanks [@Fryuni](https://github.com/Fryuni)! - Fixes an edge case with view transitions where some spec-compliant `Content-Type` headers would cause a valid HTML response to be ignored.
- [#9400](https://github.com/withastro/astro/pull/9400) [`1e984389b`](https://github.com/withastro/astro/commit/1e984389bafd87b0a631ed4aba930447669234f8) Thanks [@bluwy](https://github.com/bluwy)! - Fixes importing dev toolbar apps from integrations on Windows
- [#9487](https://github.com/withastro/astro/pull/9487) [`19169db1f`](https://github.com/withastro/astro/commit/19169db1f1574d36cc284fd9a0319d9b1e92b49a) Thanks [@ematipico](https://github.com/ematipico)! - Improves logging of the generated pages during the build
- [#9460](https://github.com/withastro/astro/pull/9460) [`047d285be`](https://github.com/withastro/astro/commit/047d285be1ab764bc82f88b8553b46429c37efca) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix Astro failing to build on certain exotic platform that reports their CPU count incorrectly
- [#9466](https://github.com/withastro/astro/pull/9466) [`5062d27a1`](https://github.com/withastro/astro/commit/5062d27a186c5020522614b9d6f3da218f7afd96) Thanks [@knpwrs](https://github.com/knpwrs)! - Updates view transitions `form` handling with logic for the [`enctype`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/enctype) attribute
- [#9458](https://github.com/withastro/astro/pull/9458) [`fa3078ce9`](https://github.com/withastro/astro/commit/fa3078ce9f5eda408340a78c6d275f3e0b2437dc) Thanks [@ematipico](https://github.com/ematipico)! - Correctly handle the error in case the middleware throws a runtime error
- [#9089](https://github.com/withastro/astro/pull/9089) [`5ae657882`](https://github.com/withastro/astro/commit/5ae657882287645c967249aee91bd06497f6624d) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where redirects did not replace slugs when the target of the redirect rule was not a verbatim route in the project.
- [#9483](https://github.com/withastro/astro/pull/9483) [`c384f6924`](https://github.com/withastro/astro/commit/c384f6924edc161d3ff631e658f017a37e4207e3) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix some false positive in the audit logic of the dev toolbar
- [#9437](https://github.com/withastro/astro/pull/9437) [`354a62c86`](https://github.com/withastro/astro/commit/354a62c86e9187af5d05540ed321bdc889384d97) Thanks [@dkobierski](https://github.com/dkobierski)! - Fixes incorrect hoisted script paths when custom rollup output file names are configured
- [#9475](https://github.com/withastro/astro/pull/9475) [`7ae4928f3`](https://github.com/withastro/astro/commit/7ae4928f303720d3b2f611474fc08d3b96c2e4af) Thanks [@ematipico](https://github.com/ematipico)! - Remove the manifest from the generated files in the `dist/` folder.
## 4.0.6
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/markdoc
## 0.8.1
### Patch Changes
- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest
## 0.8.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site",
"version": "0.8.0",
"version": "0.8.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/mdx
## 2.0.2
### Patch Changes
- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest
## 2.0.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
"version": "2.0.1",
"version": "2.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/node
## 7.0.2
### Patch Changes
- [#9471](https://github.com/withastro/astro/pull/9471) [`6bf470cfb`](https://github.com/withastro/astro/commit/6bf470cfb87e853c0a1f69bceb09246801bc8bdc) Thanks [@alexnguyennz](https://github.com/alexnguyennz)! - Fix typo in @astrojs/node README
## 7.0.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
"version": "7.0.1",
"version": "7.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,13 @@
# @astrojs/react
## 3.0.8
### Patch Changes
- [#9403](https://github.com/withastro/astro/pull/9403) [`7eb9fe8a7`](https://github.com/withastro/astro/commit/7eb9fe8a717dd2b66b1d541e1aa4d3eb5d959ddf) Thanks [@knpwrs](https://github.com/knpwrs)! - Prevents unsupported `forwardRef` components created by Preact from being rendered by React
- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest
## 3.0.7
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/svelte
## 5.0.2
### Patch Changes
- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest
## 5.0.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
"version": "5.0.1",
"version": "5.0.2",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,11 @@
# @astrojs/tailwind
## 5.0.4
### Patch Changes
- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest
## 5.0.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site",
"version": "5.0.3",
"version": "5.0.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/vue
## 4.0.5
### Patch Changes
- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest
## 4.0.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
"version": "4.0.4",
"version": "4.0.5",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

86
pnpm-lock.yaml generated
View file

@ -125,13 +125,13 @@ importers:
examples/basics:
dependencies:
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
specifier: ^2.0.1
specifier: ^2.0.2
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.1
@ -140,13 +140,13 @@ importers:
specifier: ^3.0.3
version: link:../../packages/integrations/sitemap
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/framework-alpine:
@ -161,7 +161,7 @@ importers:
specifier: ^3.13.3
version: 3.13.3
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/framework-lit:
@ -173,7 +173,7 @@ importers:
specifier: ^0.2.1
version: 0.2.1
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
lit:
specifier: ^2.8.0
@ -185,19 +185,19 @@ importers:
specifier: ^3.0.1
version: link:../../packages/integrations/preact
'@astrojs/react':
specifier: ^3.0.7
specifier: ^3.0.8
version: link:../../packages/integrations/react
'@astrojs/solid-js':
specifier: ^3.0.2
version: link:../../packages/integrations/solid
'@astrojs/svelte':
specifier: ^5.0.1
specifier: ^5.0.2
version: link:../../packages/integrations/svelte
'@astrojs/vue':
specifier: ^4.0.4
specifier: ^4.0.5
version: link:../../packages/integrations/vue
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@ -227,7 +227,7 @@ importers:
specifier: ^1.2.1
version: 1.2.1(preact@10.19.2)
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@ -236,7 +236,7 @@ importers:
examples/framework-react:
dependencies:
'@astrojs/react':
specifier: ^3.0.7
specifier: ^3.0.8
version: link:../../packages/integrations/react
'@types/react':
specifier: ^18.2.37
@ -245,7 +245,7 @@ importers:
specifier: ^18.2.15
version: 18.2.15
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
react:
specifier: ^18.2.0
@ -260,7 +260,7 @@ importers:
specifier: ^3.0.2
version: link:../../packages/integrations/solid
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
solid-js:
specifier: ^1.8.5
@ -269,10 +269,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
specifier: ^5.0.1
specifier: ^5.0.2
version: link:../../packages/integrations/svelte
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@ -281,10 +281,10 @@ importers:
examples/framework-vue:
dependencies:
'@astrojs/vue':
specifier: ^4.0.4
specifier: ^4.0.5
version: link:../../packages/integrations/vue
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
vue:
specifier: ^3.3.8
@ -293,25 +293,25 @@ importers:
examples/hackernews:
dependencies:
'@astrojs/node':
specifier: ^7.0.1
specifier: ^7.0.2
version: link:../../packages/integrations/node
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/middleware:
dependencies:
'@astrojs/node':
specifier: ^7.0.1
specifier: ^7.0.2
version: link:../../packages/integrations/node
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@ -320,31 +320,31 @@ importers:
examples/minimal:
dependencies:
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/ssr:
dependencies:
'@astrojs/node':
specifier: ^7.0.1
specifier: ^7.0.2
version: link:../../packages/integrations/node
'@astrojs/svelte':
specifier: ^5.0.1
specifier: ^5.0.2
version: link:../../packages/integrations/svelte
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@ -353,22 +353,22 @@ importers:
examples/view-transitions:
devDependencies:
'@astrojs/node':
specifier: ^7.0.1
specifier: ^7.0.2
version: link:../../packages/integrations/node
'@astrojs/tailwind':
specifier: ^5.0.3
specifier: ^5.0.4
version: link:../../packages/integrations/tailwind
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
specifier: ^0.8.0
specifier: ^0.8.1
version: link:../../packages/integrations/markdoc
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/with-markdown-plugins:
@ -377,7 +377,7 @@ importers:
specifier: ^4.0.1
version: link:../../packages/markdown/remark
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
hast-util-select:
specifier: ^6.0.2
@ -398,19 +398,19 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
specifier: ^2.0.1
specifier: ^2.0.2
version: link:../../packages/integrations/mdx
'@astrojs/preact':
specifier: ^3.0.1
version: link:../../packages/integrations/preact
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@ -425,7 +425,7 @@ importers:
specifier: ^0.5.0
version: 0.5.0(nanostores@0.9.5)(preact@10.19.2)
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
nanostores:
specifier: ^0.9.5
@ -437,16 +437,16 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
specifier: ^2.0.1
specifier: ^2.0.2
version: link:../../packages/integrations/mdx
'@astrojs/tailwind':
specifier: ^5.0.3
specifier: ^5.0.4
version: link:../../packages/integrations/tailwind
'@types/canvas-confetti':
specifier: ^1.6.3
version: 1.6.3
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.15
@ -464,7 +464,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
specifier: ^4.0.6
specifier: ^4.0.7
version: link:../../packages/astro
vitest:
specifier: ^0.34.2