chore(deps): update workbox monorepo to v6.5.1 #1635

Merged
konrad merged 2 commits from renovate/workbox-monorepo into main 2022-03-04 14:24:45 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3f1441db35 - Show all commits

View File

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