diff options
Diffstat (limited to 'examples/with-vite-plugin-pwa')
-rw-r--r-- | examples/with-vite-plugin-pwa/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 5e136750e..d50881323 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -9,8 +9,8 @@ "preview": "astro preview", "astro": "astro" }, - "devDependencies": { - "astro": "^1.1.2", + "dependencies": { + "astro": "^1.1.1", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } |