Skip to content

Commit

Permalink
Merge pull request #3339 from GoogleChrome/fix-test-failures
Browse files Browse the repository at this point in the history
Use workbox-build 7.1.1 (fixes test failures)
  • Loading branch information
khempenius committed Jul 10, 2024
2 parents b001f20 + 451f798 commit 7d771eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/workbox-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"stringify-object": "^3.3.0",
"upath": "^1.2.0",
"update-notifier": "^4.1.0",
"workbox-build": "7.1.0"
"workbox-build": "7.1.1"
},
"workbox": {
"packageType": "node_ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/workbox-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pretty-bytes": "^5.4.1",
"upath": "^1.2.0",
"webpack-sources": "^1.4.3",
"workbox-build": "7.1.0"
"workbox-build": "7.1.1"
},
"peerDependencies": {
"webpack": "^4.4.0 || ^5.91.0"
Expand Down

0 comments on commit 7d771eb

Please sign in to comment.