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

Updated: raven.js v3.26.2 -> v3.27.2 (#183)

This commit is contained in:
nobody
2020-11-23 18:25:53 +01:00
parent 393125a2bd
commit b3e3360d8d
5 changed files with 6 additions and 8 deletions

View File

@@ -338,7 +338,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/prototype/1.')) {
return '1.7.3.0';
} else if (type.startsWith('/raven.js/3.')) {
return '3.26.2';
return '3.27.2';
} else if (type.startsWith('/react/16.')) {
return '16.13.1';
} else if (type.startsWith('/react/17.')) {