aboutsummaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa
diff options
context:
space:
mode:
authorGravatar Nate Moore <nate@skypack.dev> 2021-12-16 16:32:13 -0600
committerGravatar Nate Moore <nate@skypack.dev> 2021-12-16 16:32:13 -0600
commita4a6b7d871e2b31416ba0389e50187be8de7cc03 (patch)
tree117b8dc988fd65f7ebe65573b9d8edf467f3a87d /examples/with-vite-plugin-pwa
parentb8c821a0743ed004691eae0eea471a368d2fa35f (diff)
downloadastro-a4a6b7d871e2b31416ba0389e50187be8de7cc03.tar.gz
astro-a4a6b7d871e2b31416ba0389e50187be8de7cc03.tar.zst
astro-a4a6b7d871e2b31416ba0389e50187be8de7cc03.zip
fix: pin with-vite-plugin-pwa example
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 faf341640..de637bf51 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"astro": "^0.21.12",
- "vite-plugin-pwa": "^0.11.5"
+ "vite-plugin-pwa": "0.11.5"
}
}