eurostat-map 4.0.11 → 4.0.13

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eurostat-map",
3
- "version": "4.0.11",
3
+ "version": "4.0.13",
4
4
  "description": "Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.",
5
5
  "keywords": [
6
6
  "eurostat",
@@ -35,10 +35,17 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "colorbrewer": "^1.3.0",
38
- "d3": "^7.8.5",
38
+ "d3-axis": "^3.0.0",
39
+ "d3-fetch": "^3.0.1",
40
+ "d3-force": "^3.0.0",
39
41
  "d3-geo-projection": "^3.0.0",
40
42
  "d3-sankey": "^0.12.3",
43
+ "d3-scale": "^4.0.2",
44
+ "d3-scale-chromatic": "^3.1.0",
45
+ "d3-selection": "^3.0.0",
46
+ "d3-shape": "^3.2.0",
41
47
  "d3-svg-annotation": "^2.5.1",
48
+ "d3-zoom": "^3.0.0",
42
49
  "jsonstat-toolkit": "^1.0.8",
43
50
  "simple-statistics": "^7.8.7",
44
51
  "topojson-client": "^3.1.0"