1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-22 16:12:13 +01:00

Update: dojo v1.16.3 -> v1.16.4 (#397)

This commit is contained in:
nobody 2021-04-23 07:20:40 +02:00
parent 4b25a9fd12
commit d66bd78ab3
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 6 additions and 5 deletions

View File

@ -246,7 +246,7 @@ https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.10.4/dayjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.0.3/dexie.min.js
https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.css
https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.js
https://cdnjs.cloudflare.com/ajax/libs/dojo/1.16.3/dojo.min.js
https://cdnjs.cloudflare.com/ajax/libs/dojo/1.16.4/dojo.min.js
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/css/drawer.min.css
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/js/drawer.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.1/index.min.js

View File

@ -532,8 +532,8 @@ function create_url() {
url="$CLOUDFLARE/history/5.0.0/history.production.min.js"
elif [ "$folder" = "ember.js" ] && [ "$version" = "3.24.2" ] && [ "$jfile" = "ember.min.js" ]; then
url="$CLOUDFLARE/ember.js/3.24.2/ember.debug.js"
elif [ "$folder" = "dojo" ] && [ "$version" = "1.16.3" ]; then
url="$CLOUDFLARE/dojo/1.16.3/dojo.min.js"
elif [ "$folder" = "dojo" ]; then
url="$CLOUDFLARE/dojo/$version/dojo.min.js"
elif [ "$folder" = "material-design-icons" ]; then
url="$GITHUB/Templarian/MaterialDesign-Webfont/v$version/$jfile/$subfile"
elif [ "$folder" = "algoliasearch" ]; then

View File

@ -234,7 +234,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/docsearch.js/2.')) {
return '2.6.3';
} else if (type.startsWith('/dojo/1.')) {
return '1.16.3';
return '1.16.4';
} else if (type.startsWith('/drawer/3.')) {
return '3.2.2';
} else if (type.startsWith('/element-ui/2.')) {

View File

@ -46,6 +46,7 @@
<li>Update: angular-ui-select v0.20.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/394">#394</a>)</li>
<li>Update: gsap v3.5.1 -> v3.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/395">#395</a>)</li>
<li>Update: highlight.js v9.18.3 -> v9.18.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/396">#396</a>)</li>
<li>Update: dojo v1.16.3 -> v1.16.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/397">#397</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long