diff options
author | 2022-06-21 09:43:19 -0400 | |
---|---|---|
committer | 2022-06-21 09:43:19 -0400 | |
commit | e67171252c7df572b1ec72360ce0ec4a7f5a4883 (patch) | |
tree | 28f68be9431d1002cb94bdc16a53c45acca6540b /examples/with-vite-plugin-pwa | |
parent | 948f82048b6a7a35a2e26cc2a6ad394d4f4210e2 (diff) | |
download | astro-e67171252c7df572b1ec72360ce0ec4a7f5a4883.tar.gz astro-e67171252c7df572b1ec72360ce0ec4a7f5a4883.tar.zst astro-e67171252c7df572b1ec72360ce0ec4a7f5a4883.zip |
[ci] release (#3615)astro@1.0.0-beta.48@astrojs/telemetry@0.1.3@astrojs/sitemap@0.2.0@astrojs/netlify@0.4.5@astrojs/markdown-remark@0.11.3@astrojs/lit@0.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
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 54c5918c8..cb8b96706 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.47", + "astro": "^1.0.0-beta.48", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } |