From 7fced3db0dee17e2b03e254f7de3d93ce3866ffc Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 22 Dec 2022 06:16:45 +0100 Subject: [PATCH] d3 v7.7.0 -> v7.8.0 (#1268) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/d3/7.7.0/d3.min.jsm | 2 -- resources/d3/7.8.0/d3.min.jsm | 2 ++ 5 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 resources/d3/7.7.0/d3.min.jsm create mode 100644 resources/d3/7.8.0/d3.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 58d0d97b..c22939cd 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -326,7 +326,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.7.0/d3.min.js +https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.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.7/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 dfb83234..f0f29b36 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -182,7 +182,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.7.0'; + if (type.startsWith('/d3/7.')) return '7.8.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.7'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 846dc969..5cc4b12c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -39,6 +39,7 @@
  • Chart.js v4.0.1 -> v4.1.1 (#1263)
  • react-router v6.4.5 -> v6.6.0 (#1266)
  • algoliasearch v4.14.2 -> v4.14.3 (#1267)
  • +
  • d3 v7.7.0 -> v7.8.0 (#1268)
  • Added