react-redux v8.0.1 -> v8.0.2 (#1002)

This commit is contained in:
nobody 2022-05-27 06:37:19 +02:00
parent 93df7d93f8
commit 17448d498d
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 3 additions and 2 deletions

View File

@ -1434,7 +1434,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.1.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.0.1/react-redux.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-redux/8.0.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.3.0/react-router.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/redux/4.2.0/redux.min.js

View File

@ -351,7 +351,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/react-dom/17.')) return '17.0.2';
if (type.startsWith('/react-dom/18.')) return '18.1.0';
if (type.startsWith('/react-redux/7.')) return '7.2.8';
if (type.startsWith('/react-redux/8.')) return '8.0.1';
if (type.startsWith('/react-redux/8.')) return '8.0.2';
if (type.startsWith('/react-router/5.')) return '5.3.3';
if (type.startsWith('/react-router/6.')) return '6.3.0';
if (type.startsWith('/react-side-effect/')) return '2.1.1';

View File

@ -48,6 +48,7 @@
<li>video.js v7.19.2 -> v7.20.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/998">#998</a>)</li>
<li>izimodal v1.5.1 -> v1.6.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1000">#1000</a>)</li>
<li>mdb-ui-kit v4.0.0 -> v4.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1001">#1001</a>)</li>
<li>react-redux v8.0.1 -> v8.0.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1002">#1002</a>)</li>
</ul>
<p>Added</p>
<ul>