diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index c981f38f..34137f7e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1428,7 +1428,7 @@ https://cdnjs.cloudflare.com/ajax/libs/react-dom/17.0.2/umd/react-dom.production https://cdnjs.cloudflare.com/ajax/libs/react-dom/18.0.0/umd/react-dom.production.min.js https://cdnjs.cloudflare.com/ajax/libs/react-redux/7.2.7/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.2/react-router.production.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.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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 0f950e13..6027f786 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -348,7 +348,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/react-dom/18.')) return '18.0.0'; if (type.startsWith('/react-redux/7.')) return '7.2.7'; if (type.startsWith('/react-router/5.')) return '5.2.1'; - if (type.startsWith('/react-router/6.')) return '6.2.2'; + if (type.startsWith('/react-router/6.')) return '6.3.0'; 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'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 4a804b0e..4027101c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -39,6 +39,7 @@
  • instantsearch.js v4.40.1 -> v4.40.2 (#917)
  • vue-i18n v8.27.0 -> v8.27.1 (#918)
  • react-redux v7.2.6 -> v7.2.7 (#921)
  • +
  • react-router v6.2.2 -> v6.3.0 (#922)
  • Added