diff options
author | 2022-06-21 12:47:04 -0400 | |
---|---|---|
committer | 2022-06-21 12:47:04 -0400 | |
commit | b4db008e53867386542aa6e74c9649f574045dc9 (patch) | |
tree | cd57aa5f4dd6b2d3394ffb006245bdfd5e5edec9 /examples/with-vite-plugin-pwa | |
parent | 0d3a7de527e6b82de8257ef4cbed52714477fd97 (diff) | |
download | astro@1.0.0-beta.50.tar.gz astro@1.0.0-beta.50.tar.zst astro@1.0.0-beta.50.zip |
[ci] release (#3664)astro@1.0.0-beta.50
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.json | 2 |
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 4abbee136..1c3abfafd 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.49", + "astro": "^1.0.0-beta.50", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } |