1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Updated: vue-i18n v8.22.2 -> v8.22.3 (#227)

This commit is contained in:
nobody
2021-01-09 06:53:57 +01:00
parent 68cd2360d2
commit 015c7c70e3
3 changed files with 5 additions and 4 deletions

View File

@@ -450,7 +450,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/vue/2.')) {
return '2.6.12';
} else if (type.startsWith('/vue-i18n/8.')) {
return '8.22.2';
return '8.22.3';
} else if (type.startsWith('/vue-resource/1.')) {
return '1.5.1';
} else if (type.startsWith('/waypoints/4.')) {