diff options
author | 2022-01-12 11:30:01 -0500 | |
---|---|---|
committer | 2022-01-12 11:30:01 -0500 | |
commit | 983bf72aa1a4a8eee907324a8301f286e1fb0e1d (patch) | |
tree | 6a0264a8ff02e76ea8b6b21af2874285700e0fbd /examples/with-vite-plugin-pwa | |
parent | d3d2b89159508d47386852cc90fd2adda56480b0 (diff) | |
download | astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.tar.gz astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.tar.zst astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.zip |
[ci] release (#2340)astro@0.22.10@astrojs/renderer-solid@0.3.1
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 91eddc42c..b13f7c39e 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.9", + "astro": "^0.22.10", "vite-plugin-pwa": "0.11.5" } } |