From 98360c7e7507aec0ee12da9f7e1a3bea92e08f96 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 29 Apr 2022 06:17:32 +0200 Subject: [PATCH] react-dom v18.0.0 -> v18.1.0 (#974) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../18.0.0/umd/react-dom.production.min.jsm | 267 ------------------ .../18.1.0/umd/react-dom.production.min.jsm | 267 ++++++++++++++++++ 5 files changed, 270 insertions(+), 269 deletions(-) delete mode 100644 resources/react-dom/18.0.0/umd/react-dom.production.min.jsm create mode 100644 resources/react-dom/18.1.0/umd/react-dom.production.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index a4603b25..b373752c 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1432,7 +1432,7 @@ https://cdnjs.cloudflare.com/ajax/libs/react/17.0.2/umd/react.production.min.js https://cdnjs.cloudflare.com/ajax/libs/react/18.0.0/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-dom/18.0.0/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-router/5.3.1/react-router.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 32c20ff7..03124470 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -348,7 +348,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/react/18.')) return '18.0.0'; if (type.startsWith('/react-dom/16.')) return '16.14.0'; if (type.startsWith('/react-dom/17.')) return '17.0.2'; - if (type.startsWith('/react-dom/18.')) return '18.0.0'; + 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-router/5.')) return '5.3.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 87c8b81c..b895ccad 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -50,6 +50,7 @@
  • axios v0.26.1 -> v0.27.2 (#971)
  • bootbox.js v5.5.2 -> v5.5.3 (#972)
  • vanilla-lazyload v17.7.0 -> v17.8.1 (#973)
  • +
  • react-dom v18.0.0 -> v18.1.0 (#974)
  • Added