Skip to content

Commit 7e278f0

Browse files
author
pooya parsa
committed
feat(workbox): bump to 4.0.0-rc.2
1 parent 5ccafc6 commit 7e278f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/workbox/lib/defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
// General
3-
workboxVersion: '4.0.0-rc.0',
3+
workboxVersion: '4.0.0-rc.2',
44
workboxURL: undefined,
55
importScripts: [],
66
autoRegister: true,

test/__snapshots__/pwa.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Array [
5353
`;
5454

5555
exports[`pwa sw.js 1`] = `
56-
"importScripts('https://cdn.jsdelivr.net/npm/workbox-cdn@4.0.0-rc.0/workbox/workbox-sw.js', 'custom-sw.js')
56+
"importScripts('https://cdn.jsdelivr.net/npm/workbox-cdn@4.0.0-rc.2/workbox/workbox-sw.js', 'custom-sw.js')
5757
5858
// --------------------------------------------------
5959
// Configure

0 commit comments

Comments
 (0)