Skip to content

Commit 46b704e

Browse files
authored
fix: dev sw stop working when using generateSW strategy (#38)
1 parent 685f5ac commit 46b704e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"@vite-pwa/assets-generator": "^0.2.6",
47-
"vite-plugin-pwa": ">=0.20.4 <1"
47+
"vite-plugin-pwa": ">=0.20.5 <1"
4848
},
4949
"peerDependenciesMeta": {
5050
"@vite-pwa/assets-generator": {
@@ -62,7 +62,7 @@
6262
"typescript": "^5.4.5",
6363
"unbuild": "^2.0.0",
6464
"vite": "^5.2.10",
65-
"vite-plugin-pwa": ">=0.20.4 <1",
65+
"vite-plugin-pwa": ">=0.20.5 <1",
6666
"vitepress": "^1.1.4"
6767
},
6868
"pnpm": {

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)