From f9290a25919c6d6e0089e58d7701a00cfd6814e9 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 29 Jun 2022 06:55:26 +0200 Subject: [PATCH] d3 v7.4.4 -> v7.5.0 (#1032) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/d3/{7.4.4 => 7.5.0}/d3.min.jsm | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) rename resources/d3/{7.4.4 => 7.5.0}/d3.min.jsm (79%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index e507b2b1..f2a0c52e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -317,7 +317,7 @@ https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/4.13.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/5.16.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js -https://cdnjs.cloudflare.com/ajax/libs/d3/7.4.4/d3.min.js +https://cdnjs.cloudflare.com/ajax/libs/d3/7.5.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.6/d3-legend.min.js https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.3/dayjs.min.js https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.2/dexie.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 77eb166e..32e8e574 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -178,7 +178,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/d3/4.')) return '4.13.0'; if (type.startsWith('/d3/5.')) return '5.16.0'; if (type.startsWith('/d3/6.')) return '6.7.0'; - if (type.startsWith('/d3/7.')) return '7.4.4'; + if (type.startsWith('/d3/7.')) return '7.5.0'; if (type.startsWith('/d3-legend/2.')) return '2.25.6'; if (type.startsWith('/datatables/1.')) return '1.11.0'; if (type.startsWith('/dayjs/1.')) return '1.11.3'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index e9c4bc49..708eafc5 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -48,6 +48,7 @@
  • react-dom v18.1.0 -> v18.2.0 (#1025)
  • libphonenumber-js v1.10.6 -> v1.10.7 (#1027)
  • vue-i18n v8.27.1 -> v8.27.2 (#1028)
  • +
  • d3 v7.4.4 -> v7.5.0 (#1032)
  • Mapping