[ci] release (#6414)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
1aea58f14a
commit
19fe4cb629
48 changed files with 108 additions and 90 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/webapi': patch
|
||||
---
|
||||
|
||||
Use undici's FormData instead of a polyfill
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Remove redundant comments when `astro add` update `astro.config.mjs`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Prevent `?inline` and `?raw` css query suffixes from injecting style tags in development
|
|
@ -11,6 +11,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17"
|
||||
"astro": "^2.0.18"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"@astrojs/mdx": "^0.17.2",
|
||||
"@astrojs/rss": "^2.1.1",
|
||||
"@astrojs/sitemap": "^1.1.0"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
],
|
||||
"scripts": {},
|
||||
"devDependencies": {
|
||||
"astro": "^2.0.17"
|
||||
"astro": "^2.0.18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^2.0.0-beta.0"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17"
|
||||
"astro": "^2.0.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/deno": "^4.0.2"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"preact": "^10.7.3",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"alpinejs": "^3.10.2",
|
||||
"@astrojs/alpinejs": "^0.1.3",
|
||||
"@types/alpinejs": "^3.7.0"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"lit": "^2.2.5",
|
||||
"@astrojs/lit": "^1.2.1",
|
||||
"@webcomponents/template-shadowroot": "^0.1.0"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"preact": "^10.7.3",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"preact": "^10.7.3",
|
||||
"@astrojs/preact": "^2.0.3",
|
||||
"@preact/signals": "^1.1.0"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
"@astrojs/react": "^2.0.2",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"solid-js": "^1.4.3",
|
||||
"@astrojs/solid-js": "^2.0.2"
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"dependencies": {
|
||||
"svelte": "^3.48.0",
|
||||
"@astrojs/svelte": "^2.0.2",
|
||||
"astro": "^2.0.17"
|
||||
"astro": "^2.0.18"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"vue": "^3.2.37",
|
||||
"@astrojs/vue": "^2.0.1"
|
||||
}
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^5.0.4",
|
||||
"astro": "^2.0.17"
|
||||
"astro": "^2.0.18"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
],
|
||||
"scripts": {},
|
||||
"devDependencies": {
|
||||
"astro": "^2.0.17"
|
||||
"astro": "^2.0.18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^2.0.0-beta.0"
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17"
|
||||
"astro": "^2.0.18"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17"
|
||||
"astro": "^2.0.18"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17"
|
||||
"astro": "^2.0.18"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"server": "node dist/server/entry.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"svelte": "^3.48.0",
|
||||
"@astrojs/svelte": "^2.0.2",
|
||||
"@astrojs/node": "^5.0.4",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"@astrojs/markdown-remark": "^2.0.1",
|
||||
"hast-util-select": "5.0.1",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17"
|
||||
"astro": "^2.0.18"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"preact": "^10.6.5",
|
||||
"@astrojs/preact": "^2.0.3",
|
||||
"@astrojs/mdx": "^0.17.2"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"preact": "^10.7.3",
|
||||
"@astrojs/preact": "^2.0.3",
|
||||
"nanostores": "^0.5.12",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"@astrojs/mdx": "^0.17.2",
|
||||
"@astrojs/tailwind": "^3.0.1",
|
||||
"@types/canvas-confetti": "^1.4.3",
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"canvas-confetti": "^1.5.1",
|
||||
"postcss": "^8.4.14",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"vite-plugin-pwa": "0.11.11",
|
||||
"workbox-window": "^6.5.3"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.0.17",
|
||||
"astro": "^2.0.18",
|
||||
"vitest": "^0.20.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# astro
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6412](https://github.com/withastro/astro/pull/6412) [`cd8469947`](https://github.com/withastro/astro/commit/cd8469947bb63b4233f3459614c5210feac1da96) Thanks [@liruifengv](https://github.com/liruifengv)! - Remove redundant comments when `astro add` update `astro.config.mjs`
|
||||
|
||||
- [#6426](https://github.com/withastro/astro/pull/6426) [`e0844852d`](https://github.com/withastro/astro/commit/e0844852d31d0f5680f2710aaa84e3e808aeb88d) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Prevent `?inline` and `?raw` css query suffixes from injecting style tags in development
|
||||
|
||||
- Updated dependencies [[`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629)]:
|
||||
- @astrojs/webapi@2.0.3
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.18",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"@astrojs/language-server": "^0.28.3",
|
||||
"@astrojs/markdown-remark": "^2.0.1",
|
||||
"@astrojs/telemetry": "^2.0.1",
|
||||
"@astrojs/webapi": "^2.0.2",
|
||||
"@astrojs/webapi": "^2.0.3",
|
||||
"@babel/core": "^7.18.2",
|
||||
"@babel/generator": "^7.18.2",
|
||||
"@babel/parser": "^7.18.4",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"tiny-glob": "^0.2.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.17"
|
||||
"astro": "workspace:^2.0.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"esbuild": "^0.15.18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.17"
|
||||
"astro": "workspace:^2.0.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"vite": "^4.1.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.17",
|
||||
"astro": "workspace:^2.0.18",
|
||||
"sharp": ">=0.31.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
"test": "npm run test-fn"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/webapi": "^2.0.2",
|
||||
"@astrojs/webapi": "^2.0.3",
|
||||
"@netlify/functions": "^1.0.0",
|
||||
"esbuild": "^0.15.18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.17"
|
||||
"astro": "workspace:^2.0.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@netlify/edge-handler-types": "^0.34.1",
|
||||
|
|
|
@ -30,12 +30,12 @@
|
|||
"test": "mocha --exit --timeout 20000 test/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/webapi": "^2.0.2",
|
||||
"@astrojs/webapi": "^2.0.3",
|
||||
"send": "^0.18.0",
|
||||
"server-destroy": "^1.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.17"
|
||||
"astro": "workspace:^2.0.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/send": "^0.17.1",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"vite": "^4.1.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.17",
|
||||
"astro": "workspace:^2.0.18",
|
||||
"svelte": "^3.54.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"vite": "^4.1.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.17",
|
||||
"astro": "workspace:^2.0.18",
|
||||
"tailwindcss": "^3.0.24"
|
||||
},
|
||||
"pnpm": {
|
||||
|
|
9
packages/integrations/timer/CHANGELOG.md
Normal file
9
packages/integrations/timer/CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# @astrojs/timer
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629), [`cd8469947`](https://github.com/withastro/astro/commit/cd8469947bb63b4233f3459614c5210feac1da96), [`e0844852d`](https://github.com/withastro/astro/commit/e0844852d31d0f5680f2710aaa84e3e808aeb88d)]:
|
||||
- @astrojs/webapi@2.0.3
|
||||
- astro@2.0.18
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@astrojs/timer",
|
||||
"description": "Preview server for benchmark",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"server-destroy": "^1.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.17"
|
||||
"astro": "workspace:^2.0.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/server-destroy": "^1.0.1",
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"test": "mocha --exit --timeout 20000 test/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/webapi": "^2.0.2",
|
||||
"@astrojs/webapi": "^2.0.3",
|
||||
"@vercel/analytics": "^0.1.8",
|
||||
"@vercel/nft": "^0.22.1",
|
||||
"fast-glob": "^3.2.11",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"web-vitals": "^3.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.17"
|
||||
"astro": "workspace:^2.0.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/set-cookie-parser": "^2.4.2",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"vue": "^3.2.37"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.17",
|
||||
"astro": "workspace:^2.0.18",
|
||||
"vue": "^3.2.30"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"test": "mocha --exit --timeout 20000"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.16"
|
||||
"astro": "workspace:^2.0.18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/prism": "^2.0.0",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/webapi
|
||||
|
||||
## 2.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6413](https://github.com/withastro/astro/pull/6413) [`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Use undici's FormData instead of a polyfill
|
||||
|
||||
## 2.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/webapi",
|
||||
"description": "Use Web APIs in Node",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
|
|
|
@ -89,7 +89,7 @@ importers:
|
|||
|
||||
examples/basics:
|
||||
specifiers:
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
|
@ -98,7 +98,7 @@ importers:
|
|||
'@astrojs/mdx': ^0.17.2
|
||||
'@astrojs/rss': ^2.1.1
|
||||
'@astrojs/sitemap': ^1.1.0
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
dependencies:
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
'@astrojs/rss': link:../../packages/astro-rss
|
||||
|
@ -107,14 +107,14 @@ importers:
|
|||
|
||||
examples/component:
|
||||
specifiers:
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/deno:
|
||||
specifiers:
|
||||
'@astrojs/deno': ^4.0.2
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
devDependencies:
|
||||
|
@ -130,7 +130,7 @@ importers:
|
|||
'@types/node': ^18.0.0
|
||||
'@types/react': ^17.0.45
|
||||
'@types/react-dom': ^18.0.0
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
html-escaper: ^3.0.3
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
|
@ -156,7 +156,7 @@ importers:
|
|||
'@astrojs/alpinejs': ^0.1.3
|
||||
'@types/alpinejs': ^3.7.0
|
||||
alpinejs: ^3.10.2
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
dependencies:
|
||||
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
|
||||
'@types/alpinejs': 3.7.1
|
||||
|
@ -167,7 +167,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/lit': ^1.2.1
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
lit: ^2.2.5
|
||||
dependencies:
|
||||
'@astrojs/lit': link:../../packages/integrations/lit
|
||||
|
@ -182,7 +182,7 @@ importers:
|
|||
'@astrojs/solid-js': ^2.0.2
|
||||
'@astrojs/svelte': ^2.0.2
|
||||
'@astrojs/vue': ^2.0.1
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -207,7 +207,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/preact': ^2.0.3
|
||||
'@preact/signals': ^1.1.0
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
'@astrojs/preact': link:../../packages/integrations/preact
|
||||
|
@ -220,7 +220,7 @@ importers:
|
|||
'@astrojs/react': ^2.0.2
|
||||
'@types/react': ^18.0.10
|
||||
'@types/react-dom': ^18.0.5
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
dependencies:
|
||||
|
@ -234,7 +234,7 @@ importers:
|
|||
examples/framework-solid:
|
||||
specifiers:
|
||||
'@astrojs/solid-js': ^2.0.2
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
solid-js: ^1.4.3
|
||||
dependencies:
|
||||
'@astrojs/solid-js': link:../../packages/integrations/solid
|
||||
|
@ -244,7 +244,7 @@ importers:
|
|||
examples/framework-svelte:
|
||||
specifiers:
|
||||
'@astrojs/svelte': ^2.0.2
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
svelte: ^3.48.0
|
||||
dependencies:
|
||||
'@astrojs/svelte': link:../../packages/integrations/svelte
|
||||
|
@ -254,7 +254,7 @@ importers:
|
|||
examples/framework-vue:
|
||||
specifiers:
|
||||
'@astrojs/vue': ^2.0.1
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
vue: ^3.2.37
|
||||
dependencies:
|
||||
'@astrojs/vue': link:../../packages/integrations/vue
|
||||
|
@ -264,32 +264,32 @@ importers:
|
|||
examples/hackernews:
|
||||
specifiers:
|
||||
'@astrojs/node': ^5.0.4
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
dependencies:
|
||||
'@astrojs/node': link:../../packages/integrations/node
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/integration:
|
||||
specifiers:
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/minimal:
|
||||
specifiers:
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/non-html-pages:
|
||||
specifiers:
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/portfolio:
|
||||
specifiers:
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
|
@ -297,7 +297,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/node': ^5.0.4
|
||||
'@astrojs/svelte': ^2.0.2
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
concurrently: ^7.2.1
|
||||
svelte: ^3.48.0
|
||||
unocss: ^0.15.6
|
||||
|
@ -314,7 +314,7 @@ importers:
|
|||
examples/with-markdown-plugins:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^2.0.1
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
hast-util-select: 5.0.1
|
||||
rehype-autolink-headings: ^6.1.1
|
||||
rehype-slug: ^5.0.1
|
||||
|
@ -331,7 +331,7 @@ importers:
|
|||
|
||||
examples/with-markdown-shiki:
|
||||
specifiers:
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
|
@ -339,7 +339,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/mdx': ^0.17.2
|
||||
'@astrojs/preact': ^2.0.3
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
preact: ^10.6.5
|
||||
dependencies:
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
|
@ -351,7 +351,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/preact': ^2.0.3
|
||||
'@nanostores/preact': ^0.1.3
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
nanostores: ^0.5.12
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
|
@ -366,7 +366,7 @@ importers:
|
|||
'@astrojs/mdx': ^0.17.2
|
||||
'@astrojs/tailwind': ^3.0.1
|
||||
'@types/canvas-confetti': ^1.4.3
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
autoprefixer: ^10.4.7
|
||||
canvas-confetti: ^1.5.1
|
||||
postcss: ^8.4.14
|
||||
|
@ -383,7 +383,7 @@ importers:
|
|||
|
||||
examples/with-vite-plugin-pwa:
|
||||
specifiers:
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
vite-plugin-pwa: 0.11.11
|
||||
workbox-window: ^6.5.3
|
||||
dependencies:
|
||||
|
@ -393,7 +393,7 @@ importers:
|
|||
|
||||
examples/with-vitest:
|
||||
specifiers:
|
||||
astro: ^2.0.17
|
||||
astro: ^2.0.18
|
||||
vitest: ^0.20.3
|
||||
dependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
@ -405,7 +405,7 @@ importers:
|
|||
'@astrojs/language-server': ^0.28.3
|
||||
'@astrojs/markdown-remark': ^2.0.1
|
||||
'@astrojs/telemetry': ^2.0.1
|
||||
'@astrojs/webapi': ^2.0.2
|
||||
'@astrojs/webapi': ^2.0.3
|
||||
'@babel/core': ^7.18.2
|
||||
'@babel/generator': ^7.18.2
|
||||
'@babel/parser': ^7.18.4
|
||||
|
@ -3067,7 +3067,7 @@ importers:
|
|||
|
||||
packages/integrations/netlify:
|
||||
specifiers:
|
||||
'@astrojs/webapi': ^2.0.2
|
||||
'@astrojs/webapi': ^2.0.3
|
||||
'@netlify/edge-handler-types': ^0.34.1
|
||||
'@netlify/functions': ^1.0.0
|
||||
'@types/node': ^14.18.20
|
||||
|
@ -3132,7 +3132,7 @@ importers:
|
|||
|
||||
packages/integrations/node:
|
||||
specifiers:
|
||||
'@astrojs/webapi': ^2.0.2
|
||||
'@astrojs/webapi': ^2.0.3
|
||||
'@types/send': ^0.17.1
|
||||
'@types/server-destroy': ^1.0.1
|
||||
astro: workspace:*
|
||||
|
@ -3407,7 +3407,7 @@ importers:
|
|||
|
||||
packages/integrations/vercel:
|
||||
specifiers:
|
||||
'@astrojs/webapi': ^2.0.2
|
||||
'@astrojs/webapi': ^2.0.3
|
||||
'@types/set-cookie-parser': ^2.4.2
|
||||
'@vercel/analytics': ^0.1.8
|
||||
'@vercel/nft': ^0.22.1
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# astro-scripts
|
||||
|
||||
## 0.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629)]:
|
||||
- @astrojs/webapi@2.0.3
|
||||
|
||||
## 0.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro-scripts",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./index.js",
|
||||
|
|
Loading…
Reference in a new issue