summaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa/package.json
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-10 20:01:00 -0700
committerGravatar GitHub <noreply@github.com> 2022-04-10 20:01:00 -0700
commit46f02d9cf481a650b31c870931ad6b726e5ed6c9 (patch)
tree33c30869c545ad6526908bfd4f1e383d606ac1d3 /examples/with-vite-plugin-pwa/package.json
parent9f9189ed8ed5b1da72592ae404ebb14d0b2b299e (diff)
downloadastro-46f02d9cf481a650b31c870931ad6b726e5ed6c9.tar.gz
astro-46f02d9cf481a650b31c870931ad6b726e5ed6c9.tar.zst
astro-46f02d9cf481a650b31c870931ad6b726e5ed6c9.zip
[ci] release (#3060)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-vite-plugin-pwa/package.json')
-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 fd71d97b2..beb687211 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.5",
+ "astro": "^1.0.0-beta.6",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.2"
}