Skip to content

Commit

Permalink
fix!: update vite-plugin-pwa dependency to 0.20.0 (#133)
Browse files Browse the repository at this point in the history
* fix!: update vite-plugin-pwa dependency to 0.20.0

* chore: rebuild lock file
  • Loading branch information
userquin committed Apr 30, 2024
1 parent 8b95d31 commit 064937e
Show file tree
Hide file tree
Showing 2 changed files with 9,813 additions and 7,284 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@vite-pwa/nuxt",
"type": "module",
"version": "0.6.0",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@9.0.6",
"description": "Zero-config PWA for Nuxt 3",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@nuxt/kit": "^3.9.0",
"pathe": "^1.1.1",
"ufo": "^1.3.2",
"vite-plugin-pwa": ">=0.19.2 <1"
"vite-plugin-pwa": ">=0.20.0 <1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
Expand All @@ -77,7 +77,7 @@
"publint": "^0.2.5",
"rimraf": "^5.0.5",
"serve": "^14.2.1",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"vitest": "^1.1.0",
"vue-tsc": "^1.8.27"
},
Expand Down

0 comments on commit 064937e

Please sign in to comment.