react-router v6.2.0 -> v6.2.1 (#818)

This commit is contained in:
nobody 2021-12-21 07:01:47 +01:00
parent 4e3442f955
commit 3c88d559a3
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 4 additions and 3 deletions

View File

@ -1406,7 +1406,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-redux/7.2.6/react-redux.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-router/5.2.1/react-router.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-router/6.2.0/react-router.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/react-router/6.2.1/react-router.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/redux/4.1.2/redux.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

View File

@ -334,7 +334,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/react-dom/17.')) return '17.0.2';
if (type.startsWith('/react-redux/7.')) return '7.2.6';
if (type.startsWith('/react-router/5.')) return '5.2.1';
if (type.startsWith('/react-router/6.')) return '6.2.0';
if (type.startsWith('/react-router/6.')) return '6.2.1';
if (type.startsWith('/react-side-effect/')) return '2.1.1';
if (type.startsWith('/react-lifecycles-compat/')) return '3.0.4';
if (type.startsWith('/redux/4.')) return '4.1.2';

View File

@ -28,6 +28,7 @@
<p>Updated</p>
<ul>
<li>video.js v7.17.3 -> v7.18.0(<a href="https://codeberg.org/nobody/LocalCDN/issues/817">#817</a>)</li>
<li>react-router v6.2.0 -> v6.2.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/818">#818</a>)</li>
</ul>
<p>Improved</p>
<ul>

View File

@ -1,5 +1,5 @@
/**
* React Router v6.2.0
* React Router v6.2.1
*
* Copyright (c) Remix Software Inc.
*