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

Updated: vue-i18n v8.22.1 -> v8.22.2

This commit is contained in:
nobody
2020-11-19 06:24:49 +01:00
parent d74c23ab59
commit a392f6b724
4 changed files with 8 additions and 7 deletions

View File

@@ -420,7 +420,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.1';
return '8.22.2';
} else if (type.startsWith('/vue-resource/1.')) {
return '1.5.1';
} else if (type.startsWith('/waypoints/4.')) {