diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index d7430df3..e0d1d00d 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1083,7 +1083,7 @@ https://cdnjs.cloudflare.com/ajax/libs/react-dom/18.3.1/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.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.27.0/react-router.production.min.js +https://cdnjs.cloudflare.com/ajax/libs/react-router/6.28.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/redux/5.0.1/redux.legacy-esm.min.js https://cdnjs.cloudflare.com/ajax/libs/rickshaw/1.7.1/rickshaw.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index ecb6464b..f0c40ca9 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -403,7 +403,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.3'; if (type.startsWith('/react-router/5.')) return '5.3.3'; - if (type.startsWith('/react-router/6.')) return '6.27.0'; + if (type.startsWith('/react-router/6.')) return '6.28.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 b229426a..ed20b057 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -39,6 +39,7 @@
  • p2p-media-loader-core & p2p-media-loader-hlsjs v2.0.1 -> v2.1.0
  • p5.js v1.11.1 -> v1.11.2
  • react-intl v6.8.5 -> v7.0.1
  • +
  • react-router v6.27.0 -> v6.28.0
  • Added