Update: react-redux v7.2.3 -> v7.2.4 (#417)

This commit is contained in:
nobody 2021-04-25 07:03:49 +02:00
parent e3f4c4a0d7
commit ce5f3809eb
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 12 additions and 11 deletions

View File

@ -936,7 +936,7 @@ https://cdnjs.cloudflare.com/ajax/libs/react/16.14.0/umd/react.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/react/17.0.2/umd/react.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.14.0/umd/react-dom.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-dom/17.0.2/umd/react-dom.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-redux/7.2.3/react-redux.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-redux/7.2.4/react-redux.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-router/5.2.0/react-router.min.js
https://cdnjs.cloudflare.com/ajax/libs/redux/4.0.5/redux.min.js
https://cdnjs.cloudflare.com/ajax/libs/rickshaw/1.7.1/rickshaw.min.css

View File

@ -470,7 +470,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/react-dom/17.')) {
return '17.0.2';
} else if (type.startsWith('/react-redux/7.')) {
return '7.2.3';
return '7.2.4';
} else if (type.startsWith('/react-router/5.')) {
return '5.2.0';
} else if (type.startsWith('/react-side-effect/')) {

View File

@ -65,6 +65,7 @@
<li>Update: vue v3.0.6 -> v3.0.11 (<a href="https://codeberg.org/nobody/LocalCDN/issues/414">#414</a>)</li>
<li>Update: vue-i18n v9.1.3 -> v9.1.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/415">#415</a>)</li>
<li>Fixed: (Chromium) Missing option to block/allow Google Fonts (<a href="https://codeberg.org/nobody/LocalCDN/issues/416">#416</a>)</li>
<li>Update: react-redux v7.2.3 -> v7.2.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/417">#417</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long