Skip to content

Commit

Permalink
chore: bump pwa plugin to 0.20.3 and pnpm to 9.9.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Sep 2, 2024
1 parent 2495627 commit e89a1a4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vite-pwa/astro",
"type": "module",
"version": "0.4.0",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.9.0",
"description": "Zero-config PWA for Astro",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -44,15 +44,15 @@
"peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"astro": "^1.6.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
"vite-plugin-pwa": ">=0.20.0 <1"
"vite-plugin-pwa": ">=0.20.3 <1"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
"optional": true
}
},
"dependencies": {
"vite-plugin-pwa": ">=0.20.0 <1"
"vite-plugin-pwa": ">=0.20.3 <1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
Expand Down
39 changes: 33 additions & 6 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 e89a1a4

Please sign in to comment.