1
0

chore(deps): update workbox monorepo to v6.5.4 (#2204)

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2204
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2022-08-02 11:40:56 +00:00
committed by konrad
parent 8b3072672a
commit c8162728b7
3 changed files with 172 additions and 9 deletions

View File

@ -1,7 +1,7 @@
/* eslint-disable no-console */
/* eslint-disable no-undef */
const workboxVersion = 'v6.5.3'
const workboxVersion = 'v6.5.4'
importScripts( `/workbox-${workboxVersion}/workbox-sw.js`)
workbox.setConfig({
modulePathPrefix: `/workbox-${workboxVersion}`,