[ci] release (#5199)
* [ci] release * Update packages/integrations/cloudflare/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
This commit is contained in:
parent
b9364ff8d9
commit
50841bb7fd
43 changed files with 136 additions and 128 deletions
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
'astro': minor
|
||||
---
|
||||
|
||||
Add `astro/types` entrypoint. These utilities can be used for common prop type patterns.
|
||||
|
||||
## `HTMLAttributes`
|
||||
|
||||
If you would like to extend valid HTML attributes for a given HTML element, you may use the provided `HTMLAttributes` type—it accepts an element name and returns the valid HTML attributes for that element name.
|
||||
|
||||
```ts
|
||||
import { HTMLAttributes } from 'astro/types';
|
||||
interface Props extends HTMLAttributes<'a'> {
|
||||
myProp?: string;
|
||||
};
|
||||
```
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
'astro': minor
|
||||
'@astrojs/rss': patch
|
||||
---
|
||||
|
||||
Add support for markdown files with the following extensions:
|
||||
- `.markdown`
|
||||
- `.mdown`
|
||||
- `.mkdn`
|
||||
- `.mkd`
|
||||
- `.mdwn`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/node': patch
|
||||
---
|
||||
|
||||
fix static server path for windows system
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@astrojs/cloudflare': patch
|
||||
---
|
||||
|
||||
enable access to cloudflare runtime [KV, R2, Durable Objects]
|
||||
- access native cloudflare runtime through `import { getRuntime } from "@astrojs/cloudflare/runtime"` now you can call `getRuntime(Astro.request)` and get access to the runtime environment
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
'create-astro': minor
|
||||
---
|
||||
|
||||
Introducing your new automated assistant: Houston! 🎉
|
||||
|
||||
```
|
||||
╭─────╮ Houston:
|
||||
│ ◠ ◡ ◠ Initiating launch sequence... right... now!
|
||||
╰─────╯
|
||||
```
|
||||
|
||||
Updates template and TypeScript prompts for clarity and friendliness.
|
||||
|
||||
Migrates template copying from [`degit`](https://github.com/Rich-Harris/degit) (unmaintained) to [`giget`](https://github.com/unjs/giget) for stability.
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'astro': minor
|
||||
---
|
||||
|
||||
Add support for `--base` CLI argument, which will override the [`base`](https://docs.astro.build/en/reference/configuration-reference/#base) set in your `astro.config.mjs` file.
|
||||
|
||||
```
|
||||
astro --site https://astro.build --base /docs
|
||||
```
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Improve Astro libraries config handling
|
|
@ -11,6 +11,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"@astrojs/mdx": "^0.11.5",
|
||||
"@astrojs/rss": "^1.0.2",
|
||||
"@astrojs/rss": "^1.0.3",
|
||||
"@astrojs/sitemap": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
],
|
||||
"scripts": {},
|
||||
"devDependencies": {
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/deno": "^1.2.0"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"preact": "^10.7.3",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"alpinejs": "^3.10.2",
|
||||
"@astrojs/alpinejs": "^0.1.2",
|
||||
"@types/alpinejs": "^3.7.0"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"lit": "^2.2.5",
|
||||
"@astrojs/lit": "^1.0.0",
|
||||
"@webcomponents/template-shadowroot": "^0.1.0"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"preact": "^10.7.3",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"preact": "^10.7.3",
|
||||
"@astrojs/preact": "^1.2.0",
|
||||
"@preact/signals": "^1.1.0"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
"@astrojs/react": "^1.2.1",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"solid-js": "^1.4.3",
|
||||
"@astrojs/solid-js": "^1.2.1"
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"dependencies": {
|
||||
"svelte": "^3.48.0",
|
||||
"@astrojs/svelte": "^1.0.2",
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"vue": "^3.2.37",
|
||||
"@astrojs/vue": "^1.2.1"
|
||||
}
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
],
|
||||
"scripts": {},
|
||||
"devDependencies": {
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
"server": "node dist/server/entry.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"svelte": "^3.48.0",
|
||||
"@astrojs/svelte": "^1.0.2",
|
||||
"@astrojs/node": "^2.0.1",
|
||||
"@astrojs/node": "^2.0.2",
|
||||
"concurrently": "^7.2.1",
|
||||
"unocss": "^0.15.6",
|
||||
"vite-imagetools": "^4.0.4"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"@astrojs/markdown-remark": "^1.1.3",
|
||||
"hast-util-select": "5.0.1",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3"
|
||||
"astro": "^1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"preact": "^10.6.5",
|
||||
"@astrojs/preact": "^1.2.0",
|
||||
"@astrojs/mdx": "^0.11.5"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"preact": "^10.7.3",
|
||||
"@astrojs/preact": "^1.2.0",
|
||||
"nanostores": "^0.5.12",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"@astrojs/mdx": "^0.11.5",
|
||||
"@astrojs/tailwind": "^2.1.1",
|
||||
"@types/canvas-confetti": "^1.4.3",
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"canvas-confetti": "^1.5.1",
|
||||
"postcss": "^8.4.14",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"vite-plugin-pwa": "0.11.11",
|
||||
"workbox-window": "^6.5.3"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^1.5.3",
|
||||
"astro": "^1.6.0",
|
||||
"vitest": "^0.20.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# @astrojs/rss
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5164](https://github.com/withastro/astro/pull/5164) [`4a8a346ca`](https://github.com/withastro/astro/commit/4a8a346ca9a6d6ed8def2fa32329c1db922893d2) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Add support for markdown files with the following extensions:
|
||||
- `.markdown`
|
||||
- `.mdown`
|
||||
- `.mkdn`
|
||||
- `.mkd`
|
||||
- `.mdwn`
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/rss",
|
||||
"description": "Add RSS feeds to your Astro projects",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,40 @@
|
|||
# astro
|
||||
|
||||
## 1.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#5147](https://github.com/withastro/astro/pull/5147) [`0bf0758fb`](https://github.com/withastro/astro/commit/0bf0758fb831a91f6628e10a5baabf02f30f1f41) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Add `astro/types` entrypoint. These utilities can be used for common prop type patterns.
|
||||
|
||||
## `HTMLAttributes`
|
||||
|
||||
If you would like to extend valid HTML attributes for a given HTML element, you may use the provided `HTMLAttributes` type—it accepts an element name and returns the valid HTML attributes for that element name.
|
||||
|
||||
```ts
|
||||
import { HTMLAttributes } from 'astro/types';
|
||||
interface Props extends HTMLAttributes<'a'> {
|
||||
myProp?: string;
|
||||
}
|
||||
```
|
||||
|
||||
- [#5164](https://github.com/withastro/astro/pull/5164) [`4a8a346ca`](https://github.com/withastro/astro/commit/4a8a346ca9a6d6ed8def2fa32329c1db922893d2) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Add support for markdown files with the following extensions:
|
||||
|
||||
- `.markdown`
|
||||
- `.mdown`
|
||||
- `.mkdn`
|
||||
- `.mkd`
|
||||
- `.mdwn`
|
||||
|
||||
- [#4917](https://github.com/withastro/astro/pull/4917) [`ddf2f8390`](https://github.com/withastro/astro/commit/ddf2f8390e8dcc64b44636524bdcddae977779f4) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Add support for `--base` CLI argument, which will override the [`base`](https://docs.astro.build/en/reference/configuration-reference/#base) set in your `astro.config.mjs` file.
|
||||
|
||||
```
|
||||
astro --site https://astro.build --base /docs
|
||||
```
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5203](https://github.com/withastro/astro/pull/5203) [`3d99fdd1e`](https://github.com/withastro/astro/commit/3d99fdd1e7ea563775d86d1b00196c4c0c024500) Thanks [@bluwy](https://github.com/bluwy)! - Improve Astro libraries config handling
|
||||
|
||||
## 1.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "1.5.3",
|
||||
"version": "1.6.0",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,21 @@
|
|||
# create-astro
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#5088](https://github.com/withastro/astro/pull/5088) [`040837628`](https://github.com/withastro/astro/commit/04083762810a1a9e078a7e68edab945c8063b1ab) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Introducing your new automated assistant: Houston! 🎉
|
||||
|
||||
```
|
||||
╭─────╮ Houston:
|
||||
│ ◠ ◡ ◠ Initiating launch sequence... right... now!
|
||||
╰─────╯
|
||||
```
|
||||
|
||||
Updates template and TypeScript prompts for clarity and friendliness.
|
||||
|
||||
Migrates template copying from [`degit`](https://github.com/Rich-Harris/degit) (unmaintained) to [`giget`](https://github.com/unjs/giget) for stability.
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-astro",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# @astrojs/cloudflare
|
||||
|
||||
## 3.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5103](https://github.com/withastro/astro/pull/5103) [`d151d9f3f`](https://github.com/withastro/astro/commit/d151d9f3f29c0a57c59b8029a18717808ccc7f8f) Thanks [@AirBorne04](https://github.com/AirBorne04)! - enable access to Cloudflare runtime [KV, R2, Durable Objects]
|
||||
- access native Cloudflare runtime through `import { getRuntime } from "@astrojs/cloudflare/runtime"`; now you can call `getRuntime(Astro.request)` and get access to the runtime environment.
|
||||
|
||||
## 3.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/cloudflare",
|
||||
"description": "Deploy your site to cloudflare workers or cloudflare pages",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/node
|
||||
|
||||
## 2.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5207](https://github.com/withastro/astro/pull/5207) [`c203a5cc2`](https://github.com/withastro/astro/commit/c203a5cc2f12d8c1c3e96d4f08bdd2bb2823e997) Thanks [@BeanWei](https://github.com/BeanWei)! - fix static server path for windows system
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/node",
|
||||
"description": "Deploy your site to a Node.js server",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -61,16 +61,16 @@ importers:
|
|||
|
||||
examples/basics:
|
||||
specifiers:
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/blog:
|
||||
specifiers:
|
||||
'@astrojs/mdx': ^0.11.5
|
||||
'@astrojs/rss': ^1.0.2
|
||||
'@astrojs/rss': ^1.0.3
|
||||
'@astrojs/sitemap': ^1.0.0
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
dependencies:
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
'@astrojs/rss': link:../../packages/astro-rss
|
||||
|
@ -79,14 +79,14 @@ importers:
|
|||
|
||||
examples/component:
|
||||
specifiers:
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/deno:
|
||||
specifiers:
|
||||
'@astrojs/deno': ^1.2.0
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
devDependencies:
|
||||
|
@ -102,7 +102,7 @@ importers:
|
|||
'@types/node': ^18.0.0
|
||||
'@types/react': ^17.0.45
|
||||
'@types/react-dom': ^18.0.0
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -125,7 +125,7 @@ importers:
|
|||
'@astrojs/alpinejs': ^0.1.2
|
||||
'@types/alpinejs': ^3.7.0
|
||||
alpinejs: ^3.10.2
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
dependencies:
|
||||
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
|
||||
'@types/alpinejs': 3.7.0
|
||||
|
@ -136,7 +136,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/lit': ^1.0.0
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
lit: ^2.2.5
|
||||
dependencies:
|
||||
'@astrojs/lit': link:../../packages/integrations/lit
|
||||
|
@ -151,7 +151,7 @@ importers:
|
|||
'@astrojs/solid-js': ^1.2.1
|
||||
'@astrojs/svelte': ^1.0.2
|
||||
'@astrojs/vue': ^1.2.1
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -176,7 +176,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/preact': ^1.2.0
|
||||
'@preact/signals': ^1.1.0
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
'@astrojs/preact': link:../../packages/integrations/preact
|
||||
|
@ -189,7 +189,7 @@ importers:
|
|||
'@astrojs/react': ^1.2.1
|
||||
'@types/react': ^18.0.10
|
||||
'@types/react-dom': ^18.0.5
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
dependencies:
|
||||
|
@ -203,7 +203,7 @@ importers:
|
|||
examples/framework-solid:
|
||||
specifiers:
|
||||
'@astrojs/solid-js': ^1.2.1
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
solid-js: ^1.4.3
|
||||
dependencies:
|
||||
'@astrojs/solid-js': link:../../packages/integrations/solid
|
||||
|
@ -213,7 +213,7 @@ importers:
|
|||
examples/framework-svelte:
|
||||
specifiers:
|
||||
'@astrojs/svelte': ^1.0.2
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
svelte: ^3.48.0
|
||||
dependencies:
|
||||
'@astrojs/svelte': link:../../packages/integrations/svelte
|
||||
|
@ -223,7 +223,7 @@ importers:
|
|||
examples/framework-vue:
|
||||
specifiers:
|
||||
'@astrojs/vue': ^1.2.1
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
vue: ^3.2.37
|
||||
dependencies:
|
||||
'@astrojs/vue': link:../../packages/integrations/vue
|
||||
|
@ -232,33 +232,33 @@ importers:
|
|||
|
||||
examples/integration:
|
||||
specifiers:
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/minimal:
|
||||
specifiers:
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/non-html-pages:
|
||||
specifiers:
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/portfolio:
|
||||
specifiers:
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/ssr:
|
||||
specifiers:
|
||||
'@astrojs/node': ^2.0.1
|
||||
'@astrojs/node': ^2.0.2
|
||||
'@astrojs/svelte': ^1.0.2
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
concurrently: ^7.2.1
|
||||
svelte: ^3.48.0
|
||||
unocss: ^0.15.6
|
||||
|
@ -275,7 +275,7 @@ importers:
|
|||
examples/with-markdown-plugins:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^1.1.3
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
hast-util-select: 5.0.1
|
||||
rehype-autolink-headings: ^6.1.1
|
||||
rehype-slug: ^5.0.1
|
||||
|
@ -292,7 +292,7 @@ importers:
|
|||
|
||||
examples/with-markdown-shiki:
|
||||
specifiers:
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
|
@ -300,7 +300,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/mdx': ^0.11.5
|
||||
'@astrojs/preact': ^1.2.0
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
preact: ^10.6.5
|
||||
dependencies:
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
|
@ -312,7 +312,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/preact': ^1.2.0
|
||||
'@nanostores/preact': ^0.1.3
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
nanostores: ^0.5.12
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
|
@ -327,7 +327,7 @@ importers:
|
|||
'@astrojs/mdx': ^0.11.5
|
||||
'@astrojs/tailwind': ^2.1.1
|
||||
'@types/canvas-confetti': ^1.4.3
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
autoprefixer: ^10.4.7
|
||||
canvas-confetti: ^1.5.1
|
||||
postcss: ^8.4.14
|
||||
|
@ -344,7 +344,7 @@ importers:
|
|||
|
||||
examples/with-vite-plugin-pwa:
|
||||
specifiers:
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
vite-plugin-pwa: 0.11.11
|
||||
workbox-window: ^6.5.3
|
||||
dependencies:
|
||||
|
@ -354,7 +354,7 @@ importers:
|
|||
|
||||
examples/with-vitest:
|
||||
specifiers:
|
||||
astro: ^1.5.3
|
||||
astro: ^1.6.0
|
||||
vitest: ^0.20.3
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
|
Loading…
Reference in a new issue