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

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

This commit is contained in:
nobody
2020-10-31 08:06:00 +01:00
parent 21deb31417
commit 502b634a5c
4 changed files with 8 additions and 8 deletions

View File

@ -536,7 +536,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.5.3';
return '2.5.4';
} else if (type.includes('/prop-types/15.')) {
return '15.7.2';
} else if (type.includes('/prototype/1.')) {