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

Added: react-redux v7.2.1 (#114)

This commit is contained in:
nobody
2020-09-20 08:36:08 +02:00
parent aa596da506
commit 890a6b9955
5 changed files with 11 additions and 0 deletions

View File

@@ -511,6 +511,8 @@ helpers.setLastVersion = function (type, version) {
return '16.13.1';
} else if (type.includes('/react-dom/16.')) {
return '16.13.1';
} else if (type.includes('/react-redux/7.')) {
return '7.2.1';
} else if (type.includes('/react-lifecycles-compat/')) {
return '3.0.4';
} else if (type.includes('/rickshaw/1.')) {
@@ -603,6 +605,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'react-redux.min.jsm': 'react redux',
'react-lifecycles-compat.min.jsm': 'react lifecycles compat',
'prop-types.min.jsm': 'prop-types',
'history.min.jsm': 'history',