Skip to content

Commit 716c765

Browse files
committed
chore: update pwa plugin
1 parent ddf479d commit 716c765

File tree

3 files changed

+77
-43
lines changed

3 files changed

+77
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"typescript": "^4.9.4",
5757
"unbuild": "^1.0.2",
5858
"vite": "^4.0.0",
59-
"vite-plugin-pwa": "^0.14.0",
60-
"vitepress": "1.0.0-alpha.31"
59+
"vite-plugin-pwa": "^0.14.1",
60+
"vitepress": "1.0.0-alpha.35"
6161
},
6262
"pnpm": {
6363
"peerDependencyRules": {

pnpm-lock.yaml

Lines changed: 74 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export function withPwa(config: UserConfig) {
2828
let api: VitePluginPWAAPI | undefined
2929

3030
vitePlugins.push(
31+
// @ts-expect-error vite 4 PluginOption and Plugin mismatch
3132
VitePWA({ ...pwa }),
3233
{
3334
name: 'vite-plugin-pwa:vitepress',

0 commit comments

Comments
 (0)