Skip to content

Commit

Permalink
fix!: update vite-plugin-pwa dependency to 0.20.0 (#32)
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 1c358c0 commit 8b4427e
Show file tree
Hide file tree
Showing 5 changed files with 6,470 additions and 5,052 deletions.
4 changes: 2 additions & 2 deletions examples/pwa-prompt/package.json
Expand Up @@ -16,7 +16,7 @@
"@vite-pwa/vitepress": "workspace:*",
"@vitejs/plugin-vue": "^4.5.0",
"https-localhost": "^4.7.1",
"typescript": "^5.2.2",
"workbox-window": "^7.0.0"
"typescript": "^5.4.5",
"workbox-window": "^7.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/pwa-simple-assets-generator/package.json
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"@vite-pwa/vitepress": "workspace:*",
"https-localhost": "^4.7.1",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/pwa-simple/package.json
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"@vite-pwa/vitepress": "workspace:*",
"https-localhost": "^4.7.1",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
}
}
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@vite-pwa/vitepress",
"type": "module",
"version": "0.4.0",
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@9.0.6",
"description": "Zero-config PWA for VitePress",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"peerDependencies": {
"@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 @@ -58,11 +58,11 @@
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"https-localhost": "^4.7.1",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.0.0",
"vite-plugin-pwa": ">=0.19.0 <1",
"vitepress": "1.0.0-rc.42"
"vite": "^5.2.10",
"vite-plugin-pwa": ">=0.20.0 <1",
"vitepress": "^1.1.4"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit 8b4427e

Please sign in to comment.