Skip to content

Commit

Permalink
fix: Upgrade to v2.9.0-beta.8
Browse files Browse the repository at this point in the history
Fixes #12574
  • Loading branch information
Artur- committed Mar 25, 2022
1 parent 7358741 commit f53077c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -403,7 +403,7 @@ Map<String, String> getDefaultDevDependencies() {
final String WORKBOX_VERSION = "6.5.0";

if (featureFlags.isEnabled(FeatureFlags.VITE)) {
defaults.put("vite", "v2.8.6");
defaults.put("vite", "v2.9.0-beta.8");
defaults.put("@rollup/plugin-replace", "3.1.0");
defaults.put("rollup-plugin-brotli", "3.1.0");
defaults.put("vite-plugin-checker", "0.3.4");
Expand Down

0 comments on commit f53077c

Please sign in to comment.