Skip to content

Commit

Permalink
feat: update pwa plugin to 0.16.5 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Sep 9, 2023
1 parent 450bf2d commit 68cc9e6
Show file tree
Hide file tree
Showing 2 changed files with 909 additions and 624 deletions.
22 changes: 11 additions & 11 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.2.0",
"packageManager": "pnpm@8.6.3",
"packageManager": "pnpm@8.7.4",
"description": "Zero-config PWA for VitePress",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -43,20 +43,20 @@
"release": "bumpp && npm publish"
},
"peerDependencies": {
"vite-plugin-pwa": ">=0.16.3 <1"
"vite-plugin-pwa": ">=0.16.5 <1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@antfu/ni": "^0.21.4",
"@antfu/eslint-config": "^0.41.0",
"@antfu/ni": "^0.21.8",
"@types/debug": "^4.1.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"bumpp": "^9.2.0",
"eslint": "^8.49.0",
"https-localhost": "^4.7.1",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vite-plugin-pwa": ">=0.16.3 <1",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.9",
"vite-plugin-pwa": ">=0.16.5 <1",
"vitepress": "1.0.0-beta.3"
},
"pnpm": {
Expand Down

0 comments on commit 68cc9e6

Please sign in to comment.