summaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-06-16 12:05:10 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-16 12:05:10 -0400
commit81104a93356db1c65db7abf44a1da8e1d1c819d0 (patch)
treee8f243503df81196b12d90aae9e33efb36715498 /examples/with-vite-plugin-pwa
parent5d11c6d56f3ffcf5bcdaff22f116a4241bbdff4c (diff)
downloadastro-@astrojs/cloudflare@0.2.0.tar.gz
astro-@astrojs/cloudflare@0.2.0.tar.zst
astro-@astrojs/cloudflare@0.2.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-vite-plugin-pwa')
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 5f450231a..54c5918c8 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.46",
+ "astro": "^1.0.0-beta.47",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}