From 62d6d2b66810863fa846115e9a24d6e4798bd039 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 4 Dec 2021 08:11:44 +0100 Subject: [PATCH] Google Material Icons v117 -> v118 (#798) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../google-material-design-icons.css | 8 ++++---- .../v117/MaterialIcons.woff2 | Bin 118576 -> 0 bytes .../v118/MaterialIcons.woff2 | Bin 0 -> 119540 bytes 6 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 resources/google-material-design-icons/v117/MaterialIcons.woff2 create mode 100644 resources/google-material-design-icons/v118/MaterialIcons.woff2 diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 5f22c895..ad34b6c1 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1757,7 +1757,7 @@ https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.2.0/dist/videojs-seek-button https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.2.0/dist/videojs-seek-buttons.min.js https://cdn.jsdelivr.net/npm/vue@1.0.28/dist/vue.min.js https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js -https://fonts.gstatic.com/s/materialicons/v117/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v118/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.3/dist/jquery.validate.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index d7f6cd1c..d3145ed4 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -302,7 +302,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/gsap/3.')) { return '3.8.0'; } else if (type.startsWith('/google-material-design-icons/')) { - return 'v117'; + return 'v118'; } else if (type.startsWith('/highlight.js/7.')) { return '9.18.5'; } else if (type.startsWith('/highlight.js/8.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 403c0127..a18e087c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -37,6 +37,7 @@
  • findify-bundle v7.1.14 -> v7.1.17 (#795)
  • libphonenumber-js v1.9.43 -> v1.9.44 (#796)
  • popper.js v2.10.2 -> v2.11.0 (#797)
  • +
  • Google Material Icons v117 -> v118 (#798)
  • Mapping