summaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-26 06:58:38 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-26 09:58:38 -0400
commitd790eabd986decc380088e52a4dcbff246ee736f (patch)
treef4fb19e33f32cea242349b2813551bc417f00fe9 /examples/with-vite-plugin-pwa
parentc7e117ce32592c9c29d24583baa10009e620bcc4 (diff)
downloadastro@1.0.0-rc.1.tar.gz
astro@1.0.0-rc.1.tar.zst
astro@1.0.0-rc.1.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 598d496e6..c8d395560 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-rc.0",
+ "astro": "^1.0.0-rc.1",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}