chore(deps): update workbox monorepo to v6.5.3 #1820

Merged
konrad merged 2 commits from renovate/workbox-monorepo into main 2022-04-18 17:33:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 663bf29d7e - Show all commits

View File

@ -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}`,