summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/kitchen-sink/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/snowpack/package.json4
-rw-r--r--examples/tailwindcss/package.json2
5 files changed, 6 insertions, 6 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json
index ff6a187e4..cf18a2fd7 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
- "astro": "0.0.9",
+ "astro": "0.0.10",
"nodemon": "^2.0.7"
},
"snowpack": {
diff --git a/examples/kitchen-sink/package.json b/examples/kitchen-sink/package.json
index f055c19ad..7f76462f8 100644
--- a/examples/kitchen-sink/package.json
+++ b/examples/kitchen-sink/package.json
@@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
- "astro": "0.0.9",
+ "astro": "0.0.10",
"nodemon": "^2.0.7"
},
"snowpack": {
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 2e6f23ff0..a47393d73 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
- "astro": "0.0.9"
+ "astro": "0.0.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 2819b2ee2..35e7c6894 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -12,7 +12,7 @@
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
- "astro": "0.0.9",
+ "astro": "0.0.10",
"date-fns": "^2.19.0",
"deepmerge": "^4.2.2",
"docsearch.js": "^2.6.3",
@@ -26,7 +26,7 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
- "astro": "0.0.9",
+ "astro": "0.0.10",
"eleventy-plugin-nesting-toc": "^1.2.0",
"luxon": "^1.25.0",
"markdown-it": "^12.0.2",
diff --git a/examples/tailwindcss/package.json b/examples/tailwindcss/package.json
index dcb578631..034e0e0f9 100644
--- a/examples/tailwindcss/package.json
+++ b/examples/tailwindcss/package.json
@@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
- "astro": "0.0.9",
+ "astro": "0.0.10",
"tailwindcss": "^2.1.1"
},
"snowpack": {