Skip to content

Commit

Permalink
Use latest common-frontend (#11971)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Oct 4, 2021
1 parent a4dec48 commit 4ef795c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ static Map<String, String> getDefaultDependencies() {
// polyfill needed for FireFox et.al. at the moment
defaults.put("construct-style-sheets-polyfill", "2.4.16");

defaults.put("@vaadin/common-frontend", "0.0.16");
defaults.put("@vaadin/common-frontend", "0.0.17");

return defaults;
}
Expand Down

0 comments on commit 4ef795c

Please sign in to comment.