Skip to content

Commit

Permalink
chore: bump vite plugin pwa to 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Sep 2, 2024
1 parent 9523161 commit 0bf1516
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vite-pwa/sveltekit",
"type": "module",
"version": "0.6.1",
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"description": "Zero-config PWA for SvelteKit",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -52,7 +52,7 @@
"peerDependencies": {
"@sveltejs/kit": "^1.3.1 || ^2.0.1",
"@vite-pwa/assets-generator": "^0.2.4",
"vite-plugin-pwa": ">=0.20.0 <1"
"vite-plugin-pwa": ">=0.20.3 <1"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
Expand All @@ -73,6 +73,6 @@
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.0.10",
"vite-plugin-pwa": ">=0.20.0 <1"
"vite-plugin-pwa": ">=0.20.3 <1"
}
}
39 changes: 33 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 0bf1516

Please sign in to comment.