Skip to content

Commit 8b4427e

Browse files
authored
fix!: update vite-plugin-pwa dependency to 0.20.0 (#32)
* fix!: update vite-plugin-pwa dependency to 0.20.0 * chore: regenerate lock file
1 parent 1c358c0 commit 8b4427e

File tree

5 files changed

+6470
-5052
lines changed

5 files changed

+6470
-5052
lines changed

examples/pwa-prompt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vite-pwa/vitepress": "workspace:*",
1717
"@vitejs/plugin-vue": "^4.5.0",
1818
"https-localhost": "^4.7.1",
19-
"typescript": "^5.2.2",
20-
"workbox-window": "^7.0.0"
19+
"typescript": "^5.4.5",
20+
"workbox-window": "^7.1.0"
2121
}
2222
}

examples/pwa-simple-assets-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"devDependencies": {
1313
"@vite-pwa/vitepress": "workspace:*",
1414
"https-localhost": "^4.7.1",
15-
"typescript": "^5.2.2"
15+
"typescript": "^5.4.5"
1616
}
1717
}

examples/pwa-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"devDependencies": {
1313
"@vite-pwa/vitepress": "workspace:*",
1414
"https-localhost": "^4.7.1",
15-
"typescript": "^5.2.2"
15+
"typescript": "^5.4.5"
1616
}
1717
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vite-pwa/vitepress",
33
"type": "module",
44
"version": "0.4.0",
5-
"packageManager": "pnpm@8.15.3",
5+
"packageManager": "pnpm@9.0.6",
66
"description": "Zero-config PWA for VitePress",
77
"author": "antfu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"@vite-pwa/assets-generator": "^0.2.4",
46-
"vite-plugin-pwa": ">=0.19.0 <1"
46+
"vite-plugin-pwa": ">=0.20.0 <1"
4747
},
4848
"peerDependenciesMeta": {
4949
"@vite-pwa/assets-generator": {
@@ -58,11 +58,11 @@
5858
"bumpp": "^9.2.0",
5959
"eslint": "^8.54.0",
6060
"https-localhost": "^4.7.1",
61-
"typescript": "^5.3.3",
61+
"typescript": "^5.4.5",
6262
"unbuild": "^2.0.0",
63-
"vite": "^5.0.0",
64-
"vite-plugin-pwa": ">=0.19.0 <1",
65-
"vitepress": "1.0.0-rc.42"
63+
"vite": "^5.2.10",
64+
"vite-plugin-pwa": ">=0.20.0 <1",
65+
"vitepress": "^1.1.4"
6666
},
6767
"pnpm": {
6868
"peerDependencyRules": {

0 commit comments

Comments
 (0)