diff options
author | 2022-06-16 12:05:10 -0400 | |
---|---|---|
committer | 2022-06-16 12:05:10 -0400 | |
commit | 81104a93356db1c65db7abf44a1da8e1d1c819d0 (patch) | |
tree | e8f243503df81196b12d90aae9e33efb36715498 /examples/non-html-pages/package.json | |
parent | 5d11c6d56f3ffcf5bcdaff22f116a4241bbdff4c (diff) | |
download | astro-4a04bbb1886baa959e361d98aa48c6d7e5e7ebe1.tar.gz astro-4a04bbb1886baa959e361d98aa48c6d7e5e7ebe1.tar.zst astro-4a04bbb1886baa959e361d98aa48c6d7e5e7ebe1.zip |
[ci] release (#3604)astro@1.0.0-beta.47@astrojs/netlify@0.4.4@astrojs/cloudflare@0.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/non-html-pages/package.json')
-rw-r--r-- | examples/non-html-pages/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 7c0c4aedc..03e86d153 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.46" + "astro": "^1.0.0-beta.47" } } |