diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index e0e70051..e3e72bdb 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1401,7 +1401,7 @@ https://cdnjs.cloudflare.com/ajax/libs/react/16.14.0/umd/react.production.min.js https://cdnjs.cloudflare.com/ajax/libs/react/17.0.2/umd/react.production.min.js https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.14.0/umd/react-dom.production.min.js 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.5/react-redux.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/redux/4.1.1/redux.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 93d20d2d..a586ece5 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -526,7 +526,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/react-dom/17.')) { return '17.0.2'; } else if (type.startsWith('/react-redux/7.')) { - return '7.2.5'; + return '7.2.6'; } else if (type.startsWith('/react-router/5.')) { return '5.2.1'; } else if (type.startsWith('/react-side-effect/')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 6670e9d8..db6dd882 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • leaflet.markercluster v1.5.1 -> v1.5.3 (#743)
  • Chart.js v3.5.1 -> v3.6.0 (#744)
  • axios v0.23.0 -> v0.24.0 (#746)
  • +
  • react-redux v7.2.5 -> v7.2.6 (#747)
  • Improved