Skip to content

Commit

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

* chore: rebuild lock file
  • Loading branch information
userquin authored Apr 30, 2024
1 parent fd81b22 commit c94df67
Show file tree
Hide file tree
Showing 5 changed files with 7,298 additions and 5,966 deletions.
2 changes: 1 addition & 1 deletion examples/pwa-prompt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@vite-pwa/astro": "workspace:*",
"astro": "^4.0.1",
"workbox-window": "^7.0.0"
"workbox-window": "^7.1.0"
},
"stackblitz": {
"installDependencies": false,
Expand Down
2 changes: 1 addition & 1 deletion examples/pwa-simple-assets-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@vite-pwa/astro": "workspace:*",
"astro": "^4.0.1",
"workbox-window": "^7.0.0"
"workbox-window": "^7.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/pwa-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@vite-pwa/astro": "workspace:*",
"astro": "^4.0.1",
"workbox-window": "^7.0.0"
"workbox-window": "^7.1.0"
},
"stackblitz": {
"installDependencies": false,
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/astro",
"type": "module",
"version": "0.3.1",
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@9.0.6",
"description": "Zero-config PWA for Astro",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -44,15 +44,15 @@
"peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"astro": "^1.6.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
"vite-plugin-pwa": ">=0.19.6 <1"
"vite-plugin-pwa": ">=0.20.0 <1"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
"optional": true
}
},
"dependencies": {
"vite-plugin-pwa": ">=0.19.6 <1"
"vite-plugin-pwa": ">=0.20.0 <1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
Expand All @@ -65,7 +65,7 @@
"eslint": "^8.54.0",
"esno": "^4.0.0",
"https-localhost": "^4.7.1",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.0.0"
}
Expand Down
Loading

0 comments on commit c94df67

Please sign in to comment.