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 vaadin-bot committed Mar 2, 2022
1 parent f5776d5 commit 5555e39
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.0");
Expand Down

0 comments on commit 5555e39

Please sign in to comment.