diff options
author | 2022-02-02 12:11:57 -0500 | |
---|---|---|
committer | 2022-02-02 12:11:57 -0500 | |
commit | e49f581bc23d3c115f61d4ad9830ebb8f792921f (patch) | |
tree | ac0d3914b2bab8b13eb9d48a6d1f755b7d0bca51 /examples/with-vite-plugin-pwa | |
parent | eecc996d7e578f8fe1bf1f77a943684cfee943e3 (diff) | |
download | astro-e49f581bc23d3c115f61d4ad9830ebb8f792921f.tar.gz astro-e49f581bc23d3c115f61d4ad9830ebb8f792921f.tar.zst astro-e49f581bc23d3c115f61d4ad9830ebb8f792921f.zip |
[ci] release (next) (#2523)astro@0.23.0-next.1
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 8c4e5ebd8..c0c0acf74 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.23.0-next.0", + "astro": "^0.23.0-next.1", "vite-plugin-pwa": "0.11.5" } } |