Update dependency vite-plugin-pwa to v0.10.0 (#644)

Reviewed-on: vikunja/frontend#644
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate 2021-08-09 11:46:13 +00:00 committed by konrad
parent 28d9f89a4d
commit 24d5446ce5
3 changed files with 7 additions and 7 deletions

View File

@ -65,7 +65,7 @@
"ts-jest": "27.0.4",
"typescript": "4.3.5",
"vite": "2.4.4",
"vite-plugin-pwa": "0.9.3",
"vite-plugin-pwa": "0.10.0",
"vite-plugin-vue2": "1.7.3",
"vue-flatpickr-component": "8.1.7",
"vue-notification": "1.3.20",

View File

@ -1,8 +1,8 @@
/* eslint-disable no-console */
/* eslint-disable no-undef */
importScripts( '/workbox-v6.1.5/workbox-sw.js')
workbox.setConfig({modulePathPrefix: '/workbox-v6.1.5'})
importScripts( '/workbox-v6.2.2/workbox-sw.js')
workbox.setConfig({modulePathPrefix: '/workbox-v6.2.2'})
import { precacheAndRoute } from 'workbox-precaching'
precacheAndRoute(self.__WB_MANIFEST)

View File

@ -8095,10 +8095,10 @@ verte@0.0.12:
dependencies:
color-fns "^0.0.10"
vite-plugin-pwa@0.9.3:
version "0.9.3"
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.9.3.tgz#3c03df1e7b8c9a6406882b2f475d3920fecd2da9"
integrity sha512-o7UD6zMssH60dblwcTKqPeESlv1iF6tPQq2dx2N9smYMh5e5A6rlwWivV4fN8Nq2PVj82itcGRycIHDT+j32vg==
vite-plugin-pwa@0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.10.0.tgz#56ea6c19b696c8901736aac97f9f316d3090a7c3"
integrity sha512-QTI2OshRFR46JFS3KLVXXdIyhy+eO5pO3ezbeIXRAMNlUPJuB/r5sXhpRUGRZIkbrIq+UwSULNsCaNo8Ux5ZqA==
dependencies:
debug "^4.3.2"
fast-glob "^3.2.7"