1
0
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:
nobody
2020-09-20 08:33:44 +02:00
parent 44ca2249ac
commit aa596da506
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-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',