Skip to content

Commit

Permalink
chore: upgrade workbox to 6.5 (#13146)
Browse files Browse the repository at this point in the history
Resolves #13133 for Vite
  • Loading branch information
Artur- authored and mstahv committed Mar 9, 2022
1 parent f23b4d1 commit 9e2fe10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -400,7 +400,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 9e2fe10

Please sign in to comment.