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-05-26 14:25:10 -0400
committerGravatar GitHub <noreply@github.com> 2022-05-26 14:25:10 -0400
commite6d8670168d38d314f91920d6313cf58eaa3fbaa (patch)
tree9bce308b83056f640e904f0fdb73e2756f1c789c /examples/with-vite-plugin-pwa
parentedf2838a66b5e80e77e583dca3088687b90a379a (diff)
downloadastro-e6d8670168d38d314f91920d6313cf58eaa3fbaa.tar.gz
astro-e6d8670168d38d314f91920d6313cf58eaa3fbaa.tar.zst
astro-e6d8670168d38d314f91920d6313cf58eaa3fbaa.zip
[ci] release (#3453)astro@1.0.0-beta.35
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 e516a5c49..6c0b10a55 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.34",
+ "astro": "^1.0.0-beta.35",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}