summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/gold-walls-pretend.md5
-rw-r--r--.changeset/honest-schools-worry.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.json4
-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.md6
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/sitemap/CHANGELOG.md6
-rw-r--r--packages/integrations/sitemap/package.json2
-rw-r--r--pnpm-lock.yaml67
35 files changed, 72 insertions, 79 deletions
diff --git a/.changeset/gold-walls-pretend.md b/.changeset/gold-walls-pretend.md
deleted file mode 100644
index effefbc01..000000000
--- a/.changeset/gold-walls-pretend.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/sitemap': patch
----
-
-Fixes the last build
diff --git a/.changeset/honest-schools-worry.md b/.changeset/honest-schools-worry.md
deleted file mode 100644
index f8930d63a..000000000
--- a/.changeset/honest-schools-worry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Check null for props serialization
diff --git a/examples/basics/package.json b/examples/basics/package.json
index bc62c0a10..731101e42 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.48"
+ "astro": "^1.0.0-beta.49"
}
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 1d41b93da..5da8ebba5 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.48",
+ "astro": "^1.0.0-beta.49",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 57305fd1c..651ebbcb1 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.48"
+ "astro": "^1.0.0-beta.49"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index acf46ec25..c17308204 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.48"
+ "astro": "^1.0.0-beta.49"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index eeedb76d4..2199cce46 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.48"
+ "astro": "^1.0.0-beta.49"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 3da3a65a9..4c215d5c7 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.48"
+ "astro": "^1.0.0-beta.49"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 5f7c0b3ef..d1fdc5cc6 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.48"
+ "astro": "^1.0.0-beta.49"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 5f0201b5a..49e759d0d 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.48"
+ "astro": "^1.0.0-beta.49"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 90e28a7ce..c511b3dee 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.2.0",
- "astro": "^1.0.0-beta.48"
+ "astro": "^1.0.0-beta.49"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index b9da125c5..55c1aad66 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.48"
+ "astro": "^1.0.0-beta.49"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 998c971fa..85cef2f1c 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.48"
+ "astro": "^1.0.0-beta.49"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 2c581cd05..9081c0b91 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -12,7 +12,7 @@
"@astrojs/react": "^0.1.3",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.0-beta.48"
+ "astro": "^1.0.0-beta.49"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 934194dca..e9d1063cf 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.48"
+ "astro": "^1.0.0-beta.49"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index adae56f4a..2c210e805 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.48"
+ "astro": "^1.0.0-beta.49"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 1c2039c5a..a0c7b8cd1 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.48"
+ "astro": "^1.0.0-beta.49"
},
"dependencies": {
"vue": "^3.2.36"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index a6ed6f2f1..c649d2f33 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -12,11 +12,11 @@
"@astrojs/lit": "^0.2.0",
"@astrojs/partytown": "^0.1.4",
"@astrojs/react": "^0.1.3",
- "@astrojs/sitemap": "^0.2.0",
+ "@astrojs/sitemap": "^0.2.1",
"@astrojs/solid-js": "0.1.4",
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.3",
- "astro": "^1.0.0-beta.48",
+ "astro": "^1.0.0-beta.49",
"solid-js": "^1.4.3"
},
"dependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 703ac0127..582d528d7 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.48"
+ "astro": "^1.0.0-beta.49"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index e7b99469d..6334ff80b 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.48"
+ "astro": "^1.0.0-beta.49"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index f9a025227..f0f077f1e 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.48",
+ "astro": "^1.0.0-beta.49",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index b89011367..f9eb21be5 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.48",
+ "astro": "^1.0.0-beta.49",
"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 d7d1c09f5..c77689b4c 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.48"
+ "astro": "^1.0.0-beta.49"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 1d7edd3d3..45aab3e87 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.48",
+ "astro": "^1.0.0-beta.49",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index af1b6c43c..0b1f8aa7f 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.3",
- "astro": "^1.0.0-beta.48",
+ "astro": "^1.0.0-beta.49",
"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 c02779d9b..a9ce6fe0b 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.3",
- "astro": "^1.0.0-beta.48"
+ "astro": "^1.0.0-beta.49"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index e315f420d..22654b7ba 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.48"
+ "astro": "^1.0.0-beta.49"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index f6d0c22d3..ba17ee4c0 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.48"
+ "astro": "^1.0.0-beta.49"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index e0e93de7d..c78454dfd 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.48",
+ "astro": "^1.0.0-beta.49",
"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 cb8b96706..4abbee136 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.48",
+ "astro": "^1.0.0-beta.49",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index dd79729e2..4722e589c 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 1.0.0-beta.49
+
+### Patch Changes
+
+- [#3657](https://github.com/withastro/astro/pull/3657) [`7d4699b8`](https://github.com/withastro/astro/commit/7d4699b8f99ca4835e597a28d4f85b58133ff9ce) Thanks [@leader22](https://github.com/leader22)! - Check null for props serialization
+
## 1.0.0-beta.48
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 849ed934c..709092bf8 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.0-beta.48",
+ "version": "1.0.0-beta.49",
"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/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md
index 2eb64846d..5d6e37dcf 100644
--- a/packages/integrations/sitemap/CHANGELOG.md
+++ b/packages/integrations/sitemap/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/sitemap
+## 0.2.1
+
+### Patch Changes
+
+- [#3661](https://github.com/withastro/astro/pull/3661) [`2ff11df4`](https://github.com/withastro/astro/commit/2ff11df438a6a901e72d1f1979c79deb0ad199f2) Thanks [@matthewp](https://github.com/matthewp)! - Fixes the last build
+
## 0.2.0
### Minor Changes
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index da21fd974..ffb20d433 100644
--- a/packages/integrations/sitemap/package.json
+++ b/packages/integrations/sitemap/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/sitemap",
"description": "Generate a sitemap for Astro",
- "version": "0.2.0",
+ "version": "0.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1f00aef5c..19663cb90 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -47,14 +47,14 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -77,14 +77,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
dependencies:
alpinejs: 3.10.2
devDependencies:
@@ -136,7 +136,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.2.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
vue: ^3.2.36
dependencies:
vue: 3.2.37
@@ -246,12 +246,12 @@ importers:
'@astrojs/lit': ^0.2.0
'@astrojs/partytown': ^0.1.4
'@astrojs/react': ^0.1.3
- '@astrojs/sitemap': ^0.2.0
+ '@astrojs/sitemap': ^0.2.1
'@astrojs/solid-js': 0.1.4
'@astrojs/tailwind': ^0.2.1
'@astrojs/turbolinks': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.1.3
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.1.3
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
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.3
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
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.3
- astro: ^1.0.0-beta.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
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.48
+ astro: ^1.0.0-beta.49
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -8188,11 +8188,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
@@ -11109,8 +11104,6 @@ packages:
debug: 3.2.7
iconv-lite: 0.4.24
sax: 1.2.4
- transitivePeerDependencies:
- - supports-color
dev: false
/netmask/2.0.2:
@@ -11194,8 +11187,6 @@ packages:
rimraf: 2.7.1
semver: 5.7.1
tar: 4.4.19
- transitivePeerDependencies:
- - supports-color
dev: false
/node-releases/2.0.5: