@andyreagan/hedotools 6.0.0 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@andyreagan/hedotools",
3
- "version": "6.0.0",
4
- "description": "A collection of D3.js tools in use at hedonometer.org: word shifts (via @andyreagan/d3-shifterator), choropleth maps, sankey diagrams, a frequency lens, and bar charts. Version tracks the supported D3 major version (6.x = D3 v6).",
3
+ "version": "7.0.0",
4
+ "description": "A collection of D3.js tools in use at hedonometer.org: word shifts (via @andyreagan/d3-shifterator), choropleth maps, sankey diagrams, a frequency lens, and bar charts. Version tracks the supported D3 major version (7.x = D3 v7).",
5
5
  "author": "Andy Reagan",
6
6
  "license": "BSD-2-Clause",
7
7
  "scripts": {
@@ -32,8 +32,8 @@
32
32
  "vitest": "3.2.6"
33
33
  },
34
34
  "dependencies": {
35
- "@andyreagan/d3-shifterator": "^6.0.0",
36
- "d3": "^6.7.0",
35
+ "@andyreagan/d3-shifterator": "^7.0.1",
36
+ "d3": "^7.9.0",
37
37
  "jquery": "^3.5.1",
38
38
  "topojson-client": "^3.1.0"
39
39
  }