@equinor/videx-map 1.14.5 → 1.14.6

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 +9 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/videx-map",
3
- "version": "1.14.5",
3
+ "version": "1.14.6",
4
4
  "description": "Component for Pixi-overlay in Leaflet.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -50,7 +50,9 @@
50
50
  "@storybook/html": "^7.6.7",
51
51
  "@storybook/html-webpack5": "^7.6.7",
52
52
  "@types/babel__core": "^7.20.5",
53
- "@types/d3": "^5.7.2",
53
+ "@types/d3-color": "^3.1.3",
54
+ "@types/d3-scale-chromatic": "^3.0.3",
55
+ "@types/d3-selection": "^3.0.10",
54
56
  "@types/earcut": "^2.1.1",
55
57
  "@types/geojson": "^7946.0.3",
56
58
  "@types/jest": "^29.5.11",
@@ -58,7 +60,7 @@
58
60
  "@types/uuid": "^8.3.0",
59
61
  "@typescript-eslint/eslint-plugin": "^6.16.0",
60
62
  "@typescript-eslint/parser": "^6.16.0",
61
- "babel-loader": "^8.1.0",
63
+ "babel-loader": "^9.1.3",
62
64
  "copyfiles": "^2.3.0",
63
65
  "eslint-formatter-table": "^7.32.1",
64
66
  "eslint-plugin-storybook": "^0.6.15",
@@ -67,7 +69,7 @@
67
69
  "jest-canvas-mock": "^2.2.0",
68
70
  "jest-environment-jsdom": "^29.7.0",
69
71
  "leaflet": "^1.7.1",
70
- "leaflet-pixi-overlay": "^1.8.2",
72
+ "leaflet-pixi-overlay": "^1.9.4",
71
73
  "lint-staged": "^11.1.2",
72
74
  "rimraf": "^3.0.2",
73
75
  "rollup": "^2.45.2",
@@ -75,6 +77,7 @@
75
77
  "rollup-plugin-terser": "^7.0.2",
76
78
  "rollup-plugin-typescript2": "^0.36.0",
77
79
  "simplex-noise": "^2.4.0",
80
+ "storybook": "^7.6.11",
78
81
  "ts-jest": "^29.1.1",
79
82
  "ts-loader": "9.5.1",
80
83
  "ts-node": "^10.8.1",
@@ -101,11 +104,11 @@
101
104
  "@equinor/videx-linear-algebra": "^1.0.7",
102
105
  "@equinor/videx-math": "^1.1.0",
103
106
  "@equinor/videx-vector2": "^1.0.44",
104
- "d3": "^7.8.5",
105
107
  "d3-color": "^3.1.0",
108
+ "d3-scale-chromatic": "^3.0.0",
109
+ "d3-selection": "^3.0.0",
106
110
  "earcut": "^2.2.4",
107
111
  "pixi.js": "^7.3.2",
108
- "storybook": "^7.6.7",
109
112
  "uuid": "^8.3.2"
110
113
  }
111
114
  }