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

axios v0.23.0 -> v0.24.0 (#746)

This commit is contained in:
nobody
2021-10-27 06:23:21 +02:00
parent 5be98494d2
commit 673015097f
4 changed files with 4 additions and 3 deletions

View File

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