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-07 12:45:50 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-07 12:45:50 -0400
commitec89def67debc24a7eef38cab2f77632517d9a6a (patch)
tree60526f7870827b311a4dc951a816b786de7954cc /examples/with-vite-plugin-pwa
parent0a978e22fd82d40105d59aa0b3bac4b189f19214 (diff)
downloadastro-ec89def67debc24a7eef38cab2f77632517d9a6a.tar.gz
astro-ec89def67debc24a7eef38cab2f77632517d9a6a.tar.zst
astro-ec89def67debc24a7eef38cab2f77632517d9a6a.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 aa6d57d89..a15a5d692 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.41",
+ "astro": "^1.0.0-beta.42",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}