Skip to content

Commit

Permalink
feat: update pwa plugin to 0.16.5 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Sep 9, 2023
1 parent 19e6870 commit da13a14
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.17.1

- run: npx changelogithub
env:
Expand Down
12 changes: 6 additions & 6 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.1.2",
"packageManager": "pnpm@8.7.1",
"packageManager": "pnpm@8.7.4",
"description": "Zero-config PWA for Astro",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -45,19 +45,19 @@
},
"peerDependencies": {
"astro": "^1.6.0 || ^2.0.0 || ^3.0.0",
"vite-plugin-pwa": ">=0.16.3 <1"
"vite-plugin-pwa": ">=0.16.5 <1"
},
"dependencies": {
"vite-plugin-pwa": ">=0.16.3 <1"
"vite-plugin-pwa": ">=0.16.5 <1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"@antfu/ni": "^0.21.7",
"@antfu/ni": "^0.21.8",
"@types/debug": "^4.1.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"astro": "^3.0.5",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"https-localhost": "^4.7.1",
"typescript": "^5.2.2",
"unbuild": "^1.2.1",
Expand Down

0 comments on commit da13a14

Please sign in to comment.