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

Updated: popper.js v2.6.0 -> v2.7.0 (#273)

This commit is contained in:
nobody
2021-02-17 07:09:27 +01:00
parent 3b62f261f9
commit e1824a5dc3
4 changed files with 8 additions and 7 deletions

View File

@@ -383,7 +383,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/popper.js/1.')) {
return '1.16.1';
} else if (type.startsWith('/popper.js/2.')) {
return '2.6.0';
return '2.7.0';
} else if (type.startsWith('/prop-types/15.')) {
return '15.7.2';
} else if (type.startsWith('/protonet-jquery.inview/1.')) {