Updated: vue-i18n v9.0.0 -> v9.1.2 (#361)

This commit is contained in:
nobody 2021-04-08 07:06:41 +02:00
parent 5cf6d9e70b
commit 6fd968f48f
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
7 changed files with 5 additions and 4 deletions

View File

@ -1135,7 +1135,7 @@ https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.12/vue.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue/3.0.6/vue.global.prod.js
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.24.2/vue-i18n.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.0.0/vue-i18n.cjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.1.2/vue-i18n.cjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js
https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/noframework.waypoints.min.js
https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/shortcuts/infinite.min.js

View File

@ -509,7 +509,7 @@ function create_url() {
fi
elif [ "$folder" = "webcomponentsjs" ]; then
url="$CLOUDFLARE/$folder/2.5.0/webcomponents-loader.min.js"
elif [ "$folder" = "vue-i18n" ] && [ "$version" = "9.0.0" ]; then
elif [ "$folder" = "vue-i18n" ] && [ "$version" != "8.24.2" ]; then
url="$CLOUDFLARE/$folder/$version/vue-i18n.cjs.min.js"
elif [ "$path" = "../resources/twitter-bootstrap/fonts/glyphicons-halflings-regular.woff2" ]; then
url="$CLOUDFLARE/twitter-bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff2"

View File

@ -549,7 +549,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/vue-i18n/8.')) {
return '8.24.2';
} else if (type.startsWith('/vue-i18n/9.')) {
return '9.0.0';
return '9.1.2';
} else if (type.startsWith('/vue-resource/1.')) {
return '1.5.2';
} else if (type.startsWith('/waypoints/4.')) {

View File

@ -54,6 +54,7 @@
<li>Updated: noUiSlider v14.6.4 -> v14.7.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/358">#358</a>)</li>
<li>Updated: mdb-ui-kit v3.1.0 -> v3.4.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/359">#359</a>)</li>
<li>Updated: video.js v7.10.2 -> v7.12.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/360">#360</a>)</li>
<li>Updated: vue-i18n v9.0.0 -> v9.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/361">#361</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