p5.js v1.10.0 -> v1.11.1

This commit is contained in:
nobody 2024-11-03 07:00:33 +01:00
parent 7f46368ba5
commit dca80c992b
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 6 additions and 5 deletions

View File

@ -984,8 +984,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.10.0/addons/p5.sound.min.js
https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.10.0/p5.min.js
https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.1/addons/p5.sound.min.js
https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.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.6.0/pagination.css
https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.6.0/pagination.min.js

View File

@ -374,7 +374,7 @@ targets.setLastVersion = function (type, version) {
return '2.0.1';
}
if (type.startsWith('/p5.js/0.')) return '0.10.2';
if (type.startsWith('/p5.js/1.')) return '1.10.0';
if (type.startsWith('/p5.js/1.')) return '1.11.1';
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';

View File

@ -39,6 +39,7 @@
<li>lightbox2 v2.11.4 -> v2.11.5</li>
<li>mdb-ui-kit v8.0.0</li>
<li>ngx-bootstrap v18.0.2 -> v18.1.3</li>
<li>p5.js v1.10.0 -> v1.11.1</li>
</ul>
</div>
<div id="generator-section">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long