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

redux v4.1.1 -> v4.1.2 (#750)

This commit is contained in:
nobody
2021-10-29 06:17:02 +02:00
parent c513b5faa7
commit 8aa0ba589e
4 changed files with 3 additions and 2 deletions

View File

@@ -534,7 +534,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.1.1';
return '4.1.2';
} else if (type.startsWith('/rickshaw/1.')) {
return '1.7.1';
} else if (type.startsWith('/script.js/2.')) {