From 251b044403f2f601201e8aebd83ec835fe56d778 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 6 Feb 2022 08:16:17 +0100 Subject: [PATCH] p5.js v1.4.0 -> v1.4.1 (#864) --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/p5.js/1.4.0/p5.min.jsm | 3 --- resources/p5.js/1.4.1/p5.min.jsm | 3 +++ resources/p5.js/{1.4.0 => 1.4.1}/p5.sound.min.jsm | 0 6 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 resources/p5.js/1.4.0/p5.min.jsm create mode 100644 resources/p5.js/1.4.1/p5.min.jsm rename resources/p5.js/{1.4.0 => 1.4.1}/p5.sound.min.jsm (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 378997c7..d891d50e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1333,8 +1333,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.4.0/addons/p5.sound.min.js -https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.min.js +https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/addons/p5.sound.min.js +https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.min.js https://cdnjs.cloudflare.com/ajax/libs/page.js/1.11.6/page.js https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.1.5/pagination.css https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.1.5/pagination.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 679c4786..1faea998 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -316,7 +316,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.4.0'; + if (type.startsWith('/p5.js/1.')) return '1.4.1'; if (type.startsWith('/page.js/1.')) return '1.11.6'; if (type.startsWith('/paginationjs/2.')) return '2.1.5'; if (type.startsWith('/plyr/3.')) return '3.6.12'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8e05f745..367ffe6c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -31,6 +31,7 @@
  • clipboard.js v2.0.9 -> v2.0.10 (#861)
  • instantsearch.js v4.37.3 -> v4.38.0 (#862)
  • libphonenumber-js v1.9.46 -> v1.9.47 (#863)
  • +
  • p5.js v1.4.0 -> v1.4.1 (#864)
  • Fixed