diff options
author | 2021-12-06 17:10:43 -0600 | |
---|---|---|
committer | 2021-12-06 17:10:43 -0600 | |
commit | a7e2070abca385056cb53c520a01bd5fffab0af9 (patch) | |
tree | 68a3f5b9691b7a5fd05e2ad592d95b7132baa5c4 /examples/with-vite-plugin-pwa | |
parent | da7b41f5b8eb6d3a3e3a765be447e03ef5691979 (diff) | |
download | astro-a7e2070abca385056cb53c520a01bd5fffab0af9.tar.gz astro-a7e2070abca385056cb53c520a01bd5fffab0af9.tar.zst astro-a7e2070abca385056cb53c520a01bd5fffab0af9.zip |
chore: release (#2136)create-astro@0.6.9astro@0.21.11
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 feca773a3..a7e3faf31 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.21.10", + "astro": "^0.21.11", "vite-plugin-pwa": "^0.11.5" } } |