summaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa/package.json
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-05-04 08:59:10 -0400
committerGravatar GitHub <noreply@github.com> 2022-05-04 08:59:10 -0400
commit9b6a2e2d87372dd54cf7557ab62d9366f73da082 (patch)
treed7ddeb5035a257cd3e3308b488a402139b5b8b75 /examples/with-vite-plugin-pwa/package.json
parent757790f4e82a9894300b29d2468c19ef65dc1e1f (diff)
downloadastro-a0f49c1e1ef6e0eeb640ba0194baf851e7b6d4a5.tar.gz
astro-a0f49c1e1ef6e0eeb640ba0194baf851e7b6d4a5.tar.zst
astro-a0f49c1e1ef6e0eeb640ba0194baf851e7b6d4a5.zip
[ci] release (#3288)astro@1.0.0-beta.24
Co-authored-by: github-actions[bot] <github-actions[bot]@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 c83112912..29bafe6dd 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-beta.23",
+ "astro": "^1.0.0-beta.24",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}