From 800f4545c17757d858f09d0b30a6d1c091469372 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 2 Sep 2024 23:40:17 +0200 Subject: [PATCH] fix(service worker): use correct workbox version Resolves https://github.com/go-vikunja/vikunja/issues/322 (cherry picked from commit 165ee9e7f31893726f8a0f0bd22be0e035277e49) --- frontend/src/sw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/sw.ts b/frontend/src/sw.ts index 5175da8ff..122204cdf 100644 --- a/frontend/src/sw.ts +++ b/frontend/src/sw.ts @@ -6,7 +6,7 @@ import {getFullBaseUrl} from './helpers/getFullBaseUrl' declare let self: ServiceWorkerGlobalScope const fullBaseUrl = getFullBaseUrl() -const workboxVersion = 'v7.0.0' +const workboxVersion = 'v7.1.0' importScripts(`${fullBaseUrl}workbox-${workboxVersion}/workbox-sw.js`) workbox.setConfig({