From 9cb5814f560e360c8a1f8e00d9f33fa273f14eb2 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 29 Jun 2022 06:57:51 +0200 Subject: [PATCH] react-side-effect v2.1.1 -> v2.1.2 (#1034) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../{2.1.1 => 2.1.2}/react-side-effect.min.jsm | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename resources/react-side-effect/{2.1.1 => 2.1.2}/react-side-effect.min.jsm (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 855c7902..e0db5aa7 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1865,5 +1865,5 @@ https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v4.9.95/css/ https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v4.9.95/fonts/materialdesignicons-webfont.woff2 https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v5.8.55/css/materialdesignicons.min.css https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v5.8.55/fonts/materialdesignicons-webfont.woff2 -https://unpkg.com/react-side-effect@2.1.1/lib/index.umd.min.js +https://unpkg.com/react-side-effect@2.1.2/lib/index.umd.min.js https://use.fontawesome.com/a1f20be65b.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 3c866a01..a88e9cf3 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -372,7 +372,7 @@ targets.setLastVersion = function (type, version) { 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'; + 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.0'; if (type.startsWith('/rickshaw/1.')) return '1.7.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 18af1abb..e0788c20 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -50,6 +50,7 @@
  • vue-i18n v8.27.1 -> v8.27.2 (#1028)
  • d3 v7.4.4 -> v7.5.0 (#1032)
  • bodymovin v5.9.4 -> v5.9.5 (#1033)
  • +
  • react-side-effect v2.1.1 -> v2.1.2 (#1034)
  • Mapping