Skip to content

Commit

Permalink
chore: bump vite pwa to 0.20.4 and assets generator to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Sep 4, 2024
1 parent 4ce4fe1 commit 9b3a701
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"./package.json": "./package.json",
"./dist/*": "./dist/*"
},
"main": "dist/index.mjs",
Expand All @@ -42,8 +43,8 @@
"release": "bumpp && npm publish"
},
"peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"vite-plugin-pwa": ">=0.20.3 <1"
"@vite-pwa/assets-generator": "^0.2.6",
"vite-plugin-pwa": ">=0.20.4 <1"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
Expand All @@ -61,7 +62,7 @@
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vite-plugin-pwa": ">=0.20.3 <1",
"vite-plugin-pwa": ">=0.20.4 <1",
"vitepress": "^1.1.4"
},
"pnpm": {
Expand Down
39 changes: 26 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b3a701

Please sign in to comment.