From 26cdf9474083c1f0a719fdcd98ee915e2c3a419c Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 2 Aug 2022 13:28:49 +0200 Subject: [PATCH] chore: update workbox version const --- src/sw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sw.ts b/src/sw.ts index 44e4d88cf..b59a36ef0 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.3' +const workboxVersion = 'v6.5.4' importScripts( `/workbox-${workboxVersion}/workbox-sw.js`) workbox.setConfig({ modulePathPrefix: `/workbox-${workboxVersion}`,