From f2be418a43fa42330759d80fbac67e78a4705428 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 4 Feb 2024 07:37:37 +0100 Subject: [PATCH] react-router v6.21.1 -> v6.22.0 --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/react-router/{6.21.1 => 6.22.0}/note | 0 resources/react-router/{6.21.1 => 6.22.0}/react-router.min.jsm | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) rename resources/react-router/{6.21.1 => 6.22.0}/note (100%) rename resources/react-router/{6.21.1 => 6.22.0}/react-router.min.jsm (99%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index d27be429..87183b44 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1495,7 +1495,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.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.21.1/react-router.production.min.js +https://cdnjs.cloudflare.com/ajax/libs/react-router/6.22.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 c17191ef..14ee3534 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -398,7 +398,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.21.1'; + if (type.startsWith('/react-router/6.')) return '6.22.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 27f236e9..4d99dae9 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -34,6 +34,7 @@
  • angular-translate-loader-partial v2.19.0 -> v2.19.1
  • vue v3.4.9 -> v3.4.15
  • axios v1.6.5 -> v1.6.7
  • +
  • react-router v6.21.1 -> v6.22.0
  • Mapping