diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index c2b4e76b..07c6eb70 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1394,8 +1394,8 @@ https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/p5.min.js https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/addons/p5.sound.min.js https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.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.1.5/pagination.css -https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.1.5/pagination.min.js +https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.3.0/pagination.css +https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.3.0/pagination.min.js https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js https://cdnjs.cloudflare.com/ajax/libs/prop-types/15.8.1/prop-types.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index b7bc4aa8..c95a295a 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -374,7 +374,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/p5.js/0.')) return '0.10.2'; if (type.startsWith('/p5.js/1.')) return '1.5.0'; if (type.startsWith('/page.js/1.')) return '1.11.6'; - if (type.startsWith('/paginationjs/2.')) return '2.1.5'; + if (type.startsWith('/paginationjs/2.')) return '2.3.0'; if (type.startsWith('/plyr/3.')) return '3.7.3'; if (type.startsWith('/popper.js/1.')) return '1.16.1'; if (type.startsWith('/popper.js/2.')) return '2.11.6'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 65cd2ac6..19c42f7e 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -43,6 +43,7 @@
  • react-intl v6.2.1 -> v6.2.5 (#1227)
  • hls.js v1.2.7 -> v1.2.8 (#1228)
  • react-router v6.3.0 -> v6.4.4 (#1231)
  • +
  • paginationjs v2.1.5 -> v2.3.0 (#1232)
  • Added