Skip to content

Commit

Permalink
feat!: update vitepress, pwa plugin and workbox to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jun 9, 2023
1 parent a8e4399 commit d010de7
Show file tree
Hide file tree
Showing 7 changed files with 1,981 additions and 1,929 deletions.
1 change: 1 addition & 0 deletions examples/pwa-prompt/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default withPwa(defineConfig({
},
devOptions: {
enabled: true,
suppressWarnings: true,
navigateFallback: '/',
},
},
Expand Down
8 changes: 4 additions & 4 deletions examples/pwa-prompt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"https": "nr build && serve .vitepress/dist"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.4"
},
"devDependencies": {
"@vite-pwa/vitepress": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"https-localhost": "^4.7.1",
"typescript": "^4.9.5",
"workbox-window": "^6.5.4"
"typescript": "^5.1.3",
"workbox-window": "^7.0.0"
}
}
1 change: 1 addition & 0 deletions examples/pwa-simple/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default withPwa(defineConfig({
},
devOptions: {
enabled: true,
suppressWarnings: true,
navigateFallback: '/',
},
},
Expand Down
2 changes: 1 addition & 1 deletion examples/pwa-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"@vite-pwa/vitepress": "workspace:*",
"https-localhost": "^4.7.1",
"typescript": "^4.9.5"
"typescript": "^5.1.3"
}
}
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vite-pwa/vitepress",
"type": "module",
"version": "0.0.5",
"packageManager": "pnpm@7.18.1",
"packageManager": "pnpm@8.6.1",
"description": "Zero-config PWA for VitePress",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -43,22 +43,21 @@
"release": "bumpp && npm publish"
},
"peerDependencies": {
"vite-plugin-pwa": "^0.14.0"
"vite-plugin-pwa": ">=0.16.3 <1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@antfu/ni": "^0.19.0",
"@types/debug": "^4.1.7",
"@types/workbox-build": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"bumpp": "^8.2.1",
"eslint": "^8.33.0",
"@antfu/eslint-config": "^0.39.5",
"@antfu/ni": "^0.21.4",
"@types/debug": "^4.1.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"https-localhost": "^4.7.1",
"typescript": "^4.9.5",
"unbuild": "^1.1.1",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.14.2",
"vitepress": "1.0.0-alpha.45"
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vite-plugin-pwa": ">=0.16.3 <1",
"vitepress": "1.0.0-beta.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit d010de7

Please sign in to comment.