Skip to content

Commit

Permalink
chore: bump default prettier version to latest 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
simschla committed Jul 18, 2023
1 parent 78a6dbc commit 95d57ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class PrettierFormatterStep {
public static final String NAME = "prettier-format";

public static final Map<String, String> defaultDevDependencies() {
return defaultDevDependenciesWithPrettier("2.8.1");
return defaultDevDependenciesWithPrettier("2.8.8");
}

public static final Map<String, String> defaultDevDependenciesWithPrettier(String version) {
Expand Down

0 comments on commit 95d57ef

Please sign in to comment.