Skip to content

Commit

Permalink
fix: update workbox version to prevent webpack failure (#11527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis committed Aug 6, 2021
1 parent 8412449 commit d89ea22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static Map<String, String> getDefaultDevDependencies() {
defaults.put("fork-ts-checker-webpack-plugin", "6.2.1");

defaults.put("webpack", "4.46.0");
defaults.put("webpack-cli", "3.3.11");
defaults.put("webpack-cli", "3.3.12");
defaults.put("webpack-dev-server", "3.11.0");
defaults.put("compression-webpack-plugin", "4.0.1");
defaults.put("extra-watch-webpack-plugin", "1.0.3");
Expand All @@ -393,7 +393,7 @@ static Map<String, String> getDefaultDevDependencies() {
defaults.put("lit-css-loader", "0.1.0");
defaults.put("file-loader", "6.2.0");
defaults.put("loader-utils", "2.0.0");
final String WORKBOX_VERSION = "6.1.0";
final String WORKBOX_VERSION = "6.2.0";
defaults.put("workbox-webpack-plugin", WORKBOX_VERSION);
defaults.put("workbox-core", WORKBOX_VERSION);
defaults.put("workbox-precaching", WORKBOX_VERSION);
Expand Down

0 comments on commit d89ea22

Please sign in to comment.