aboutsummaryrefslogtreecommitdiff
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-01-12 11:30:01 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-12 11:30:01 -0500
commit983bf72aa1a4a8eee907324a8301f286e1fb0e1d (patch)
tree6a0264a8ff02e76ea8b6b21af2874285700e0fbd /examples/with-vite-plugin-pwa
parentd3d2b89159508d47386852cc90fd2adda56480b0 (diff)
downloadastro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.tar.gz
astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.tar.zst
astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.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 91eddc42c..b13f7c39e 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.22.9",
+ "astro": "^0.22.10",
"vite-plugin-pwa": "0.11.5"
}
}