Skip to content

Commit

Permalink
fix: Update polyfill version
Browse files Browse the repository at this point in the history
Update the construct-style-sheets-polyfill
to get latest fixes.

Relates to #11811
  • Loading branch information
caalador committed Oct 15, 2021
1 parent 1daaea9 commit a193de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static Map<String, String> getDefaultDependencies() {

// Constructable style sheets is only implemented for chrome,
// polyfill needed for FireFox et.al. at the moment
defaults.put("construct-style-sheets-polyfill", "2.4.16");
defaults.put("construct-style-sheets-polyfill", "3.0.4");

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

Expand Down

0 comments on commit a193de3

Please sign in to comment.