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-02-09 13:18:10 -0600
committerGravatar GitHub <noreply@github.com> 2022-02-09 13:18:10 -0600
commit3e24341f1712e78f5e50a3f0c9ffa446f9f4eb42 (patch)
treee55df81dd04e639aa2bcc6590e57e92ee39573c7 /examples/with-vite-plugin-pwa
parenta907a73b8cd14726d158ea460932f9cd8891923a (diff)
downloadastro-@astrojs/renderer-vue@0.4.0-next.0.tar.gz
astro-@astrojs/renderer-vue@0.4.0-next.0.tar.zst
astro-@astrojs/renderer-vue@0.4.0-next.0.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 f6b72df86..3e73abdf4 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": "^0.23.0-next.3",
+ "astro": "^0.23.0-next.4",
"vite-plugin-pwa": "0.11.5"
}
}