From 9ff757bf882c36114ed7f29364a6e9d2955521ce Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 9 Oct 2021 11:46:56 +0200 Subject: [PATCH] twitter-bootstrap v5.1.1 -> v5.1.2 (#720) --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/twitter-bootstrap/5.1.1/bootstrap.min.css | 7 ------- resources/twitter-bootstrap/5.1.1/bootstrap.min.jsm | 7 ------- resources/twitter-bootstrap/5.1.2/bootstrap.min.css | 7 +++++++ resources/twitter-bootstrap/5.1.2/bootstrap.min.jsm | 7 +++++++ resources/twitter-bootstrap/{5.1.1 => 5.1.2}/note | 0 8 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 resources/twitter-bootstrap/5.1.1/bootstrap.min.css delete mode 100644 resources/twitter-bootstrap/5.1.1/bootstrap.min.jsm create mode 100644 resources/twitter-bootstrap/5.1.2/bootstrap.min.css create mode 100644 resources/twitter-bootstrap/5.1.2/bootstrap.min.jsm rename resources/twitter-bootstrap/{5.1.1 => 5.1.2}/note (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 51d7fc6d..6edd7ebf 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1641,8 +1641,8 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/fonts/glyphicons- https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js -https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.1/css/bootstrap.min.css -https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.1/js/bootstrap.bundle.min.js +https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.2/css/bootstrap.min.css +https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.2/js/bootstrap.bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js https://cdnjs.cloudflare.com/ajax/libs/urlive/1.1.1/jquery.urlive.min.js https://cdnjs.cloudflare.com/ajax/libs/vex-js/3.1.1/css/vex.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 071642fa..211b9a50 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -613,7 +613,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/twitter-bootstrap/4.')) { return '4.6.0'; } else if (type.startsWith('/twitter-bootstrap/5.')) { - return '5.1.1'; + return '5.1.2'; } else if (type.startsWith('/underscore.js/1.')) { return '1.13.1'; } else if (type.startsWith('/urlive/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 57b8711f..908e8db5 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -45,6 +45,7 @@
  • videojs-seek-buttons v2.1.0 -> v2.2.0 (#717)
  • vue v3.2.19 -> v3.2.20 (#718)
  • clappr v0.4.5 -> v0.4.6 (#719)
  • +
  • twitter-bootstrap v5.1.1 -> v5.1.2 (#720)
  • Improved