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

popper.js v2.9.3 -> v2.10.1 (#666)

This commit is contained in:
nobody
2021-09-06 05:53:00 +02:00
parent a45f3e2679
commit 26880bc7b3
5 changed files with 9 additions and 8 deletions

View File

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