redux v5.0.0 -> v5.0.1
This commit is contained in:
parent
cbb8f629fc
commit
d0712af389
|
@ -1497,7 +1497,7 @@ https://cdnjs.cloudflare.com/ajax/libs/react-redux/8.1.3/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.20.1/react-router.production.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/redux/4.2.1/redux.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/redux/5.0.0/redux.legacy-esm.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/redux/5.0.1/redux.legacy-esm.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/rickshaw/1.7.1/rickshaw.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/rickshaw/1.7.1/rickshaw.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js
|
||||
|
|
|
@ -402,7 +402,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/react-side-effect/')) return '2.1.2';
|
||||
if (type.startsWith('/react-lifecycles-compat/')) return '3.0.4';
|
||||
if (type.startsWith('/redux/4.')) return '4.2.1';
|
||||
if (type.startsWith('/redux/5.')) return '5.0.0';
|
||||
if (type.startsWith('/redux/5.')) return '5.0.1';
|
||||
if (type.startsWith('/rickshaw/1.')) return '1.7.1';
|
||||
if (type.startsWith('/script.js/2.')) return '2.5.9';
|
||||
if (type.startsWith('/scriptaculous/1.')) return '1.9.0';
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<ul>
|
||||
<li>vue v3.3.11 -> v3.3.13</li>
|
||||
<li>axios v1.6.2 -> v1.6.3</li>
|
||||
<li>redux v5.0.0 -> v5.0.1</li>
|
||||
</ul>
|
||||
<p>Improved</p>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue