summaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-10 06:10:04 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-10 09:10:04 -0500
commit5db28e90d03bd4dfd05aab743c647f689e349cf2 (patch)
treeaa47a5153f58b1250dd6ff0461bbe48464741570 /examples/with-vite-plugin-pwa
parent15b84ccb9859b070e30030015fca0de090a7b079 (diff)
downloadastro-5db28e90d03bd4dfd05aab743c647f689e349cf2.tar.gz
astro-5db28e90d03bd4dfd05aab743c647f689e349cf2.tar.zst
astro-5db28e90d03bd4dfd05aab743c647f689e349cf2.zip
[ci] release (#9038)astro@3.5.1
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 731761e4b..213de23ad 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.5.0",
+ "astro": "^3.5.1",
"vite-plugin-pwa": "0.16.4",
"workbox-window": "^7.0.0"
}