Skip to content

Commit 3e7cf58

Browse files
authored
feat: Vite 4 support (vite-pwa#12)
1 parent 98971ac commit 3e7cf58

File tree

3 files changed

+1041
-1025
lines changed

3 files changed

+1041
-1025
lines changed

examples/pwa-prompt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"https": "nr build && serve .vitepress/dist"
1111
},
1212
"dependencies": {
13-
"vue": "^3.2.41"
13+
"vue": "^3.2.45"
1414
},
1515
"devDependencies": {
1616
"@vite-pwa/vitepress": "workspace:*",
17-
"@vitejs/plugin-vue": "^3.2.0",
17+
"@vitejs/plugin-vue": "^4.0.0",
1818
"https-localhost": "^4.7.1",
19-
"typescript": "^4.8.4",
19+
"typescript": "^4.9.4",
2020
"workbox-window": "^6.5.4"
2121
}
2222
}

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vite-pwa/vitepress",
33
"type": "module",
44
"version": "0.0.2",
5-
"packageManager": "pnpm@7.14.2",
5+
"packageManager": "pnpm@7.18.1",
66
"description": "Zero-config PWA for VitePress",
77
"author": "antfu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -43,22 +43,21 @@
4343
"xrelease": "npx bumpp --push --tag --commit && npm publish"
4444
},
4545
"peerDependencies": {
46-
"@types/workbox-build": "^5.0.1",
47-
"vite-plugin-pwa": "^0.13.3"
46+
"vite-plugin-pwa": "^0.14.0"
4847
},
4948
"devDependencies": {
50-
"@antfu/eslint-config": "^0.29.4",
51-
"@antfu/ni": "^0.18.3",
49+
"@antfu/eslint-config": "^0.33.1",
50+
"@antfu/ni": "^0.18.8",
5251
"@types/debug": "^4.1.7",
5352
"@types/workbox-build": "^5.0.1",
54-
"@typescript-eslint/eslint-plugin": "^5.42.1",
55-
"eslint": "^8.27.0",
53+
"@typescript-eslint/eslint-plugin": "^5.46.0",
54+
"eslint": "^8.29.0",
5655
"https-localhost": "^4.7.1",
57-
"typescript": "^4.8.4",
58-
"unbuild": "^0.9.4",
59-
"vite": "^3.2.3",
60-
"vite-plugin-pwa": "^0.13.3",
61-
"vitepress": "1.0.0-alpha.27"
56+
"typescript": "^4.9.4",
57+
"unbuild": "^1.0.2",
58+
"vite": "^4.0.0",
59+
"vite-plugin-pwa": "^0.14.0",
60+
"vitepress": "1.0.0-alpha.31"
6261
},
6362
"pnpm": {
6463
"peerDependencyRules": {

0 commit comments

Comments
 (0)