chore: update workbox version
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2023-05-30 21:25:32 +02:00
parent b695811eb3
commit ab66ec9657
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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