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

Added: react-router v5.2.0 (#114)

This commit is contained in:
nobody
2020-09-20 08:38:52 +02:00
parent 890a6b9955
commit a99e70bad7
5 changed files with 12 additions and 0 deletions

View File

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