1
0

chore(deps): update workbox monorepo to v7 (major) (#3556)

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3556
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2023-06-02 11:03:36 +00:00
committed by konrad
parent f4a7943680
commit aa591ee2ed
3 changed files with 173 additions and 10 deletions

View File

@ -6,7 +6,7 @@ import {getFullBaseUrl} from './helpers/getFullBaseUrl'
declare let self: ServiceWorkerGlobalScope
const fullBaseUrl = getFullBaseUrl()
const workboxVersion = 'v6.6.1'
const workboxVersion = 'v7.0.0'
importScripts(`${fullBaseUrl}workbox-${workboxVersion}/workbox-sw.js`)
workbox.setConfig({