Skip to content

Commit e89a1a4

Browse files
authored
chore: bump pwa plugin to 0.20.3 and pnpm to 9.9.0 (#51)
1 parent 2495627 commit e89a1a4

File tree

2 files changed

+36
-9
lines changed

2 files changed

+36
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vite-pwa/astro",
33
"type": "module",
44
"version": "0.4.0",
5-
"packageManager": "pnpm@9.7.1",
5+
"packageManager": "pnpm@9.9.0",
66
"description": "Zero-config PWA for Astro",
77
"author": "antfu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -44,15 +44,15 @@
4444
"peerDependencies": {
4545
"@vite-pwa/assets-generator": "^0.2.4",
4646
"astro": "^1.6.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
47-
"vite-plugin-pwa": ">=0.20.0 <1"
47+
"vite-plugin-pwa": ">=0.20.3 <1"
4848
},
4949
"peerDependenciesMeta": {
5050
"@vite-pwa/assets-generator": {
5151
"optional": true
5252
}
5353
},
5454
"dependencies": {
55-
"vite-plugin-pwa": ">=0.20.0 <1"
55+
"vite-plugin-pwa": ">=0.20.3 <1"
5656
},
5757
"devDependencies": {
5858
"@antfu/eslint-config": "^0.43.1",

pnpm-lock.yaml

Lines changed: 33 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)