Skip to content

Commit 7d771eb

Browse files
authored
Merge pull request #3339 from GoogleChrome/fix-test-failures
Use workbox-build 7.1.1 (fixes test failures)
2 parents b001f20 + 451f798 commit 7d771eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/workbox-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"stringify-object": "^3.3.0",
4242
"upath": "^1.2.0",
4343
"update-notifier": "^4.1.0",
44-
"workbox-build": "7.1.0"
44+
"workbox-build": "7.1.1"
4545
},
4646
"workbox": {
4747
"packageType": "node_ts"

packages/workbox-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"pretty-bytes": "^5.4.1",
2626
"upath": "^1.2.0",
2727
"webpack-sources": "^1.4.3",
28-
"workbox-build": "7.1.0"
28+
"workbox-build": "7.1.1"
2929
},
3030
"peerDependencies": {
3131
"webpack": "^4.4.0 || ^5.91.0"

0 commit comments

Comments
 (0)