Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Zero-config PWA Framework-agnostic Plugin for Vite

## 📦 Install

> From v1.2.0, `vite-plugin-pwa` supports **Vite Environment API**.

> From v1.0.1, `vite-plugin-pwa` supports **Vite 7**.

> From v0.21.1, `vite-plugin-pwa` supports **Vite 6**.

> From v0.17, `vite-plugin-pwa` requires **Vite 5**.

> From v0.16 `vite-plugin-pwa` requires **Node 16 or above**: `workbox v7` requires **Node 16 or above**.
Expand Down
8 changes: 7 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@
"typescript": "^4.8.2",
"unocss": "^0.45.18",
"unplugin-vue-components": "^0.22.4",
"vite-plugin-pwa": "workspace:*",
"vite": "5.0.12",
"vite-plugin-pwa": "0.21.0",
"vitepress": "1.0.1",
"workbox-window": "^7.3.0"
},
"pnpm": {
"overrides": {
"vitepress>vite": "5.0.12"
}
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
},
"pnpm": {
"overrides": {
"rollup": "^4.35.0"
"rollup": "^4.35.0",
"vite": "6.0.1",
"vitepress>vite": "5.0.12"
},
"onlyBuiltDependencies": [
"sharp"
Expand Down
Loading
Loading