diff options
author | 2022-01-13 09:37:44 -0500 | |
---|---|---|
committer | 2022-01-13 09:37:44 -0500 | |
commit | 834e5299f1988e9df01166efe00a2369a045bed9 (patch) | |
tree | 534a5d086bacd76fc93d5173464ab0421062e2be /examples/with-vite-plugin-pwa | |
parent | a9b44f2936a5517487a781fc58add6fd327a3f22 (diff) | |
download | astro-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.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 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" } } |