diff options
author | 2022-02-28 16:15:09 -0600 | |
---|---|---|
committer | 2022-02-28 16:15:09 -0600 | |
commit | 9cc6f2694691b66c6e79c9e9e7abb3926a40eadb (patch) | |
tree | 5cf0c0c7b1536e77b1555eda9d2bba6e3241f397 /examples/with-vite-plugin-pwa | |
parent | 329146f3c1e5e82bf83b788ace6660f39fb927d8 (diff) | |
download | astro-9cc6f2694691b66c6e79c9e9e7abb3926a40eadb.tar.gz astro-9cc6f2694691b66c6e79c9e9e7abb3926a40eadb.tar.zst astro-9cc6f2694691b66c6e79c9e9e7abb3926a40eadb.zip |
[ci] release (#2683)astro@0.23.3
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 0000b5784..e81f9d18c 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.2", + "astro": "^0.23.3", "vite-plugin-pwa": "0.11.5" } } |