diff options
author | 2022-05-26 06:48:47 -0400 | |
---|---|---|
committer | 2022-05-26 06:48:47 -0400 | |
commit | 8a49ad23bf1e441aa5bf85dad084890f3b0414ec (patch) | |
tree | 8087bf45e265b921088d55a1d89ad65743db435f /examples/with-vite-plugin-pwa/package.json | |
parent | 51db2b9b4efd899bdd7efc481a5f226b3b040614 (diff) | |
download | astro@1.0.0-beta.34.tar.gz astro@1.0.0-beta.34.tar.zst astro@1.0.0-beta.34.zip |
[ci] release (#3446)astro@1.0.0-beta.34@astrojs/markdown-remark@0.10.1
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.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 fdd822d13..e516a5c49 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.33", + "astro": "^1.0.0-beta.34", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } |