Skip to content

Commit

Permalink
fix: peer deps semver
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jun 9, 2023
1 parent c46aa65 commit 2b802fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"peerDependencies": {
"@sveltejs/kit": "^1.3.1",
"vite-plugin-pwa": "^0.16.3"
"vite-plugin-pwa": ">=0.16.3 <1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
Expand Down

0 comments on commit 2b802fa

Please sign in to comment.