Skip to content

Commit

Permalink
chore: upgrade workbox to 6.5 (#13146) (#13188)
Browse files Browse the repository at this point in the history
Resolves #13133 for Vite

Co-authored-by: Artur <artur@vaadin.com>
  • Loading branch information
vaadin-bot and Artur- committed Mar 2, 2022
1 parent f5776d5 commit aca7181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 aca7181

Please sign in to comment.