Skip to content

Commit

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

Relates to #11811

Co-authored-by: caalador <[email protected]>
  • Loading branch information
vaadin-bot and caalador authored Oct 15, 2021
1 parent 129934e commit 4f5c090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,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");

return defaults;
}
Expand Down

0 comments on commit 4f5c090

Please sign in to comment.