Skip to content

Commit

Permalink
chore: upgrade workbox to 6.5
Browse files Browse the repository at this point in the history
Resolves #13133 for Vite
  • Loading branch information
Artur- committed Feb 24, 2022
1 parent b49091c commit 779abd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ Map<String, String> getDefaultDevDependencies() {

defaults.put("typescript", "4.5.3");

final String WORKBOX_VERSION = "6.4.2";
final String WORKBOX_VERSION = "6.5.0";

if (featureFlags.isEnabled(FeatureFlags.VITE)) {
defaults.put("vite", "v2.8.2");
Expand Down

0 comments on commit 779abd7

Please sign in to comment.