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

axios v0.26.0 -> v0.26.1 (#885)

This commit is contained in:
nobody
2022-03-11 06:20:07 +01:00
parent 650ebf3610
commit 5f9298c46a
4 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/aos/2.')) return '2.3.4';
if (type.startsWith('/appboy-web-sdk/3.')) return '3.5.0';
if (type.startsWith('/asciinema-player/2.')) return '2.6.1';
if (type.startsWith('/axios/0.')) return '0.26.0';
if (type.startsWith('/axios/0.')) return '0.26.1';
if (type.startsWith('/babel-polyfill/')) return '7.12.1';
if (type.startsWith('/babel-standalone/6.')) return '6.26.0';
if (type.startsWith('/babel-standalone/7.')) return '7.14.6';