p5.js v1.9.4 -> v1.10.0

This commit is contained in:
nobody 2024-08-10 07:38:17 +02:00
parent fa962b67c0
commit 5e88d4afc2
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 6 additions and 5 deletions

View File

@ -977,8 +977,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.9.4/addons/p5.sound.min.js
https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/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/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

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

View File

@ -46,6 +46,7 @@
<li>libphonenumber-js v1.11.4 -> v1.11.5</li>
<li>ngx-bootstrap v18.0.0 -> v18.0.2</li>
<li>p2p-media-loader-core & p2p-media-loader-hlsjs v1.0.3 -> v1.0.4</li>
<li>p5.js v1.9.4 -> v1.10.0</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long