[ci] release (#2219)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-12-23 11:49:30 -05:00 committed by GitHub
parent db79d2e9ec
commit b8e3efa7bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 164 additions and 90 deletions

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Pin vite to v2.6, since that is the version that we have vendored.

View file

@ -1,17 +0,0 @@
---
'astro': minor
'@astrojs/parser': minor
'@astrojs/prism': minor
'create-astro': minor
'@astrojs/renderer-preact': minor
'@astrojs/renderer-react': minor
'@astrojs/renderer-solid': minor
'@astrojs/renderer-svelte': minor
'@astrojs/renderer-vue': minor
'@astrojs/astro-test-builtins-dep': minor
'@astrojs/test-custom-element-renderer': minor
'@astrojs/markdown-remark': minor
'@astrojs/renderer-lit': minor
---
Officially drop support for Node v12. The minimum supported version is now Node v14.15+,

View file

@ -1,5 +0,0 @@
---
'astro': minor
---
Replace `fetch` detection via Vite plugin with a more resilient `globalThis` polyfill

View file

@ -16,7 +16,7 @@
"lint:linkcheck:remote": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'https://docs.astro.build/'" "lint:linkcheck:remote": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'https://docs.astro.build/'"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.12", "astro": "^0.22.0",
"broken-link-checker": "^0.7.8", "broken-link-checker": "^0.7.8",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.4.1", "prettier": "^2.4.1",

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.11" "astro": "^0.22.0"
} }
} }

View file

@ -12,6 +12,6 @@
"serve": "astro --project-root demo preview" "serve": "astro --project-root demo preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.11" "astro": "^0.22.0"
} }
} }

View file

@ -12,6 +12,6 @@
"@docsearch/react": "^1.0.0-alpha.28" "@docsearch/react": "^1.0.0-alpha.28"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.6", "astro": "^0.22.0",
"unocss": "^0.15.5", "unocss": "^0.15.5",
"vite-imagetools": "^4.0.1" "vite-imagetools": "^4.0.1"
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-lit": "^0.2.1", "@astrojs/renderer-lit": "^0.3.0",
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-solid": "^0.2.1", "@astrojs/renderer-solid": "^0.3.0",
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-solid": "^0.2.1", "@astrojs/renderer-solid": "^0.3.0",
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13", "astro": "^0.22.0",
"rehype-add-classes": "^1.0.0", "rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.0", "rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0", "rehype-slug": "^5.0.0",

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -16,7 +16,7 @@
"solid-nanostores": "0.0.6" "solid-nanostores": "0.0.6"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-solid": "^0.2.1", "@astrojs/renderer-solid": "^0.3.0",
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13", "astro": "^0.22.0",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5" "tailwindcss": "^3.0.5"
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13", "astro": "^0.22.0",
"vite-plugin-pwa": "0.11.5" "vite-plugin-pwa": "0.11.5"
} }
} }

View file

@ -1,5 +1,11 @@
# @astrojs/parser # @astrojs/parser
## 0.22.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
## 0.20.3 ## 0.20.3
## 0.20.2 ## 0.20.2

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/parser", "name": "@astrojs/parser",
"version": "0.20.3", "version": "0.22.0",
"type": "commonjs", "type": "commonjs",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/prism # @astrojs/prism
## 0.4.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
## 0.3.0 ## 0.3.0
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/prism", "name": "@astrojs/prism",
"version": "0.3.0", "version": "0.4.0",
"description": "Supports Prism highlighting in Astro projects", "description": "Supports Prism highlighting in Astro projects",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -1,5 +1,25 @@
# astro # astro
## 0.22.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
* [`c5a7305f`](https://github.com/withastro/astro/commit/c5a7305f04222743c99d70b3ea061a1d31a67efa) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Replace `fetch` detection via Vite plugin with a more resilient `globalThis` polyfill
### Patch Changes
- [#2240](https://github.com/withastro/astro/pull/2240) [`e07c1cbd`](https://github.com/withastro/astro/commit/e07c1cbd7ea46c57d637f981aaed43a733a846b1) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Pin vite to v2.6, since that is the version that we have vendored.
- Updated dependencies [[`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539)]:
- @astrojs/prism@0.4.0
- @astrojs/renderer-preact@0.4.0
- @astrojs/renderer-react@0.4.0
- @astrojs/renderer-svelte@0.3.0
- @astrojs/renderer-vue@0.3.0
- @astrojs/markdown-remark@0.6.0
## 0.21.13 ## 0.21.13
### Patch Changes ### Patch Changes
@ -1009,10 +1029,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js ```js
export default { export default {
markdownOptions: { markdownOptions: {
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
}, },
}; };
``` ```
@ -1032,10 +1052,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js ```js
export default { export default {
name: '@matthewp/my-renderer', name: '@matthewp/my-renderer',
server: './server.js', server: './server.js',
client: './client.js', client: './client.js',
hydrationPolyfills: ['./my-polyfill.js'], hydrationPolyfills: ['./my-polyfill.js'],
}; };
``` ```

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "0.21.13", "version": "0.22.0",
"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",
@ -58,12 +58,12 @@
"dependencies": { "dependencies": {
"@astrojs/compiler": "^0.6.0", "@astrojs/compiler": "^0.6.0",
"@astrojs/language-server": "^0.8.2", "@astrojs/language-server": "^0.8.2",
"@astrojs/markdown-remark": "^0.5.0", "@astrojs/markdown-remark": "^0.6.0",
"@astrojs/prism": "0.3.0", "@astrojs/prism": "0.4.0",
"@astrojs/renderer-preact": "^0.3.1", "@astrojs/renderer-preact": "^0.4.0",
"@astrojs/renderer-react": "0.3.1", "@astrojs/renderer-react": "0.4.0",
"@astrojs/renderer-svelte": "0.2.3", "@astrojs/renderer-svelte": "0.3.0",
"@astrojs/renderer-vue": "0.2.1", "@astrojs/renderer-vue": "0.3.0",
"@astropub/webapi": "^0.7.1", "@astropub/webapi": "^0.7.1",
"@babel/core": "^7.15.8", "@babel/core": "^7.15.8",
"@babel/traverse": "^7.15.4", "@babel/traverse": "^7.15.4",
@ -112,7 +112,7 @@
"zod": "^3.8.1" "zod": "^3.8.1"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/parser": "^0.20.3", "@astrojs/parser": "^0.22.0",
"@babel/types": "^7.15.6", "@babel/types": "^7.15.6",
"@types/chai": "^4.2.22", "@types/chai": "^4.2.22",
"@types/connect": "^3.4.35", "@types/connect": "^3.4.35",

View file

@ -0,0 +1,8 @@
# @astrojs/astro-test-builtins-dep
## 0.1.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/astro-test-builtins-dep", "name": "@astrojs/astro-test-builtins-dep",
"version": "0.0.1", "version": "0.1.0",
"private": true, "private": true,
"module": "main.js", "module": "main.js",
"main": "main.js" "main": "main.js"

View file

@ -0,0 +1,8 @@
# @astrojs/test-custom-element-renderer
## 0.1.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/test-custom-element-renderer", "name": "@astrojs/test-custom-element-renderer",
"version": "0.0.1", "version": "0.1.0",
"private": true, "private": true,
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",

View file

@ -1,5 +1,11 @@
# create-astro # create-astro
## 0.7.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
## 0.6.10 ## 0.6.10
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "create-astro", "name": "create-astro",
"version": "0.6.10", "version": "0.7.0",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -1,5 +1,16 @@
# @astrojs/markdown-remark # @astrojs/markdown-remark
## 0.6.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
### Patch Changes
- Updated dependencies [[`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539)]:
- @astrojs/prism@0.4.0
## 0.5.0 ## 0.5.0
### Minor Changes ### Minor Changes
@ -94,10 +105,10 @@
```js ```js
export default { export default {
markdownOptions: { markdownOptions: {
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
}, },
}; };
``` ```

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/markdown-remark", "name": "@astrojs/markdown-remark",
"version": "0.5.0", "version": "0.6.0",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",
@ -22,7 +22,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\"" "dev": "astro-scripts dev \"src/**/*.ts\""
}, },
"dependencies": { "dependencies": {
"@astrojs/prism": "^0.3.0", "@astrojs/prism": "^0.4.0",
"assert": "^2.0.0", "assert": "^2.0.0",
"github-slugger": "^1.4.0", "github-slugger": "^1.4.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-lit # @astrojs/renderer-lit
## 0.3.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/renderer-lit", "name": "@astrojs/renderer-lit",
"version": "0.2.1", "version": "0.3.0",
"description": "Use Lit components within Astro", "description": "Use Lit components within Astro",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-preact # @astrojs/renderer-preact
## 0.4.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
## 0.3.2 ## 0.3.2
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/renderer-preact", "name": "@astrojs/renderer-preact",
"description": "Use Preact components within Astro", "description": "Use Preact components within Astro",
"version": "0.3.2", "version": "0.4.0",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-react # @astrojs/renderer-react
## 0.4.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
## 0.3.1 ## 0.3.1
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/renderer-react", "name": "@astrojs/renderer-react",
"description": "Use React components within Astro", "description": "Use React components within Astro",
"version": "0.3.1", "version": "0.4.0",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-solid # @astrojs/renderer-solid
## 0.3.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/renderer-solid", "name": "@astrojs/renderer-solid",
"version": "0.2.1", "version": "0.3.0",
"description": "Use Solid components within Astro", "description": "Use Solid components within Astro",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-svelte # @astrojs/renderer-svelte
## 0.3.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
## 0.2.3 ## 0.2.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/renderer-svelte", "name": "@astrojs/renderer-svelte",
"version": "0.2.3", "version": "0.3.0",
"description": "Use Svelte components within Astro", "description": "Use Svelte components within Astro",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-vue # @astrojs/renderer-vue
## 0.3.0
### Minor Changes
- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/renderer-vue", "name": "@astrojs/renderer-vue",
"version": "0.2.1", "version": "0.3.0",
"description": "Use Vue components within Astro", "description": "Use Vue components within Astro",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.13" "astro": "^0.22.0"
} }
} }