aboutsummaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-01-20 10:04:29 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-20 10:04:29 -0500
commite3731e5fa8a164629c548febfcd62f18055ff178 (patch)
treeb614af250aafa5aa03aaa2ae166143c90b5c7fe7 /examples/with-vite-plugin-pwa
parent59634a9d201652d78d3a37072b68939be40d8f34 (diff)
downloadastro-e3731e5fa8a164629c548febfcd62f18055ff178.tar.gz
astro-e3731e5fa8a164629c548febfcd62f18055ff178.tar.zst
astro-e3731e5fa8a164629c548febfcd62f18055ff178.zip
[ci] release (#2430)astro@0.22.16
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.json2
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 dbfaadc79..30fb73dd3 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.22.15",
+ "astro": "^0.22.16",
"vite-plugin-pwa": "0.11.5"
}
}