diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index bcdc56dc..1268a1a1 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1434,7 +1434,7 @@ https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.14.0/umd/react-dom.productio https://cdnjs.cloudflare.com/ajax/libs/react-dom/17.0.2/umd/react-dom.production.min.js https://cdnjs.cloudflare.com/ajax/libs/react-dom/18.1.0/umd/react-dom.production.min.js https://cdnjs.cloudflare.com/ajax/libs/react-redux/7.2.8/react-redux.min.js -https://cdnjs.cloudflare.com/ajax/libs/react-redux/8.0.1/react-redux.min.js +https://cdnjs.cloudflare.com/ajax/libs/react-redux/8.0.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.3.0/react-router.production.min.js https://cdnjs.cloudflare.com/ajax/libs/redux/4.2.0/redux.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 3fec83e9..5f702bd4 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -351,7 +351,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/react-dom/17.')) return '17.0.2'; if (type.startsWith('/react-dom/18.')) return '18.1.0'; if (type.startsWith('/react-redux/7.')) return '7.2.8'; - if (type.startsWith('/react-redux/8.')) return '8.0.1'; + if (type.startsWith('/react-redux/8.')) return '8.0.2'; if (type.startsWith('/react-router/5.')) return '5.3.3'; if (type.startsWith('/react-router/6.')) return '6.3.0'; if (type.startsWith('/react-side-effect/')) return '2.1.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8bd10f79..8b3867a6 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -48,6 +48,7 @@
  • video.js v7.19.2 -> v7.20.0 (#998)
  • izimodal v1.5.1 -> v1.6.0 (#1000)
  • mdb-ui-kit v4.0.0 -> v4.1.0 (#1001)
  • +
  • react-redux v8.0.1 -> v8.0.2 (#1002)
  • Added