[ci] release (#3485)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9a31e6f1d5
commit
b2f955ec1b
54 changed files with 198 additions and 175 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/deno': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Deno integration now loads environment variables in server runtime
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Forces the correct mime type for CSS in HMR
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/lit': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Wait for DOMCOntentLoaded to polyfill in Lit
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
'@astrojs/markdown-remark': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix components in markdown regressions
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Remove the rss() helper from getStaticPaths. Using rss() now prints an error pointing to the new @astrojs/rss documentation.
|
|
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/preact': patch
|
|
||||||
'@astrojs/react': patch
|
|
||||||
'@astrojs/solid-js': patch
|
|
||||||
'@astrojs/svelte': patch
|
|
||||||
'@astrojs/vue': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Implements improved hydration event system, meaning hydration for client:only and nested frameworks should be see significant stability improvements
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.2",
|
"@astrojs/preact": "^0.1.3",
|
||||||
"astro": "^1.0.0-beta.37",
|
"astro": "^1.0.0-beta.38",
|
||||||
"sass": "^1.52.1"
|
"sass": "^1.52.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.2",
|
"@astrojs/preact": "^0.1.3",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.2"
|
"preact": "^10.7.2"
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@example/my-component": "workspace:*",
|
"@example/my-component": "workspace:*",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
"serve": "astro --root demo preview"
|
"serve": "astro --root demo preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
"react-dom": "^17.0.2"
|
"react-dom": "^17.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.2",
|
"@astrojs/preact": "^0.1.3",
|
||||||
"@astrojs/react": "^0.1.2",
|
"@astrojs/react": "^0.1.3",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"alpinejs": "^3.10.2"
|
"alpinejs": "^3.10.2"
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/lit": "^0.1.3",
|
"@astrojs/lit": "^0.1.4",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||||
|
|
|
@ -9,13 +9,13 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/lit": "^0.1.3",
|
"@astrojs/lit": "^0.1.4",
|
||||||
"@astrojs/preact": "^0.1.2",
|
"@astrojs/preact": "^0.1.3",
|
||||||
"@astrojs/react": "^0.1.2",
|
"@astrojs/react": "^0.1.3",
|
||||||
"@astrojs/solid-js": "^0.1.2",
|
"@astrojs/solid-js": "^0.1.3",
|
||||||
"@astrojs/svelte": "^0.1.3",
|
"@astrojs/svelte": "^0.1.4",
|
||||||
"@astrojs/vue": "^0.1.4",
|
"@astrojs/vue": "^0.1.5",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.2",
|
"@astrojs/preact": "^0.1.3",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.2"
|
"preact": "^10.7.2"
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "^0.1.2",
|
"@astrojs/react": "^0.1.3",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/react": "^18.0.9",
|
"@types/react": "^18.0.9",
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/solid-js": "^0.1.2",
|
"@astrojs/solid-js": "^0.1.3",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"solid-js": "^1.4.3"
|
"solid-js": "^1.4.3"
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/svelte": "^0.1.3",
|
"@astrojs/svelte": "^0.1.4",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"svelte": "^3.48.0"
|
"svelte": "^3.48.0"
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/vue": "^0.1.4",
|
"@astrojs/vue": "^0.1.5",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.2.36"
|
"vue": "^3.2.36"
|
||||||
|
|
|
@ -9,14 +9,14 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/lit": "^0.1.3",
|
"@astrojs/lit": "^0.1.4",
|
||||||
"@astrojs/partytown": "^0.1.4",
|
"@astrojs/partytown": "^0.1.4",
|
||||||
"@astrojs/react": "^0.1.2",
|
"@astrojs/react": "^0.1.3",
|
||||||
"@astrojs/sitemap": "^0.1.0",
|
"@astrojs/sitemap": "^0.1.0",
|
||||||
"@astrojs/solid-js": "0.1.2",
|
"@astrojs/solid-js": "0.1.3",
|
||||||
"@astrojs/tailwind": "^0.2.1",
|
"@astrojs/tailwind": "^0.2.1",
|
||||||
"@astrojs/turbolinks": "^0.1.3",
|
"@astrojs/turbolinks": "^0.1.3",
|
||||||
"astro": "^1.0.0-beta.37",
|
"astro": "^1.0.0-beta.38",
|
||||||
"solid-js": "^1.4.3"
|
"solid-js": "^1.4.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.2",
|
"@astrojs/preact": "^0.1.3",
|
||||||
"astro": "^1.0.0-beta.37",
|
"astro": "^1.0.0-beta.38",
|
||||||
"sass": "^1.52.1"
|
"sass": "^1.52.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/node": "^0.1.2",
|
"@astrojs/node": "^0.1.2",
|
||||||
"@astrojs/svelte": "^0.1.3",
|
"@astrojs/svelte": "^0.1.4",
|
||||||
"astro": "^1.0.0-beta.37",
|
"astro": "^1.0.0-beta.38",
|
||||||
"concurrently": "^7.2.1",
|
"concurrently": "^7.2.1",
|
||||||
"lightcookie": "^1.0.25",
|
"lightcookie": "^1.0.25",
|
||||||
"unocss": "^0.15.6",
|
"unocss": "^0.15.6",
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "^0.1.2",
|
"@astrojs/react": "^0.1.3",
|
||||||
"astro": "^1.0.0-beta.37",
|
"astro": "^1.0.0-beta.38",
|
||||||
"sass": "^1.52.1"
|
"sass": "^1.52.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^0.10.1",
|
"@astrojs/markdown-remark": "^0.10.2",
|
||||||
"astro": "^1.0.0-beta.37",
|
"astro": "^1.0.0-beta.38",
|
||||||
"hast-util-select": "5.0.1",
|
"hast-util-select": "5.0.1",
|
||||||
"rehype-autolink-headings": "^6.1.1",
|
"rehype-autolink-headings": "^6.1.1",
|
||||||
"rehype-slug": "^5.0.1",
|
"rehype-slug": "^5.0.1",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^0.10.1",
|
"@astrojs/markdown-remark": "^0.10.2",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,12 +9,12 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^0.10.1",
|
"@astrojs/markdown-remark": "^0.10.2",
|
||||||
"@astrojs/preact": "^0.1.2",
|
"@astrojs/preact": "^0.1.3",
|
||||||
"@astrojs/react": "^0.1.2",
|
"@astrojs/react": "^0.1.3",
|
||||||
"@astrojs/svelte": "^0.1.3",
|
"@astrojs/svelte": "^0.1.4",
|
||||||
"@astrojs/vue": "^0.1.4",
|
"@astrojs/vue": "^0.1.5",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.2",
|
"preact": "^10.7.2",
|
||||||
|
|
|
@ -20,11 +20,11 @@
|
||||||
"vue": "^3.2.36"
|
"vue": "^3.2.36"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.2",
|
"@astrojs/preact": "^0.1.3",
|
||||||
"@astrojs/react": "^0.1.2",
|
"@astrojs/react": "^0.1.3",
|
||||||
"@astrojs/solid-js": "^0.1.2",
|
"@astrojs/solid-js": "^0.1.3",
|
||||||
"@astrojs/svelte": "^0.1.3",
|
"@astrojs/svelte": "^0.1.4",
|
||||||
"@astrojs/vue": "^0.1.4",
|
"@astrojs/vue": "^0.1.5",
|
||||||
"astro": "^1.0.0-beta.37"
|
"astro": "^1.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/tailwind": "^0.2.1",
|
"@astrojs/tailwind": "^0.2.1",
|
||||||
"astro": "^1.0.0-beta.37",
|
"astro": "^1.0.0-beta.38",
|
||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.7",
|
||||||
"canvas-confetti": "^1.5.1",
|
"canvas-confetti": "^1.5.1",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.37",
|
"astro": "^1.0.0-beta.38",
|
||||||
"vite-plugin-pwa": "0.11.11",
|
"vite-plugin-pwa": "0.11.11",
|
||||||
"workbox-window": "^6.5.3"
|
"workbox-window": "^6.5.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,20 @@
|
||||||
# astro
|
# astro
|
||||||
|
|
||||||
|
## 1.0.0-beta.38
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3459](https://github.com/withastro/astro/pull/3459) [`efccebb9`](https://github.com/withastro/astro/commit/efccebb9643f927d88e6b6f592e53c7c95e7c2b6) Thanks [@matthewp](https://github.com/matthewp)! - Forces the correct mime type for CSS in HMR
|
||||||
|
|
||||||
|
* [#3486](https://github.com/withastro/astro/pull/3486) [`119ecf8d`](https://github.com/withastro/astro/commit/119ecf8d469f034eaf1b1217523954d29f492cb6) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix components in markdown regressions
|
||||||
|
|
||||||
|
- [#3462](https://github.com/withastro/astro/pull/3462) [`d145b868`](https://github.com/withastro/astro/commit/d145b8689c5658671a496ffee070b428438effc3) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove the rss() helper from getStaticPaths. Using rss() now prints an error pointing to the new @astrojs/rss documentation.
|
||||||
|
|
||||||
|
* [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Implements improved hydration event system, meaning hydration for client:only and nested frameworks should be see significant stability improvements
|
||||||
|
|
||||||
|
* Updated dependencies [[`119ecf8d`](https://github.com/withastro/astro/commit/119ecf8d469f034eaf1b1217523954d29f492cb6)]:
|
||||||
|
- @astrojs/markdown-remark@0.10.2
|
||||||
|
|
||||||
## 1.0.0-beta.37
|
## 1.0.0-beta.37
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "astro",
|
"name": "astro",
|
||||||
"version": "1.0.0-beta.37",
|
"version": "1.0.0-beta.38",
|
||||||
"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",
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^0.15.1",
|
"@astrojs/compiler": "^0.15.1",
|
||||||
"@astrojs/language-server": "^0.13.4",
|
"@astrojs/language-server": "^0.13.4",
|
||||||
"@astrojs/markdown-remark": "^0.10.1",
|
"@astrojs/markdown-remark": "^0.10.2",
|
||||||
"@astrojs/prism": "0.4.1",
|
"@astrojs/prism": "0.4.1",
|
||||||
"@astrojs/telemetry": "^0.1.2",
|
"@astrojs/telemetry": "^0.1.2",
|
||||||
"@astrojs/webapi": "^0.12.0",
|
"@astrojs/webapi": "^0.12.0",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/node
|
# @astrojs/node
|
||||||
|
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3483](https://github.com/withastro/astro/pull/3483) [`b795a085`](https://github.com/withastro/astro/commit/b795a085f0d20abe83c5ada1e7ba89ec4444c2d5) Thanks [@mvolfik](https://github.com/mvolfik)! - Deno integration now loads environment variables in server runtime
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/deno",
|
"name": "@astrojs/deno",
|
||||||
"description": "Deploy your site to a Deno server",
|
"description": "Deploy your site to a Deno server",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/lit
|
# @astrojs/lit
|
||||||
|
|
||||||
|
## 0.1.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3484](https://github.com/withastro/astro/pull/3484) [`55820fa7`](https://github.com/withastro/astro/commit/55820fa784d6d4f66a45092321a47c8ce9de5546) Thanks [@matthewp](https://github.com/matthewp)! - Wait for DOMCOntentLoaded to polyfill in Lit
|
||||||
|
|
||||||
## 0.1.3
|
## 0.1.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/lit",
|
"name": "@astrojs/lit",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"description": "Use Lit components within Astro",
|
"description": "Use Lit components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/preact
|
# @astrojs/preact
|
||||||
|
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/preact",
|
"name": "@astrojs/preact",
|
||||||
"description": "Use Preact components within Astro",
|
"description": "Use Preact components within Astro",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/react
|
# @astrojs/react
|
||||||
|
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/react",
|
"name": "@astrojs/react",
|
||||||
"description": "Use React components within Astro",
|
"description": "Use React components within Astro",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/solid-js
|
# @astrojs/solid-js
|
||||||
|
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/solid-js",
|
"name": "@astrojs/solid-js",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Use Solid components within Astro",
|
"description": "Use Solid components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/svelte
|
# @astrojs/svelte
|
||||||
|
|
||||||
|
## 0.1.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
|
||||||
|
|
||||||
## 0.1.3
|
## 0.1.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/svelte",
|
"name": "@astrojs/svelte",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"description": "Use Svelte components within Astro",
|
"description": "Use Svelte components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/vue
|
# @astrojs/vue
|
||||||
|
|
||||||
|
## 0.1.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
|
||||||
|
|
||||||
## 0.1.4
|
## 0.1.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/vue",
|
"name": "@astrojs/vue",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "Use Vue components within Astro",
|
"description": "Use Vue components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/markdown-remark
|
# @astrojs/markdown-remark
|
||||||
|
|
||||||
|
## 0.10.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3486](https://github.com/withastro/astro/pull/3486) [`119ecf8d`](https://github.com/withastro/astro/commit/119ecf8d469f034eaf1b1217523954d29f492cb6) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix components in markdown regressions
|
||||||
|
|
||||||
## 0.10.1
|
## 0.10.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/markdown-remark",
|
"name": "@astrojs/markdown-remark",
|
||||||
"version": "0.10.1",
|
"version": "0.10.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
126
pnpm-lock.yaml
126
pnpm-lock.yaml
|
@ -45,14 +45,14 @@ importers:
|
||||||
|
|
||||||
examples/basics:
|
examples/basics:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/blog:
|
examples/blog:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.1.2
|
'@astrojs/preact': ^0.1.3
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
preact: ^10.7.2
|
preact: ^10.7.2
|
||||||
dependencies:
|
dependencies:
|
||||||
preact: 10.7.2
|
preact: 10.7.2
|
||||||
|
@ -62,8 +62,8 @@ importers:
|
||||||
|
|
||||||
examples/blog-multiple-authors:
|
examples/blog-multiple-authors:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.1.2
|
'@astrojs/preact': ^0.1.3
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
preact: ^10.7.2
|
preact: ^10.7.2
|
||||||
sass: ^1.52.1
|
sass: ^1.52.1
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -75,14 +75,14 @@ importers:
|
||||||
|
|
||||||
examples/component:
|
examples/component:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/component/demo:
|
examples/component/demo:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@example/my-component': workspace:*
|
'@example/my-component': workspace:*
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@example/my-component': link:../packages/my-component
|
'@example/my-component': link:../packages/my-component
|
||||||
astro: link:../../../packages/astro
|
astro: link:../../../packages/astro
|
||||||
|
@ -93,12 +93,12 @@ importers:
|
||||||
examples/docs:
|
examples/docs:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@algolia/client-search': ^4.13.1
|
'@algolia/client-search': ^4.13.1
|
||||||
'@astrojs/preact': ^0.1.2
|
'@astrojs/preact': ^0.1.3
|
||||||
'@astrojs/react': ^0.1.2
|
'@astrojs/react': ^0.1.3
|
||||||
'@docsearch/css': ^3.1.0
|
'@docsearch/css': ^3.1.0
|
||||||
'@docsearch/react': ^3.1.0
|
'@docsearch/react': ^3.1.0
|
||||||
'@types/react': ^17.0.45
|
'@types/react': ^17.0.45
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
preact: ^10.7.2
|
preact: ^10.7.2
|
||||||
react: ^17.0.2
|
react: ^17.0.2
|
||||||
react-dom: ^17.0.2
|
react-dom: ^17.0.2
|
||||||
|
@ -117,14 +117,14 @@ importers:
|
||||||
|
|
||||||
examples/env-vars:
|
examples/env-vars:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/framework-alpine:
|
examples/framework-alpine:
|
||||||
specifiers:
|
specifiers:
|
||||||
alpinejs: ^3.10.2
|
alpinejs: ^3.10.2
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
dependencies:
|
dependencies:
|
||||||
alpinejs: 3.10.2
|
alpinejs: 3.10.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
@ -132,9 +132,9 @@ importers:
|
||||||
|
|
||||||
examples/framework-lit:
|
examples/framework-lit:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/lit': ^0.1.3
|
'@astrojs/lit': ^0.1.4
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
lit: ^2.2.5
|
lit: ^2.2.5
|
||||||
dependencies:
|
dependencies:
|
||||||
'@webcomponents/template-shadowroot': 0.1.0
|
'@webcomponents/template-shadowroot': 0.1.0
|
||||||
|
@ -145,14 +145,14 @@ importers:
|
||||||
|
|
||||||
examples/framework-multiple:
|
examples/framework-multiple:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/lit': ^0.1.3
|
'@astrojs/lit': ^0.1.4
|
||||||
'@astrojs/preact': ^0.1.2
|
'@astrojs/preact': ^0.1.3
|
||||||
'@astrojs/react': ^0.1.2
|
'@astrojs/react': ^0.1.3
|
||||||
'@astrojs/solid-js': ^0.1.2
|
'@astrojs/solid-js': ^0.1.3
|
||||||
'@astrojs/svelte': ^0.1.3
|
'@astrojs/svelte': ^0.1.4
|
||||||
'@astrojs/vue': ^0.1.4
|
'@astrojs/vue': ^0.1.5
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
lit: ^2.2.5
|
lit: ^2.2.5
|
||||||
preact: ^10.7.2
|
preact: ^10.7.2
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
|
@ -180,8 +180,8 @@ importers:
|
||||||
|
|
||||||
examples/framework-preact:
|
examples/framework-preact:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.1.2
|
'@astrojs/preact': ^0.1.3
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
preact: ^10.7.2
|
preact: ^10.7.2
|
||||||
dependencies:
|
dependencies:
|
||||||
preact: 10.7.2
|
preact: 10.7.2
|
||||||
|
@ -191,10 +191,10 @@ importers:
|
||||||
|
|
||||||
examples/framework-react:
|
examples/framework-react:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/react': ^0.1.2
|
'@astrojs/react': ^0.1.3
|
||||||
'@types/react': ^18.0.9
|
'@types/react': ^18.0.9
|
||||||
'@types/react-dom': ^18.0.5
|
'@types/react-dom': ^18.0.5
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
react-dom: ^18.1.0
|
react-dom: ^18.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -208,8 +208,8 @@ importers:
|
||||||
|
|
||||||
examples/framework-solid:
|
examples/framework-solid:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/solid-js': ^0.1.2
|
'@astrojs/solid-js': ^0.1.3
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
solid-js: ^1.4.3
|
solid-js: ^1.4.3
|
||||||
dependencies:
|
dependencies:
|
||||||
solid-js: 1.4.3
|
solid-js: 1.4.3
|
||||||
|
@ -219,8 +219,8 @@ importers:
|
||||||
|
|
||||||
examples/framework-svelte:
|
examples/framework-svelte:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/svelte': ^0.1.3
|
'@astrojs/svelte': ^0.1.4
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
svelte: ^3.48.0
|
svelte: ^3.48.0
|
||||||
dependencies:
|
dependencies:
|
||||||
svelte: 3.48.0
|
svelte: 3.48.0
|
||||||
|
@ -230,8 +230,8 @@ importers:
|
||||||
|
|
||||||
examples/framework-vue:
|
examples/framework-vue:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/vue': ^0.1.4
|
'@astrojs/vue': ^0.1.5
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
vue: ^3.2.36
|
vue: ^3.2.36
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.2.36
|
vue: 3.2.36
|
||||||
|
@ -241,15 +241,15 @@ importers:
|
||||||
|
|
||||||
examples/integrations-playground:
|
examples/integrations-playground:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/lit': ^0.1.3
|
'@astrojs/lit': ^0.1.4
|
||||||
'@astrojs/partytown': ^0.1.4
|
'@astrojs/partytown': ^0.1.4
|
||||||
'@astrojs/react': ^0.1.2
|
'@astrojs/react': ^0.1.3
|
||||||
'@astrojs/sitemap': ^0.1.0
|
'@astrojs/sitemap': ^0.1.0
|
||||||
'@astrojs/solid-js': 0.1.2
|
'@astrojs/solid-js': 0.1.3
|
||||||
'@astrojs/tailwind': ^0.2.1
|
'@astrojs/tailwind': ^0.2.1
|
||||||
'@astrojs/turbolinks': ^0.1.3
|
'@astrojs/turbolinks': ^0.1.3
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
lit: ^2.2.5
|
lit: ^2.2.5
|
||||||
preact: ^10.7.2
|
preact: ^10.7.2
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
|
@ -278,20 +278,20 @@ importers:
|
||||||
|
|
||||||
examples/minimal:
|
examples/minimal:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/non-html-pages:
|
examples/non-html-pages:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/portfolio:
|
examples/portfolio:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.1.2
|
'@astrojs/preact': ^0.1.3
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
preact: ^10.7.2
|
preact: ^10.7.2
|
||||||
sass: ^1.52.1
|
sass: ^1.52.1
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -304,8 +304,8 @@ importers:
|
||||||
examples/ssr:
|
examples/ssr:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/node': ^0.1.2
|
'@astrojs/node': ^0.1.2
|
||||||
'@astrojs/svelte': ^0.1.3
|
'@astrojs/svelte': ^0.1.4
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
concurrently: ^7.2.1
|
concurrently: ^7.2.1
|
||||||
lightcookie: ^1.0.25
|
lightcookie: ^1.0.25
|
||||||
svelte: ^3.48.0
|
svelte: ^3.48.0
|
||||||
|
@ -324,14 +324,14 @@ importers:
|
||||||
|
|
||||||
examples/starter:
|
examples/starter:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/subpath:
|
examples/subpath:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/react': ^0.1.2
|
'@astrojs/react': ^0.1.3
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
react-dom: ^18.1.0
|
react-dom: ^18.1.0
|
||||||
sass: ^1.52.1
|
sass: ^1.52.1
|
||||||
|
@ -345,12 +345,12 @@ importers:
|
||||||
|
|
||||||
examples/with-markdown:
|
examples/with-markdown:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^0.10.1
|
'@astrojs/markdown-remark': ^0.10.2
|
||||||
'@astrojs/preact': ^0.1.2
|
'@astrojs/preact': ^0.1.3
|
||||||
'@astrojs/react': ^0.1.2
|
'@astrojs/react': ^0.1.3
|
||||||
'@astrojs/svelte': ^0.1.3
|
'@astrojs/svelte': ^0.1.4
|
||||||
'@astrojs/vue': ^0.1.4
|
'@astrojs/vue': ^0.1.5
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
preact: ^10.7.2
|
preact: ^10.7.2
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
react-dom: ^18.1.0
|
react-dom: ^18.1.0
|
||||||
|
@ -372,8 +372,8 @@ importers:
|
||||||
|
|
||||||
examples/with-markdown-plugins:
|
examples/with-markdown-plugins:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^0.10.1
|
'@astrojs/markdown-remark': ^0.10.2
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
hast-util-select: 5.0.1
|
hast-util-select: 5.0.1
|
||||||
rehype-autolink-headings: ^6.1.1
|
rehype-autolink-headings: ^6.1.1
|
||||||
rehype-slug: ^5.0.1
|
rehype-slug: ^5.0.1
|
||||||
|
@ -390,23 +390,23 @@ importers:
|
||||||
|
|
||||||
examples/with-markdown-shiki:
|
examples/with-markdown-shiki:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^0.10.1
|
'@astrojs/markdown-remark': ^0.10.2
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/with-nanostores:
|
examples/with-nanostores:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.1.2
|
'@astrojs/preact': ^0.1.3
|
||||||
'@astrojs/react': ^0.1.2
|
'@astrojs/react': ^0.1.3
|
||||||
'@astrojs/solid-js': ^0.1.2
|
'@astrojs/solid-js': ^0.1.3
|
||||||
'@astrojs/svelte': ^0.1.3
|
'@astrojs/svelte': ^0.1.4
|
||||||
'@astrojs/vue': ^0.1.4
|
'@astrojs/vue': ^0.1.5
|
||||||
'@nanostores/preact': ^0.1.3
|
'@nanostores/preact': ^0.1.3
|
||||||
'@nanostores/react': ^0.1.5
|
'@nanostores/react': ^0.1.5
|
||||||
'@nanostores/vue': ^0.4.1
|
'@nanostores/vue': ^0.4.1
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
nanostores: ^0.5.12
|
nanostores: ^0.5.12
|
||||||
preact: ^10.7.2
|
preact: ^10.7.2
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
|
@ -434,7 +434,7 @@ importers:
|
||||||
examples/with-tailwindcss:
|
examples/with-tailwindcss:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/tailwind': ^0.2.1
|
'@astrojs/tailwind': ^0.2.1
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
autoprefixer: ^10.4.7
|
autoprefixer: ^10.4.7
|
||||||
canvas-confetti: ^1.5.1
|
canvas-confetti: ^1.5.1
|
||||||
postcss: ^8.4.14
|
postcss: ^8.4.14
|
||||||
|
@ -449,7 +449,7 @@ importers:
|
||||||
|
|
||||||
examples/with-vite-plugin-pwa:
|
examples/with-vite-plugin-pwa:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.37
|
astro: ^1.0.0-beta.38
|
||||||
vite-plugin-pwa: 0.11.11
|
vite-plugin-pwa: 0.11.11
|
||||||
workbox-window: ^6.5.3
|
workbox-window: ^6.5.3
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
@ -461,7 +461,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/compiler': ^0.15.1
|
'@astrojs/compiler': ^0.15.1
|
||||||
'@astrojs/language-server': ^0.13.4
|
'@astrojs/language-server': ^0.13.4
|
||||||
'@astrojs/markdown-remark': ^0.10.1
|
'@astrojs/markdown-remark': ^0.10.2
|
||||||
'@astrojs/prism': 0.4.1
|
'@astrojs/prism': 0.4.1
|
||||||
'@astrojs/telemetry': ^0.1.2
|
'@astrojs/telemetry': ^0.1.2
|
||||||
'@astrojs/webapi': ^0.12.0
|
'@astrojs/webapi': ^0.12.0
|
||||||
|
|
Loading…
Reference in a new issue