diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 57ad7f7e..3f9bc994 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1729,7 +1729,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.11.0/tf.min.js +https://cdnjs.cloudflare.com/ajax/libs/tensorflow/4.12.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 a122d21d..9b1a8dd5 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -446,7 +446,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/Swiper/10.') || type.startsWith('/Swiper/')) return '11.0.2'; if (type.startsWith('/tensorflow/')) { // NOTE: Parameters swapped. (= anything greater than v2.0.0) - if (helpers.compareVersion(version, '2.0.0')) return '4.11.0'; // >= v2.0.0 + if (helpers.compareVersion(version, '2.0.0')) return '4.12.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 2758b03f..64f53335 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -39,6 +39,7 @@
  • vue v3.3.4 -> v3.3.7 (#1571)
  • swagger-ui v5.9.0 -> v5.9.1 (#1572)
  • p5.js v1.7.0 -> v1.8.0 (#1573)
  • +
  • tensorflow v4.11.0 -> v4.12.0 (#1574)
  • Improved