Skip to content

Commit

Permalink
chore: bump vite pwa to 0.20.4 and assets generator to 0.2.6 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Sep 4, 2024
1 parent 4fbbe7d commit 3c9db67
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 19 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand All @@ -42,17 +43,17 @@
"release": "bumpp && npm publish"
},
"peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/assets-generator": "^0.2.6",
"astro": "^1.6.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
"vite-plugin-pwa": ">=0.20.3 <1"
"vite-plugin-pwa": ">=0.20.4 <1"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
"optional": true
}
},
"dependencies": {
"vite-plugin-pwa": ">=0.20.3 <1"
"vite-plugin-pwa": ">=0.20.4 <1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
Expand Down
42 changes: 27 additions & 15 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 3c9db67

Please sign in to comment.