diff options
author | 2023-08-18 14:13:25 -0700 | |
---|---|---|
committer | 2023-08-18 17:13:25 -0400 | |
commit | 34c39a0c96ee5aed74ceae851a512b271db7630d (patch) | |
tree | 8f4a16a476070887b7264fdb11d1ebad4b162476 /examples/with-vite-plugin-pwa/package.json | |
parent | 531cc3e490bc3bc1b896eeaec05664571df5bb24 (diff) | |
download | astro-5decc9244c53666276df20902019362b2bd04025.tar.gz astro-5decc9244c53666276df20902019362b2bd04025.tar.zst astro-5decc9244c53666276df20902019362b2bd04025.zip |
[ci] release (#8145)astro@2.10.12@astrojs/react@2.3.2@astrojs/node@5.3.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-vite-plugin-pwa/package.json')
-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 6604cde8a..80e058ec6 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.10.11", + "astro": "^2.10.12", "vite-plugin-pwa": "0.14.7", "workbox-window": "^6.6.0" } |