diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/astro-markdown/package.json | 2 | ||||
-rw-r--r-- | examples/astro-nanostores/package.json | 2 | ||||
-rw-r--r-- | examples/blog/package.json | 2 | ||||
-rw-r--r-- | examples/docs/package.json | 2 | ||||
-rw-r--r-- | examples/kitchen-sink/package.json | 2 | ||||
-rw-r--r-- | examples/portfolio/package.json | 2 | ||||
-rw-r--r-- | examples/snowpack/package.json | 4 | ||||
-rw-r--r-- | examples/starter/package.json | 2 | ||||
-rw-r--r-- | examples/tailwindcss/package.json | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/examples/astro-markdown/package.json b/examples/astro-markdown/package.json index 9ee9c7c98..5565b0b14 100644 --- a/examples/astro-markdown/package.json +++ b/examples/astro-markdown/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.14.0" + "astro": "^0.15.0" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/astro-nanostores/package.json b/examples/astro-nanostores/package.json index d3248403b..51cbc2a68 100644 --- a/examples/astro-nanostores/package.json +++ b/examples/astro-nanostores/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.14.0" + "astro": "^0.15.0" }, "dependencies": { "nanostores": "^0.3.3" diff --git a/examples/blog/package.json b/examples/blog/package.json index 7e82ad650..00ec77f07 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.14.0" + "astro": "^0.15.0" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/docs/package.json b/examples/docs/package.json index e795246d5..34ade97ce 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.14.0" + "astro": "^0.15.0" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/kitchen-sink/package.json b/examples/kitchen-sink/package.json index 7605ca8d8..b1254eb7c 100644 --- a/examples/kitchen-sink/package.json +++ b/examples/kitchen-sink/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.14.0" + "astro": "^0.15.0" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index f310a5b34..8267c9d20 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.14.0" + "astro": "^0.15.0" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index 51b6be583..15b96b66b 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -11,7 +11,7 @@ "lint": "prettier --check \"src/**/*.js\"" }, "dependencies": { - "astro": "^0.14.1", + "astro": "^0.15.0", "date-fns": "^2.19.0", "deepmerge": "^4.2.2", "docsearch.js": "^2.6.3", @@ -25,7 +25,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.14.1", + "astro": "^0.15.0", "eleventy-plugin-nesting-toc": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^12.0.2", diff --git a/examples/starter/package.json b/examples/starter/package.json index ede92528d..b096d72b8 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.14.0" + "astro": "^0.15.0" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/tailwindcss/package.json b/examples/tailwindcss/package.json index 710634c98..2efe251e7 100644 --- a/examples/tailwindcss/package.json +++ b/examples/tailwindcss/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.14.0" + "astro": "^0.15.0" }, "snowpack": { "workspaceRoot": "../.." |