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

Updated: Popper.js v2.4.4 -> v2.5.3 (#142)

This commit is contained in:
nobody
2020-10-19 16:39:44 +02:00
parent 0484c53b89
commit 091e171fe7
4 changed files with 8 additions and 7 deletions

View File

@ -504,7 +504,7 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/popper.js/1.')) {
return '1.16.1';
} else if (type.includes('/popper.js/2.')) {
return '2.4.4';
return '2.5.3';
} else if (type.includes('/prop-types/15.')) {
return '15.7.2';
} else if (type.includes('/prototype/1.')) {