react-redux v8.1.1 -> v8.1.2 (#1497)

This commit is contained in:
nobody 2023-08-02 18:52:51 +02:00
parent db7f93becd
commit 2e60111d97
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 21 additions and 20 deletions

View File

@ -1491,7 +1491,7 @@ https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.14.0/umd/react-dom.productio
https://cdnjs.cloudflare.com/ajax/libs/react-dom/17.0.2/umd/react-dom.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-dom/18.2.0/umd/react-dom.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-redux/7.2.8/react-redux.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-redux/8.1.1/react-redux.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-redux/8.1.2/react-redux.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-router/5.3.3/react-router.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-router/6.14.2/react-router.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/redux/4.2.1/redux.min.js

View File

@ -395,7 +395,7 @@ targets.setLastVersion = function (type, version) {
if (helpers.compareVersion(version, '5.0.0')) return '6.4.4'; // >= v5.0.0
}
if (type.startsWith('/react-redux/7.')) return '7.2.8';
if (type.startsWith('/react-redux/8.')) return '8.1.1';
if (type.startsWith('/react-redux/8.')) return '8.1.2';
if (type.startsWith('/react-router/5.')) return '5.3.3';
if (type.startsWith('/react-router/6.')) return '6.14.2';
if (type.startsWith('/react-side-effect/')) return '2.1.2';

View File

@ -35,6 +35,7 @@
<li>backbone.js v1.4.1 -> v1.5.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1494">#1494</a>)</li>
<li>swagger-ui v5.1.1 -> v5.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1495">#1495</a>)</li>
<li>mdb-ui-kit v6.4.0 -> v6.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1496">#1496</a>)</li>
<li>react-redux v8.1.1 -> v8.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1497">#1497</a>)</li>
</ul>
</div>
<div id="generator-section">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long