diff options
Diffstat (limited to '')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 2 | ||||
-rw-r--r-- | examples/blog/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index cf9f0607b..9b184b798 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.16.0" + "astro": "^0.16.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/blog/package.json b/examples/blog/package.json index d528ee010..856795e4d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.16.0" + "astro": "^0.16.1" }, "snowpack": { "workspaceRoot": "../.." |