Skip to content

Commit

Permalink
chore: bump vite pwa to 0.20.4 and assets generator to 0.2.6 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Sep 4, 2024
1 parent 10f13ef commit 5f3c0d8
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 195 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 @@ -38,7 +38,7 @@
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vitest": "^1.0.4"
"vitest": "^2.0.5"
},
"type": "module",
"dependencies": {
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 @@ -38,7 +38,7 @@
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vitest": "^1.0.4"
"vitest": "^2.0.5"
},
"type": "module",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
},
"peerDependencies": {
"@sveltejs/kit": "^1.3.1 || ^2.0.1",
"@vite-pwa/assets-generator": "^0.2.4",
"vite-plugin-pwa": ">=0.20.3 <1"
"@vite-pwa/assets-generator": "^0.2.6",
"vite-plugin-pwa": ">=0.20.4 <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.3 <1"
"vite-plugin-pwa": ">=0.20.4 <1"
}
}
Loading

0 comments on commit 5f3c0d8

Please sign in to comment.