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

react-intl v6.0.5 -> v6.0.8 (#1114)

This commit is contained in:
nobody
2022-08-26 06:04:35 +02:00
parent 49ce92ff1b
commit e731a02946
5 changed files with 22 additions and 19 deletions

View File

@@ -377,8 +377,10 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/react-dom/16.')) return '16.14.0';
if (type.startsWith('/react-dom/17.')) return '17.0.2';
if (type.startsWith('/react-dom/18.')) return '18.2.0';
if (type.startsWith('/react-intl/5.')) return '6.0.5';
if (type.startsWith('/react-intl/6.')) return '6.0.5';
if (type.startsWith('/react-intl/')) {
// NOTE: Parameters swapped. (= anything greater than v5.0.0)
if (helpers.compareVersion(version, '5.0.0')) return '6.0.8'; // >= v5.0.0
}
if (type.startsWith('/react-redux/7.')) return '7.2.8';
if (type.startsWith('/react-redux/8.')) return '8.0.2';
if (type.startsWith('/react-router/5.')) return '5.3.3';