summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-05 21:48:35 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-05 21:48:35 -0700
commit4e4061f485fb25890c286fcea0158b439ae4045d (patch)
tree829dc89c824085ad44b47a7bd0b20bcdf506b46f /examples
parent9c3b8d06301313012139644d9ca580ca3d1ff18d (diff)
downloadastro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.gz
astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.zst
astro-4e4061f485fb25890c286fcea0158b439ae4045d.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/basics/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.json4
-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.json4
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json4
-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/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/subpath/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json4
-rw-r--r--examples/with-mdx/package.json4
-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--examples/with-vitest/package.json2
26 files changed, 33 insertions, 33 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 4a912696a..0b39eb646 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 737770dd3..5352fa700 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index d5bbc3ff6..ce833805a 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -11,6 +11,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 689980dd6..ba4e68bad 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-rc.6"
+ "astro": "^1.0.0-rc.7"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 5f861e4de..221e56c06 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -20,7 +20,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "@astrojs/react": "^0.4.2",
- "astro": "^1.0.0-rc.6"
+ "@astrojs/react": "^0.4.3",
+ "astro": "^1.0.0-rc.7"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 58c7d8304..8776f7ba9 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 18cabaff4..12458f2aa 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/alpinejs": "^3.7.0",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 3296dcd52..8229662ee 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.3.2",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 006a231a7..b8e55d641 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,11 +11,11 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "@astrojs/react": "^0.4.2",
+ "@astrojs/react": "^0.4.3",
"@astrojs/solid-js": "^0.4.1",
"@astrojs/svelte": "^0.5.1",
"@astrojs/vue": "^0.5.0",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 7d27d6c90..ed377f8db 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index e0f9e44bc..34008c454 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/react": "^0.4.2",
+ "@astrojs/react": "^0.4.3",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index fe426fb66..dcf86e454 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.4.1",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index d39633b2b..41bc72131 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.5.1",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index cbdc03801..0a83684fb 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.5.0",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"vue": "^3.2.37"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index e502828c8..395fbd7c2 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index ad1ff179b..170afb523 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 79eb3bd9c..58da75427 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.6",
+ "astro": "^1.0.0-rc.7",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 2355ba26e..bcf50e8a5 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
"devDependencies": {
"@astrojs/node": "^0.2.1",
"@astrojs/svelte": "^0.5.1",
- "astro": "^1.0.0-rc.6",
+ "astro": "^1.0.0-rc.7",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index cc842f907..5368a3611 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/react": "^0.4.2",
- "astro": "^1.0.0-rc.6"
+ "@astrojs/react": "^0.4.3",
+ "astro": "^1.0.0-rc.7"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index b208ee2f0..d61dfacf3 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.14.0",
- "astro": "^1.0.0-rc.6",
+ "@astrojs/markdown-remark": "^0.14.1",
+ "astro": "^1.0.0-rc.7",
"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 46201599a..85a2722a7 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.14.0",
- "astro": "^1.0.0-rc.6"
+ "@astrojs/markdown-remark": "^0.14.1",
+ "astro": "^1.0.0-rc.7"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 7eaf81e9f..fae27f499 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/mdx": "^0.6.0",
+ "@astrojs/mdx": "^0.7.0",
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.6",
+ "astro": "^1.0.0-rc.7",
"preact": "^10.6.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 4944eaaaa..95f0b1008 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -16,6 +16,6 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.6"
+ "astro": "^1.0.0-rc.7"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 5137ac8d7..7847e7ae8 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
- "astro": "^1.0.0-rc.6",
+ "astro": "^1.0.0-rc.7",
"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 c1b3b604a..215620520 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.6",
+ "astro": "^1.0.0-rc.7",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 4c52c99a7..68eb2d36c 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"devDependencies": {
- "astro": "^1.0.0-rc.4",
+ "astro": "^1.0.0-rc.7",
"vitest": "^0.20.3"
}
}