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

Updated: popper.js v2.7.2 -> v2.8.0 (#273)

This commit is contained in:
nobody
2021-02-20 19:03:53 +01:00
parent f3b26c60a7
commit 06a2c1acd3
3 changed files with 4 additions and 4 deletions

View File

@@ -385,7 +385,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.7.2';
return '2.8.0';
} else if (type.startsWith('/prop-types/15.')) {
return '15.7.2';
} else if (type.startsWith('/protonet-jquery.inview/1.')) {