Skip to content

Commit

Permalink
fix: dev sw stop working when using generateSW strategy (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Sep 4, 2024
1 parent 685f5ac commit 46b704e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.6",
"vite-plugin-pwa": ">=0.20.4 <1"
"vite-plugin-pwa": ">=0.20.5 <1"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
Expand All @@ -62,7 +62,7 @@
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vite-plugin-pwa": ">=0.20.4 <1",
"vite-plugin-pwa": ">=0.20.5 <1",
"vitepress": "^1.1.4"
},
"pnpm": {
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46b704e

Please sign in to comment.