diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 4e9a3eb9..a35c065f 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1493,7 +1493,7 @@ https://cdnjs.cloudflare.com/ajax/libs/react-dom/18.2.0/umd/react-dom.production 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.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.15.0/react-router.production.min.js +https://cdnjs.cloudflare.com/ajax/libs/react-router/6.16.0/react-router.production.min.js https://cdnjs.cloudflare.com/ajax/libs/redux/4.2.1/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 83405535..a25a4c75 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -397,7 +397,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/react-redux/7.')) return '7.2.8'; 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.15.0'; + if (type.startsWith('/react-router/6.')) return '6.16.0'; 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'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 7a258a35..c8060d91 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,6 +35,7 @@
  • instantsearch.js v4.56.9 -> v4.56.10 (#1533)
  • algoliasearch v4.19.1 -> v4.20.0 (#1534)
  • twitter-bootstrap v5.3.1 -> v5.3.2 (#1536)
  • +
  • react-router v6.15.0 -> v6.16.0 (#1537)
  • Fixed