diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index af34a342..c27e4f79 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.6.1/d3.min.js +https://cdnjs.cloudflare.com/ajax/libs/d3/7.7.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.6/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 c95a295a..f15092dd 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.6.1'; + if (type.startsWith('/d3/7.')) return '7.7.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.6'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 1534b987..87179077 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -44,6 +44,7 @@
  • hls.js v1.2.7 -> v1.2.8 (#1228)
  • react-router v6.3.0 -> v6.4.4 (#1231)
  • paginationjs v2.1.5 -> v2.3.0 (#1232)
  • +
  • d3 v7.6.1 -> v7.7.0 (#1235)
  • Added