diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index ea2e0ac0..57ad7f7e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1396,8 +1396,8 @@ https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.green https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/p5.min.js -https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/addons/p5.sound.min.js -https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js +https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.8.0/addons/p5.sound.min.js +https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.8.0/p5.min.js https://cdnjs.cloudflare.com/ajax/libs/page.js/1.11.6/page.js https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.6.0/pagination.css https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.6.0/pagination.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 5a2a693e..a122d21d 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -369,7 +369,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/owl-carousel/2.')) return '2.3.4'; if (type.startsWith('/p2p-media-loader-core') || type.startsWith('/p2p-media-loader-hlsjs')) return '0.6.2'; if (type.startsWith('/p5.js/0.')) return '0.10.2'; - if (type.startsWith('/p5.js/1.')) return '1.7.0'; + if (type.startsWith('/p5.js/1.')) return '1.8.0'; if (type.startsWith('/page.js/1.')) return '1.11.6'; if (type.startsWith('/paginationjs/2.')) return '2.6.0'; if (type.startsWith('/plyr/3.')) return '3.7.8'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 1a9b6f3d..2758b03f 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -38,6 +38,7 @@
  • video.js v8.6.0 -> v8.6.1 (#1570)
  • 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)
  • Improved