From aad22974b0130e7bd85ccc34d187d6a3da1e85a4 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 4 Oct 2021 20:52:00 +0200 Subject: [PATCH] d3 v7.0.4 -> v7.1.1 (#715) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/d3/7.0.4/d3.min.jsm | 2 -- resources/d3/7.1.1/d3.min.jsm | 2 ++ 5 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 resources/d3/7.0.4/d3.min.jsm create mode 100644 resources/d3/7.1.1/d3.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index e5ca3e67..7f780866 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -313,7 +313,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.0.4/d3.min.js +https://cdnjs.cloudflare.com/ajax/libs/d3/7.1.1/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.10.7/dayjs.min.js https://cdnjs.cloudflare.com/ajax/libs/dexie/3.0.3/dexie.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 71a42d0a..f21b2c01 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -236,7 +236,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/d3/6.')) { return '6.7.0'; } else if (type.startsWith('/d3/7.')) { - return '7.0.4'; + return '7.1.1'; } else if (type.startsWith('/d3-legend/2.')) { return '2.25.6'; } else if (type.startsWith('/datatables/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 2f021b61..9d93ed36 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • hls.js v1.0.10 -> v1.0.11 (#712)
  • video.js v7.15.6 -> v7.16.0 (#713)
  • libphonenumber-js v1.9.34 -> v1.9.35 (#714)
  • +
  • d3 v7.0.4 -> v7.1.1 (#715)
  • Improved