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

Updated: axios v0.20.0 -> v0.21.0

This commit is contained in:
nobody
2020-11-14 09:11:41 +01:00
parent 20ea603f86
commit fa09b3ac9b
4 changed files with 5 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/angular-translate-interpolation-messageformat/2.')) {
return '2.7.2';
} else if (type.startsWith('/axios/0.')) {
return '0.20.0';
return '0.21.0';
} else if (type.startsWith('/babel-polyfill/')) {
return '7.12.1';
} else if (type.startsWith('/backbone.js/0.')) {