diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 5806843a..2bc5ddef 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1732,7 +1732,7 @@ https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/css/swiper.min.css https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/css/swiper.min.css https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/js/swiper.min.js -https://cdnjs.cloudflare.com/ajax/libs/tensorflow/4.16.0/tf.min.js +https://cdnjs.cloudflare.com/ajax/libs/tensorflow/4.17.0/tf.min.js https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.7/js/tether.min.js https://cdnjs.cloudflare.com/ajax/libs/tinymce/5.10.5/icons/default/icons.min.js https://cdnjs.cloudflare.com/ajax/libs/tinymce/5.10.5/jquery.tinymce.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index d48a4425..b75a1f32 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -448,7 +448,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/Swiper/10.') || type.startsWith('/Swiper/11.') || type.startsWith('/Swiper/')) return '11.0.5'; if (type.startsWith('/tensorflow/')) { // NOTE: Parameters swapped. (= anything greater than v2.0.0) - if (helpers.compareVersion(version, '2.0.0')) return '4.16.0'; // >= v2.0.0 + if (helpers.compareVersion(version, '2.0.0')) return '4.17.0'; // >= v2.0.0 } if (type.startsWith('/tether/1.')) return '1.4.7'; if (type.startsWith('/tinymce/5.')) return '5.10.5'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index bd1424b0..049b602d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -38,6 +38,7 @@
  • video.js v8.9.0 -> v8.11.1
  • alpinejs v3.13.3 -> v3.13.5
  • swagger-ui v5.11.0 -> v5.11.2
  • +
  • tensorflow v4.16.0 -> v4.17.0
  • Mapping