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-03-24 17:37:49 -0500
committerGravatar GitHub <noreply@github.com> 2022-03-24 17:37:49 -0500
commitc78d7a46c9beaff4923e9f6fbb8eb414cc51afbd (patch)
treeb1909bd4a83c5d264a942b662c5daf149dbaa23c /examples/with-vite-plugin-pwa/package.json
parent2db97f10dc50f9498413181b78c477fe8833895b (diff)
downloadastro-5be1e6ca099d1f152a1b3cd7d3c7bbfc3d941013.tar.gz
astro-5be1e6ca099d1f152a1b3cd7d3c7bbfc3d941013.tar.zst
astro-5be1e6ca099d1f152a1b3cd7d3c7bbfc3d941013.zip
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 cf002aa9b..ed76f9396 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.25.0-next.2",
+ "astro": "^0.25.0-next.3",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.1"
}