Skip to content

Commit

Permalink
feat!: update workbox to 7.3.0 (#781)
Browse files Browse the repository at this point in the history
* feat!: update workbox to 7.3.0

* chore: fix docs build
  • Loading branch information
userquin authored Nov 13, 2024
1 parent 2de47c4 commit e01e4ce
Show file tree
Hide file tree
Showing 4 changed files with 1,465 additions and 976 deletions.
9 changes: 4 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "vite-plugin-pwa-docs",
"version": "0.0.0",
"private": "true",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build && esno scripts/build.ts",
Expand All @@ -10,8 +11,7 @@
},
"dependencies": {
"@vueuse/core": "^9.2.0",
"@vueuse/shared": "^9.2.0",
"vue": "^3.2.38"
"@vueuse/shared": "^9.2.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand All @@ -25,9 +25,8 @@
"typescript": "^4.8.2",
"unocss": "^0.45.18",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.1.0",
"vite-plugin-pwa": "workspace:*",
"vitepress": "1.0.0-alpha.13",
"workbox-window": "^6.5.4"
"vitepress": "1.0.1",
"workbox-window": "^7.3.0"
}
}
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.6",
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0",
"workbox-build": "^7.1.0",
"workbox-window": "^7.1.0"
"workbox-build": "^7.3.0",
"workbox-window": "^7.3.0"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
Expand All @@ -123,9 +123,9 @@
"dependencies": {
"debug": "^4.3.6",
"pretty-bytes": "^6.1.1",
"tinyglobby": "^0.2.0",
"workbox-build": "^7.1.0",
"workbox-window": "^7.1.0"
"tinyglobby": "^0.2.10",
"workbox-build": "^7.3.0",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.0.0",
Expand All @@ -145,13 +145,17 @@
"prompts": "^2.4.2",
"publint": "^0.2.5",
"react": "^18.2.0",
"rollup": "^4.4.1",
"solid-js": "^1.8.5",
"svelte": "^4.2.5",
"tsup": "^7.3.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "1.0.0-beta.4",
"vue": "^3.3.8"
},
"pnpm": {
"overrides": {
"rollup": "^4.4.1"
}
}
}
Loading

0 comments on commit e01e4ce

Please sign in to comment.