[ci] release (#4197)
* [ci] release * Update CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
parent
7eb54fcb4f
commit
4d29163d11
41 changed files with 89 additions and 119 deletions
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Adds `Astro.generator` which can be used to add a [`<meta name="generator">`](https://html.spec.whatwg.org/multipage/semantics.html#meta-generator) tag.
|
||||
|
||||
```astro
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
</head>
|
||||
<body>
|
||||
<footer>
|
||||
<p>Built with <a href="https://astro.build">{Astro.generator}</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
```
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/mdx': patch
|
||||
---
|
||||
|
||||
Add frontmatter injection instructions to README
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/cloudflare': minor
|
||||
---
|
||||
|
||||
add support for compiling functions to a functions directory rather than `_worker.js`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Adds warning in dev when using client: directive on Astro component
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Ensure JSX does not reference server entrypoint
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix client build sourcemap generation
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"astro": patch
|
||||
---
|
||||
|
||||
Fix custom 404 pages when using `astro preview` (#4113)
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/mdx': minor
|
||||
---
|
||||
|
||||
Remove `frontmatterOptions` from MDX config
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3"
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@example/my-component": "workspace:*",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"serve": "astro --root demo preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"@astrojs/react": "^0.4.3",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/alpinejs": "^3.7.0",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"alpinejs": "^3.10.2"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.3.2",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@astrojs/solid-js": "^0.4.1",
|
||||
"@astrojs/svelte": "^0.5.1",
|
||||
"@astrojs/vue": "^0.5.0",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"@astrojs/react": "^0.4.3",
|
||||
"@types/react": "^18.0.10",
|
||||
"@types/react-dom": "^18.0.5",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.1.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/solid-js": "^0.4.1",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"solid-js": "^1.4.3"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/svelte": "^0.5.1",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"svelte": "^3.48.0"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/vue": "^0.5.0",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.37"
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"astro": "^1.0.0-rc.7",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"sass": "^1.52.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/node": "^0.2.1",
|
||||
"@astrojs/svelte": "^0.5.1",
|
||||
"astro": "^1.0.0-rc.7",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"concurrently": "^7.2.1",
|
||||
"lightcookie": "^1.0.25",
|
||||
"unocss": "^0.15.6",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^0.4.3",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.1.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.14.1",
|
||||
"astro": "^1.0.0-rc.7",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"hast-util-select": "5.0.1",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-slug": "^5.0.1",
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.14.1",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/mdx": "^0.7.0",
|
||||
"@astrojs/mdx": "^0.8.0",
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"astro": "^1.0.0-rc.7",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"preact": "^10.6.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"astro": "^1.0.0-rc.7"
|
||||
"astro": "^1.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/tailwind": "^0.2.5",
|
||||
"astro": "^1.0.0-rc.7",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"canvas-confetti": "^1.5.1",
|
||||
"postcss": "^8.4.14",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.7",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"vite-plugin-pwa": "0.11.11",
|
||||
"workbox-window": "^6.5.3"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.7",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"vitest": "^0.20.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,19 @@
|
|||
# astro
|
||||
|
||||
## 1.0.0-rc.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4012](https://github.com/withastro/astro/pull/4012) [`f207c417e`](https://github.com/withastro/astro/commit/f207c417e08b2b5ad27cf185888b02392bb568e0) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Adds `Astro.generator` which can be used to add a [`<meta name="generator">`](https://html.spec.whatwg.org/multipage/semantics.html#meta-generator) tag.
|
||||
|
||||
* [#4201](https://github.com/withastro/astro/pull/4201) [`25d36d955`](https://github.com/withastro/astro/commit/25d36d955899f2fba7c5a2e4f04bbe7c95a2146b) Thanks [@matthewp](https://github.com/matthewp)! - Adds warning in dev when using client: directive on Astro component
|
||||
|
||||
- [#4203](https://github.com/withastro/astro/pull/4203) [`ec376369a`](https://github.com/withastro/astro/commit/ec376369a84d20bc3079800ae8e8296c96fcf627) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Ensure JSX does not reference server entrypoint
|
||||
|
||||
* [#4195](https://github.com/withastro/astro/pull/4195) [`28ab273a3`](https://github.com/withastro/astro/commit/28ab273a3d0a1ecea84bd83591d5b5f3b212de4f) Thanks [@bluwy](https://github.com/bluwy)! - Fix client build sourcemap generation
|
||||
|
||||
- [#4189](https://github.com/withastro/astro/pull/4189) [`5e71a8720`](https://github.com/withastro/astro/commit/5e71a8720e17b576ec12ac993f7e6b3d38fb9c8c) Thanks [@jablonski](https://github.com/jablonski)! - Fix custom 404 pages when using `astro preview` (#4113)
|
||||
|
||||
## 1.0.0-rc.7
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "1.0.0-rc.7",
|
||||
"version": "1.0.0-rc.8",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/cloudflare
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3806](https://github.com/withastro/astro/pull/3806) [`f4c571bdb`](https://github.com/withastro/astro/commit/f4c571bdb0bbcd0dfed68a484dfbfe274f8a5f45) Thanks [@nrgnrg](https://github.com/nrgnrg)! - add support for compiling functions to a functions directory rather than `_worker.js`
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -44,7 +50,7 @@
|
|||
The new `Astro.clientAddress` property allows you to get the IP address of the requested user.
|
||||
|
||||
```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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/cloudflare",
|
||||
"description": "Deploy your site to cloudflare pages functions",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# @astrojs/mdx
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#4204](https://github.com/withastro/astro/pull/4204) [`4c2ca5352`](https://github.com/withastro/astro/commit/4c2ca5352d0c4119ed2a9e5e0b78ce71eb1b414a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove `frontmatterOptions` from MDX config
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4205](https://github.com/withastro/astro/pull/4205) [`6c9736cbc`](https://github.com/withastro/astro/commit/6c9736cbc90162f1de3ebccd7cfe98332749b639) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add frontmatter injection instructions to README
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/mdx",
|
||||
"description": "Use MDX within Astro",
|
||||
"version": "0.7.0",
|
||||
"version": "0.8.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -61,14 +61,14 @@ importers:
|
|||
|
||||
examples/basics:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/blog:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.5.2
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
preact: 10.10.1
|
||||
|
@ -78,14 +78,14 @@ importers:
|
|||
|
||||
examples/component:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/component/demo:
|
||||
specifiers:
|
||||
'@example/my-component': workspace:*
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
devDependencies:
|
||||
'@example/my-component': link:../packages/my-component
|
||||
astro: link:../../../packages/astro
|
||||
|
@ -101,7 +101,7 @@ importers:
|
|||
'@docsearch/css': ^3.1.0
|
||||
'@docsearch/react': ^3.1.0
|
||||
'@types/react': ^17.0.45
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -120,7 +120,7 @@ importers:
|
|||
|
||||
examples/env-vars:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
|
@ -128,7 +128,7 @@ importers:
|
|||
specifiers:
|
||||
'@types/alpinejs': ^3.7.0
|
||||
alpinejs: ^3.10.2
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
dependencies:
|
||||
alpinejs: 3.10.3
|
||||
devDependencies:
|
||||
|
@ -139,7 +139,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/lit': ^0.3.2
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
lit: ^2.2.5
|
||||
dependencies:
|
||||
'@webcomponents/template-shadowroot': 0.1.0
|
||||
|
@ -155,7 +155,7 @@ importers:
|
|||
'@astrojs/solid-js': ^0.4.1
|
||||
'@astrojs/svelte': ^0.5.1
|
||||
'@astrojs/vue': ^0.5.0
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -180,7 +180,7 @@ importers:
|
|||
examples/framework-preact:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.5.2
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
preact: 10.10.1
|
||||
|
@ -193,7 +193,7 @@ importers:
|
|||
'@astrojs/react': ^0.4.3
|
||||
'@types/react': ^18.0.10
|
||||
'@types/react-dom': ^18.0.5
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
dependencies:
|
||||
|
@ -208,7 +208,7 @@ importers:
|
|||
examples/framework-solid:
|
||||
specifiers:
|
||||
'@astrojs/solid-js': ^0.4.1
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
solid-js: ^1.4.3
|
||||
dependencies:
|
||||
solid-js: 1.4.8
|
||||
|
@ -219,7 +219,7 @@ importers:
|
|||
examples/framework-svelte:
|
||||
specifiers:
|
||||
'@astrojs/svelte': ^0.5.1
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
svelte: ^3.48.0
|
||||
dependencies:
|
||||
svelte: 3.49.0
|
||||
|
@ -230,7 +230,7 @@ importers:
|
|||
examples/framework-vue:
|
||||
specifiers:
|
||||
'@astrojs/vue': ^0.5.0
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
vue: ^3.2.37
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
|
@ -240,20 +240,20 @@ importers:
|
|||
|
||||
examples/minimal:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/non-html-pages:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/portfolio:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.5.2
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
preact: ^10.7.3
|
||||
sass: ^1.52.2
|
||||
dependencies:
|
||||
|
@ -267,7 +267,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/node': ^0.2.1
|
||||
'@astrojs/svelte': ^0.5.1
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
concurrently: ^7.2.1
|
||||
lightcookie: ^1.0.25
|
||||
svelte: ^3.48.0
|
||||
|
@ -287,7 +287,7 @@ importers:
|
|||
examples/subpath:
|
||||
specifiers:
|
||||
'@astrojs/react': ^0.4.3
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
dependencies:
|
||||
|
@ -300,7 +300,7 @@ importers:
|
|||
examples/with-markdown-plugins:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.14.1
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
hast-util-select: 5.0.1
|
||||
rehype-autolink-headings: ^6.1.1
|
||||
rehype-slug: ^5.0.1
|
||||
|
@ -318,16 +318,16 @@ importers:
|
|||
examples/with-markdown-shiki:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.14.1
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
devDependencies:
|
||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/with-mdx:
|
||||
specifiers:
|
||||
'@astrojs/mdx': ^0.7.0
|
||||
'@astrojs/mdx': ^0.8.0
|
||||
'@astrojs/preact': ^0.5.2
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
preact: ^10.6.5
|
||||
devDependencies:
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
|
@ -339,7 +339,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/preact': ^0.5.2
|
||||
'@nanostores/preact': ^0.1.3
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
nanostores: ^0.5.12
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
|
@ -353,7 +353,7 @@ importers:
|
|||
examples/with-tailwindcss:
|
||||
specifiers:
|
||||
'@astrojs/tailwind': ^0.2.5
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
autoprefixer: ^10.4.7
|
||||
canvas-confetti: ^1.5.1
|
||||
postcss: ^8.4.14
|
||||
|
@ -368,7 +368,7 @@ importers:
|
|||
|
||||
examples/with-vite-plugin-pwa:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
vite-plugin-pwa: 0.11.11
|
||||
workbox-window: ^6.5.3
|
||||
devDependencies:
|
||||
|
@ -378,7 +378,7 @@ importers:
|
|||
|
||||
examples/with-vitest:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.7
|
||||
astro: ^1.0.0-rc.8
|
||||
vitest: ^0.20.3
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
@ -2216,7 +2216,7 @@ importers:
|
|||
unist-util-visit: ^4.1.0
|
||||
vfile: ^5.3.2
|
||||
dependencies:
|
||||
'@astrojs/prism': 0.7.0
|
||||
'@astrojs/prism': link:../../astro-prism
|
||||
'@mdx-js/mdx': 2.1.2
|
||||
'@mdx-js/rollup': 2.1.2
|
||||
acorn: 8.8.0
|
||||
|
@ -3083,13 +3083,6 @@ packages:
|
|||
vfile-message: 3.1.2
|
||||
dev: false
|
||||
|
||||
/@astrojs/prism/0.7.0:
|
||||
resolution: {integrity: sha512-5gh4BL9BlgCKBru0crQI3Y7GQCCC389wLBy+0yPnfss/pA0rVgCupRnGcs3oinsRopymOlNblEDfJXdTbCWEtg==}
|
||||
engines: {node: ^14.18.0 || >=16.12.0}
|
||||
dependencies:
|
||||
prismjs: 1.28.0
|
||||
dev: false
|
||||
|
||||
/@babel/code-frame/7.18.6:
|
||||
resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
|
Loading…
Reference in a new issue