mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added: react-lifecycles-compat v3.0.4 (#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-lifecycles-compat/')) {
|
||||
return '3.0.4';
|
||||
} else if (type.includes('/rickshaw/1.')) {
|
||||
return '1.6.6';
|
||||
} else if (type.includes('/scriptaculous/1.')) {
|
||||
@ -601,6 +603,7 @@ helpers.compareVersion = function (v1, v2) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'react-lifecycles-compat.min.jsm': 'react lifecycles compat',
|
||||
'prop-types.min.jsm': 'prop-types',
|
||||
'history.min.jsm': 'history',
|
||||
'axios.min.jsm': 'Axios',
|
||||
|
Reference in New Issue
Block a user