Skip to content

Commit 13f29ad

Browse files
authored
fix: dependency issue after workbox-webpack-plugin 6.2 release (facebook#11292)
* fix: Sub-dependency of workbox-webpack-plugin failed to yeild the correct version * chore: Bump workbox-webpack-plugin to 6.2.4 to address regressions
1 parent 0a0844f commit 13f29ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"webpack": "5.41.1",
7474
"webpack-dev-server": "4.0.0-rc.0",
7575
"webpack-manifest-plugin": "3.1.1",
76-
"workbox-webpack-plugin": "6.1.5"
76+
"workbox-webpack-plugin": "6.2.4"
7777
},
7878
"devDependencies": {
7979
"react": "^17.0.1",

0 commit comments

Comments
 (0)