diff options
author | 2022-04-14 15:28:42 -0400 | |
---|---|---|
committer | 2022-04-14 15:28:42 -0400 | |
commit | c1336ae41cfa9e263b5761123874b9b73c18d405 (patch) | |
tree | efaabf28fdfd5a5441f66d1ae4be8e26288bca2e /examples/with-vite-plugin-pwa/package.json | |
parent | e352238441b8f838e67347d57d256dff10afc797 (diff) | |
download | astro-c1336ae41cfa9e263b5761123874b9b73c18d405.tar.gz astro-c1336ae41cfa9e263b5761123874b9b73c18d405.tar.zst astro-c1336ae41cfa9e263b5761123874b9b73c18d405.zip |
[ci] release (#3114)astro@1.0.0-beta.12
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 efb5c38dd..54595ac7e 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.11", + "astro": "^1.0.0-beta.12", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.2" } |