eurostat-map 3.6.56 → 3.6.57

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": "3.6.56",
3
+ "version": "3.6.57",
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",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "colorbrewer": "^1.3.0",
32
- "d3": "^5.15.0",
32
+ "d3": "^7.8.5",
33
33
  "d3-geo-projection": "^3.0.0",
34
34
  "jsonstat-toolkit": "^1.0.8",
35
35
  "topojson-client": "^3.1.0"
@@ -45,7 +45,7 @@
45
45
  "puppeteer": "^9.1.1",
46
46
  "webpack": "^5.75.0",
47
47
  "webpack-cli": "^5.0.0",
48
- "webpack-livereload-plugin": "^3.0.2",
49
- "webpack-dev-server": "^3.9.0"
48
+ "webpack-dev-server": "^4.15.1",
49
+ "webpack-livereload-plugin": "^3.0.2"
50
50
  }
51
51
  }