Skip to content

Commit

Permalink
fix: Update stylesheet polyfill (#10025)
Browse files Browse the repository at this point in the history
Fixes #9869
  • Loading branch information
Artur- authored and vaadin-bot committed Feb 18, 2021
1 parent 1fee374 commit 7fa92e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static Map<String, String> getDefaultDevDependencies() {
defaults.put("validator", "13.1.17");
// 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.6");
defaults.put("construct-style-sheets-polyfill", "2.4.16");

// Forcing chokidar version for now until new babel version is available
// check out https://github.com/babel/babel/issues/11488
Expand Down

0 comments on commit 7fa92e2

Please sign in to comment.