From e5a8ebe21b198930923443154e8dfed129355a7a Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 5 May 2024 09:33:43 +0200 Subject: [PATCH] react v18.2.0 -> v18.3.1 --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../react/18.2.0/umd/react.production.min.jsm | 31 ------------------- .../react/18.3.1/umd/react.production.min.jsm | 31 +++++++++++++++++++ 5 files changed, 34 insertions(+), 33 deletions(-) delete mode 100644 resources/react/18.2.0/umd/react.production.min.jsm create mode 100644 resources/react/18.3.1/umd/react.production.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index ac33ead7..15980c41 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1064,7 +1064,7 @@ https://cdnjs.cloudflare.com/ajax/libs/rangeslider.js/2.3.3/rangeslider.min.css https://cdnjs.cloudflare.com/ajax/libs/rangeslider.js/2.3.3/rangeslider.min.js 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/18.2.0/umd/react.production.min.js +https://cdnjs.cloudflare.com/ajax/libs/react/18.3.1/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.2.0/umd/react-dom.production.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 0df828ee..2a9e3221 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -383,7 +383,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/raven.js/3.')) return '3.27.2'; if (type.startsWith('/react/16.')) return '16.14.0'; if (type.startsWith('/react/17.')) return '17.0.2'; - if (type.startsWith('/react/18.')) return '18.2.0'; + if (type.startsWith('/react/18.')) return '18.3.1'; 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.2.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8c67e37f..ebc0909c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,6 +35,7 @@
  • jqueryui v1.13.2 -> v1.13.3
  • libphonenumber-js v1.10.60 -> v1.10.62
  • p5.js v1.9.2 -> v1.9.3
  • +
  • react v18.2.0 -> v18.3.1
  • Added