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

axios v0.21.4 -> v0.22.0 (#710)

This commit is contained in:
nobody
2021-10-04 20:43:17 +02:00
parent 2f8e89c27b
commit a190457ad1
5 changed files with 5 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/appboy-web-sdk/3.')) {
return '3.4.0';
} else if (type.startsWith('/axios/0.')) {
return '0.21.4';
return '0.22.0';
} else if (type.startsWith('/babel-polyfill/')) {
return '7.12.1';
} else if (type.startsWith('/babel-standalone/6.')) {