diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 880bbb83..a4c6f24f 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1788,7 +1788,7 @@ https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/shortcuts/inview.min.js https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/shortcuts/sticky.min.js https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/waypoints.debug.js https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/zepto.waypoints.min.js -https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.6.0/webcomponents-loader.min.js +https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.7.0/webcomponents-loader.min.js https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/6.4.8/adapter.min.js https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/7.7.1/adapter.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index df849667..eae67b0f 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -471,6 +471,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/vuex/3.')) return '3.6.2'; if (type.startsWith('/vuex/4.')) return '4.1.0'; if (type.startsWith('/waypoints/4.')) return '4.0.1'; + if (type.startsWith('/webcomponentsjs/')) return '2.7.0'; if (type.startsWith('/webfont')) return '1.6.28'; if (type.startsWith('/webrtc-adapter/6.')) return '6.4.8'; if (type.startsWith('/webrtc-adapter/7.')) return '7.7.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index af653e4f..b893f730 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -31,6 +31,7 @@
  • p5.js v1.4.2 -> v1.5.0 (#1178)
  • instantsearch.js v4.48.0 -> v4.48.1 (#1179)
  • pure v2.1.0 -> v2.2.0 (#1180)
  • +
  • webcomponentsjs v2.6.0 -> v2.7.0 (#1184)
  • Mapping