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-13 09:37:44 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-13 09:37:44 -0500
commit834e5299f1988e9df01166efe00a2369a045bed9 (patch)
tree534a5d086bacd76fc93d5173464ab0421062e2be /examples/with-vite-plugin-pwa
parenta9b44f2936a5517487a781fc58add6fd327a3f22 (diff)
downloadastro-834e5299f1988e9df01166efe00a2369a045bed9.tar.gz
astro-834e5299f1988e9df01166efe00a2369a045bed9.tar.zst
astro-834e5299f1988e9df01166efe00a2369a045bed9.zip
[ci] release (#2366)astro@0.22.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.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 b13f7c39e..3fcf9f5ee 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.10",
+ "astro": "^0.22.11",
"vite-plugin-pwa": "0.11.5"
}
}