summaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa/package.json
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-08 16:10:55 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-08 18:10:55 -0500
commit4d29163d11e17942f606ecebbfe5a6a2d26a030e (patch)
treedd41777ee5821b40b17cb13b5cb50b1249c4e3fe /examples/with-vite-plugin-pwa/package.json
parent7eb54fcb4ffdbd56186ede86868c569ce8304188 (diff)
downloadastro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.tar.gz
astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.tar.zst
astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.zip
* [ci] release * Update CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@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 215620520..397a78a82 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
- "astro": "^1.0.0-rc.7",
+ "astro": "^1.0.0-rc.8",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}