From 663bf29d7e5cec7a997ab027b1279e451983dbfa Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 18 Apr 2022 18:49:21 +0200 Subject: [PATCH] chore: update workbox version in code --- src/sw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sw.ts b/src/sw.ts index 5e1a80822..44e4d88cf 100644 --- a/src/sw.ts +++ b/src/sw.ts @@ -1,7 +1,7 @@ /* eslint-disable no-console */ /* eslint-disable no-undef */ -const workboxVersion = 'v6.5.2' +const workboxVersion = 'v6.5.3' importScripts( `/workbox-${workboxVersion}/workbox-sw.js`) workbox.setConfig({ modulePathPrefix: `/workbox-${workboxVersion}`,