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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user