Skip to content

Commit

Permalink
fix!: update vite-plugin-pwa dependency to 0.20.0 (#82)
Browse files Browse the repository at this point in the history
* fix!: update vite-plugin-pwa dependency to 0.20.0

* chore: regenerate lock file
  • Loading branch information
userquin committed Apr 30, 2024
1 parent 3ff8426 commit 5af044f
Show file tree
Hide file tree
Showing 4 changed files with 6,324 additions and 5,044 deletions.
2 changes: 1 addition & 1 deletion examples/sveltekit-ts-assets-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"vitest": "^1.0.4"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"vitest": "^1.0.4"
},
"type": "module",
Expand Down
8 changes: 4 additions & 4 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.4.0",
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@9.0.6",
"description": "Zero-config PWA for SvelteKit",
"author": "antfu <anthonyfu117@hotmail.com>",
"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.19.0 <1"
"vite-plugin-pwa": ">=0.20.0 <1"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
Expand All @@ -70,9 +70,9 @@
"@typescript-eslint/eslint-plugin": "^6.13.2",
"bumpp": "^9.2.0",
"eslint": "^8.55.0",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.0.10",
"vite-plugin-pwa": ">=0.19.0 <1"
"vite-plugin-pwa": ">=0.20.0 <1"
}
}

0 comments on commit 5af044f

Please sign in to comment.