summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-10 13:54:12 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-10 16:54:12 -0400
commit1ee08baf912f4850bd5dc312a752f9eebba971ec (patch)
treed6c663a439fecee1432ef3358646468f502331a5 /examples
parenta9baa45af35abdd3e1930fb49e8b6fb0a4340e2a (diff)
downloadastro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.gz
astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.zst
astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.zip
[ci] release (#4228)
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.json4
-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.json4
-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/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json4
-rw-r--r--examples/ssr/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-mdx/package.json6
-rw-r--r--examples/with-nanostores/package.json4
-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, 34 insertions, 34 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index b9e02f62d..f406e3a42 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 281a1ea31..30b88adf1 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/preact": "^1.0.0",
- "astro": "^1.0.1"
+ "@astrojs/preact": "^1.0.1",
+ "astro": "^1.0.2"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 4d8af4e8b..cee6bd82d 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.1"
+ "astro": "^1.0.2"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 863bd4b56..6ac595f2c 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 06fc1a556..6f162cd3a 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -19,8 +19,8 @@
"react-dom": "^18.1.0"
},
"devDependencies": {
- "@astrojs/preact": "^1.0.0",
+ "@astrojs/preact": "^1.0.1",
"@astrojs/react": "^1.0.0",
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 9e05dab8a..c81422f32 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 8ef09e8ee..46584d156 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.1"
+ "astro": "^1.0.2"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 9e6b4ab6a..021e10e25 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/lit": "^1.0.0",
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index fe78e3a60..1842ccc42 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,12 +10,12 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/preact": "^1.0.0",
+ "@astrojs/preact": "^1.0.1",
"@astrojs/react": "^1.0.0",
"@astrojs/solid-js": "^1.0.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0",
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
},
"dependencies": {
"preact": "^10.7.3",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 866635ee9..639a5481a 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/preact": "^1.0.0",
- "astro": "^1.0.1"
+ "@astrojs/preact": "^1.0.1",
+ "astro": "^1.0.2"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index ce1af197d..04c8f8122 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -13,7 +13,7 @@
"@astrojs/react": "^1.0.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index bb070711c..030ab9417 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^1.0.0",
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 27e337fbf..a99e0bc4b 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^1.0.0",
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 64d6f0b36..2e512b7fa 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/vue": "^1.0.0",
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
},
"dependencies": {
"vue": "^3.2.37"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 529dcfa67..8baf7af46 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index d1fbc949b..98010658c 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.1"
+ "astro": "^1.0.2"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 8b47ea2d2..a67cf0455 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/preact": "^1.0.0",
- "astro": "^1.0.1",
+ "@astrojs/preact": "^1.0.1",
+ "astro": "^1.0.2",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index c14725f11..b9562db88 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
"devDependencies": {
"@astrojs/node": "^1.0.0",
"@astrojs/svelte": "^1.0.0",
- "astro": "^1.0.1",
+ "astro": "^1.0.2",
"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 e6b8c5dbd..6b06fec17 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/react": "^1.0.0",
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index d796b7955..f9230e3bb 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^1.0.0",
- "astro": "^1.0.1",
+ "astro": "^1.0.2",
"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 4bd2d8680..95b133e22 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^1.0.0",
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index ffae9fee1..c0107b1cf 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/mdx": "^0.8.1",
- "@astrojs/preact": "^1.0.0",
- "astro": "^1.0.1",
+ "@astrojs/mdx": "^0.8.2",
+ "@astrojs/preact": "^1.0.1",
+ "astro": "^1.0.2",
"preact": "^10.6.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 30b1347ea..d5e9f6116 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -15,7 +15,7 @@
"preact": "^10.7.3"
},
"devDependencies": {
- "@astrojs/preact": "^1.0.0",
- "astro": "^1.0.1"
+ "@astrojs/preact": "^1.0.1",
+ "astro": "^1.0.2"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index d95e2d609..7de897bc6 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^1.0.0",
- "astro": "^1.0.1",
+ "astro": "^1.0.2",
"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 5a8323eb7..17b02d2aa 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.1",
+ "astro": "^1.0.2",
"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 aa56c5ecc..93380e019 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"devDependencies": {
- "astro": "^1.0.1",
+ "astro": "^1.0.2",
"vitest": "^0.20.3"
}
}