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

Update: redux v4.0.5 -> v4.1.0 (#418)

This commit is contained in:
nobody
2021-04-25 07:04:54 +02:00
parent ce5f3809eb
commit 59690048ef
5 changed files with 4 additions and 3 deletions

View File

@@ -478,7 +478,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/react-lifecycles-compat/')) {
return '3.0.4';
} else if (type.startsWith('/redux/4.')) {
return '4.0.5';
return '4.1.0';
} else if (type.startsWith('/rickshaw/1.')) {
return '1.7.1';
} else if (type.startsWith('/scriptaculous/1.')) {