summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-06-16 12:05:10 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-16 12:05:10 -0400
commit81104a93356db1c65db7abf44a1da8e1d1c819d0 (patch)
treee8f243503df81196b12d90aae9e33efb36715498
parent5d11c6d56f3ffcf5bcdaff22f116a4241bbdff4c (diff)
downloadastro-81104a93356db1c65db7abf44a1da8e1d1c819d0.tar.gz
astro-81104a93356db1c65db7abf44a1da8e1d1c819d0.tar.zst
astro-81104a93356db1c65db7abf44a1da8e1d1c819d0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/hot-pumas-bathe.md5
-rw-r--r--.changeset/kind-feet-double.md5
-rw-r--r--.changeset/many-seas-notice.md5
-rw-r--r--.changeset/nine-dots-applaud.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/env-vars/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/integrations-playground/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro/CHANGELOG.md8
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/cloudflare/CHANGELOG.md7
-rw-r--r--packages/integrations/cloudflare/package.json2
-rw-r--r--packages/integrations/netlify/CHANGELOG.md6
-rw-r--r--packages/integrations/netlify/package.json2
-rw-r--r--pnpm-lock.yaml65
39 files changed, 80 insertions, 88 deletions
diff --git a/.changeset/hot-pumas-bathe.md b/.changeset/hot-pumas-bathe.md
deleted file mode 100644
index ad559b934..000000000
--- a/.changeset/hot-pumas-bathe.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/netlify': patch
----
-
-Adds support for base64 encoded responses in Netlify Functions
diff --git a/.changeset/kind-feet-double.md b/.changeset/kind-feet-double.md
deleted file mode 100644
index 13722f713..000000000
--- a/.changeset/kind-feet-double.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix: find a hosting network differently based on Node version
diff --git a/.changeset/many-seas-notice.md b/.changeset/many-seas-notice.md
deleted file mode 100644
index 88035d9e3..000000000
--- a/.changeset/many-seas-notice.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Inlines hydration scripts
diff --git a/.changeset/nine-dots-applaud.md b/.changeset/nine-dots-applaud.md
deleted file mode 100644
index b1823dd26..000000000
--- a/.changeset/nine-dots-applaud.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/cloudflare': minor
----
-
-add SSR adaptor for Cloudflare Pages functions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index b046d99ce..fcd325d7f 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
}
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index de260b480..a4e929c45 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.3",
- "astro": "^1.0.0-beta.46",
+ "astro": "^1.0.0-beta.47",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 33b208e6c..b6868a85e 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.3",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 13edb675c..994c7217d 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index e5a2d65d5..95aa060a9 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index a18a39021..fb6de9e86 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.1.3",
"@astrojs/react": "^0.1.3",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 139a6ebed..c87d10283 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index ca25b0d15..e39b542a2 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 8b1d604fc..a8b6e9981 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.1.5",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d97c776b3..da416a948 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.1.4",
"@astrojs/svelte": "^0.1.4",
"@astrojs/vue": "^0.1.5",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index f0aef927f..0fe4f654b 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.3",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 87709abc1..29c835f48 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.3",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
},
"dependencies": {
"@types/react": "^18.0.10",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index bd821726d..c5245b004 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.1.4",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 7a107b8f5..6a64cd98d 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.1.4",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 602fdd4e2..f0e2094df 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.1.5",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
},
"dependencies": {
"vue": "^3.2.36"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 5d923fef5..0e3e8b358 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -16,7 +16,7 @@
"@astrojs/solid-js": "0.1.4",
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.3",
- "astro": "^1.0.0-beta.46",
+ "astro": "^1.0.0-beta.47",
"solid-js": "^1.4.3"
},
"dependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index fefe27288..508cb6f6b 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 7c0c4aedc..03e86d153 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 15e00e442..fc85e99e5 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.3",
- "astro": "^1.0.0-beta.46",
+ "astro": "^1.0.0-beta.47",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index f3d336f43..fa177d620 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/node": "^0.1.2",
"@astrojs/svelte": "^0.1.4",
- "astro": "^1.0.0-beta.46",
+ "astro": "^1.0.0-beta.47",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 812c9dc68..31ea23501 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index ede4b4ccc..3397bac5f 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.3",
- "astro": "^1.0.0-beta.46",
+ "astro": "^1.0.0-beta.47",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 937588418..f04b1ebdf 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.11.2",
- "astro": "^1.0.0-beta.46",
+ "astro": "^1.0.0-beta.47",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 1a065a715..7b8cebd56 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.11.2",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index a5b9a47a0..0ed1661f5 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^0.1.3",
"@astrojs/svelte": "^0.1.4",
"@astrojs/vue": "^0.1.5",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index a7ac8cdec..3d1db2b4b 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.1.4",
"@astrojs/svelte": "^0.1.4",
"@astrojs/vue": "^0.1.5",
- "astro": "^1.0.0-beta.46"
+ "astro": "^1.0.0-beta.47"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 4c732dad9..3d162039d 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.1",
- "astro": "^1.0.0-beta.46",
+ "astro": "^1.0.0-beta.47",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 5f450231a..54c5918c8 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.46",
+ "astro": "^1.0.0-beta.47",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 7c06ff120..0c5ab71b8 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 1.0.0-beta.47
+
+### Patch Changes
+
+- [#3599](https://github.com/withastro/astro/pull/3599) [`0ffc350c`](https://github.com/withastro/astro/commit/0ffc350c8d6bcf7fe4f6bde7ce1c10c014d7b4a1) Thanks [@arimgibson](https://github.com/arimgibson)! - Fix: find a hosting network differently based on Node version
+
+* [#3605](https://github.com/withastro/astro/pull/3605) [`4916b733`](https://github.com/withastro/astro/commit/4916b733c2b8265ab46762bbbc85aa4171296515) Thanks [@matthewp](https://github.com/matthewp)! - Inlines hydration scripts
+
## 1.0.0-beta.46
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 1c1e48c3f..782f43915 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.0-beta.46",
+ "version": "1.0.0-beta.47",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md
new file mode 100644
index 000000000..359165e23
--- /dev/null
+++ b/packages/integrations/cloudflare/CHANGELOG.md
@@ -0,0 +1,7 @@
+# @astrojs/cloudflare
+
+## 0.2.0
+
+### Minor Changes
+
+- [#3600](https://github.com/withastro/astro/pull/3600) [`7f423581`](https://github.com/withastro/astro/commit/7f423581411648c9a69b68918ff930581f12cf16) Thanks [@nrgnrg](https://github.com/nrgnrg)! - add SSR adaptor for Cloudflare Pages functions
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index bf9407d66..d3f663b2a 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to cloudflare pages functions",
- "version": "0.1.0",
+ "version": "0.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 0b0861b57..da765aed6 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/netlify
+## 0.4.4
+
+### Patch Changes
+
+- [#3592](https://github.com/withastro/astro/pull/3592) [`0ddcef20`](https://github.com/withastro/astro/commit/0ddcef2043e3c2f65aaeec7a969c374c053e22f3) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds support for base64 encoded responses in Netlify Functions
+
## 0.4.3
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index b6672cc45..e38542745 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
- "version": "0.4.3",
+ "version": "0.4.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 50e86253c..abb1384cf 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -47,14 +47,14 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
preact: ^10.7.3
dependencies:
preact: 10.7.3
@@ -65,7 +65,7 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -77,14 +77,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -100,7 +100,7 @@ importers:
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
preact: ^10.7.3
react: ^17.0.2
react-dom: ^17.0.2
@@ -119,14 +119,14 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
dependencies:
alpinejs: 3.10.2
devDependencies:
@@ -136,7 +136,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.1.5
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -154,7 +154,7 @@ importers:
'@astrojs/svelte': ^0.1.4
'@astrojs/vue': ^0.1.5
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@@ -183,7 +183,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
preact: ^10.7.3
dependencies:
preact: 10.7.3
@@ -196,7 +196,7 @@ importers:
'@astrojs/react': ^0.1.3
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -211,7 +211,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.1.4
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.3
@@ -222,7 +222,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.1.4
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
svelte: ^3.48.0
dependencies:
svelte: 3.48.0
@@ -233,7 +233,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.1.5
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
vue: ^3.2.36
dependencies:
vue: 3.2.37
@@ -251,7 +251,7 @@ importers:
'@astrojs/tailwind': ^0.2.1
'@astrojs/turbolinks': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@@ -280,20 +280,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -307,7 +307,7 @@ importers:
specifiers:
'@astrojs/node': ^0.1.2
'@astrojs/svelte': ^0.1.4
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -326,14 +326,14 @@ importers:
examples/starter:
specifiers:
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.1.3
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
react: ^18.1.0
react-dom: ^18.1.0
sass: ^1.52.2
@@ -352,7 +352,7 @@ importers:
'@astrojs/react': ^0.1.3
'@astrojs/svelte': ^0.1.4
'@astrojs/vue': ^0.1.5
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -375,7 +375,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.11.2
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -393,7 +393,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.11.2
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
@@ -408,7 +408,7 @@ importers:
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
nanostores: ^0.5.12
preact: ^10.7.3
react: ^18.1.0
@@ -436,7 +436,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.2.1
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -451,7 +451,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.0-beta.46
+ astro: ^1.0.0-beta.47
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -8164,11 +8164,6 @@ packages:
/debug/3.2.7:
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
- peerDependencies:
- supports-color: '*'
- peerDependenciesMeta:
- supports-color:
- optional: true
dependencies:
ms: 2.1.3
dev: false
@@ -11085,8 +11080,6 @@ packages:
debug: 3.2.7
iconv-lite: 0.4.24
sax: 1.2.4
- transitivePeerDependencies:
- - supports-color
dev: false
/netmask/2.0.2:
@@ -11170,8 +11163,6 @@ packages:
rimraf: 2.7.1
semver: 5.7.1
tar: 4.4.19
- transitivePeerDependencies:
- - supports-color
dev: false
/node-releases/2.0.5: