chore(deps): update workbox monorepo to v6.5.0 #1603

Merged
konrad merged 2 commits from renovate/workbox-monorepo into main 2022-02-24 08:15:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 02f9184b4b - Show all commits

View File

@ -1,7 +1,7 @@
/* eslint-disable no-console */
/* eslint-disable no-undef */
const workboxVersion = 'v6.4.2'
const workboxVersion = 'v6.5.0'
importScripts( `/workbox-${workboxVersion}/workbox-sw.js`)
workbox.setConfig({
modulePathPrefix: `/workbox-${workboxVersion}`,