@equinor/videx-map 1.14.11 → 1.14.12

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  interface Config {
3
2
  /** Total number of iterations. */
4
3
  iterations: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/videx-map",
3
- "version": "1.14.11",
3
+ "version": "1.14.12",
4
4
  "description": "Component for Pixi-overlay in Leaflet.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -23,7 +23,7 @@
23
23
  "docs": "typedoc --out docs src",
24
24
  "postdocs": "node postdocs.copyfiles.mjs",
25
25
  "lint-staged": "lint-staged",
26
- "prepare": "husky install"
26
+ "prepare": "husky"
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",
@@ -42,42 +42,43 @@
42
42
  },
43
43
  "homepage": "https://github.com/equinor/videx-map#readme",
44
44
  "devDependencies": {
45
- "@babel/core": "^7.26.10",
46
- "@babel/preset-env": "^7.21.5",
47
- "@babel/preset-typescript": "^7.21.5",
45
+ "@babel/core": "^7.28.3",
46
+ "@babel/preset-env": "^7.28.3",
47
+ "@babel/preset-typescript": "^7.27.1",
48
48
  "@equinor/videx-storybook-input": "^1.0.0",
49
- "@rollup/plugin-node-resolve": "^15.2.3",
49
+ "@rollup/plugin-node-resolve": "^16.0.1",
50
50
  "@rollup/plugin-terser": "^0.4.4",
51
- "@rollup/plugin-typescript": "^11.1.6",
52
- "@storybook/html-webpack5": "^8.6.8",
51
+ "@rollup/plugin-typescript": "^12.1.4",
52
+ "@storybook/html-webpack5": "^8.6.14",
53
53
  "@types/d3-color": "^3.1.3",
54
- "@types/d3-scale-chromatic": "^3.0.3",
55
- "@types/d3-selection": "^3.0.10",
56
- "@types/earcut": "^2.1.1",
57
- "@types/geojson": "^7946.0.3",
58
- "@types/jest": "^29.5.11",
59
- "@types/leaflet": "^1.5.17",
60
- "@types/uuid": "^8.3.0",
61
- "@typescript-eslint/eslint-plugin": "^6.16.0",
62
- "@typescript-eslint/parser": "^6.16.0",
54
+ "@types/d3-scale-chromatic": "^3.1.0",
55
+ "@types/d3-selection": "^3.0.11",
56
+ "@types/earcut": "^2.1.4",
57
+ "@types/geojson": "^7946.0.16",
58
+ "@types/jest": "^30.0.0",
59
+ "@types/leaflet": "^1.9.20",
60
+ "@types/uuid": "^10.0.0",
61
+ "@typescript-eslint/eslint-plugin": "^8.40.0",
62
+ "@typescript-eslint/parser": "^8.40.0",
63
+ "eslint": "^8.57.1",
63
64
  "eslint-plugin-storybook": "^0.11.6",
64
- "husky": "^8.0.3",
65
- "jest": "^30.0.4",
65
+ "husky": "^9.1.7",
66
+ "jest": "^30.0.5",
66
67
  "jest-canvas-mock": "^2.2.0",
67
- "jest-environment-jsdom": "^30.0.4",
68
+ "jest-environment-jsdom": "^30.0.5",
68
69
  "leaflet": "^1.7.1",
69
70
  "leaflet-pixi-overlay": "^1.9.4",
70
- "lint-staged": "^11.1.2",
71
+ "lint-staged": "^15.5.2",
71
72
  "rimraf": "^6.0.1",
72
- "rollup": "^3.29.4",
73
+ "rollup": "^4.46.3",
73
74
  "simplex-noise": "^4.0.3",
74
75
  "storybook": "^8.6.8",
75
- "ts-jest": "^29.4.0",
76
- "ts-loader": "^9.5.1",
76
+ "ts-jest": "^29.4.1",
77
+ "ts-loader": "^9.5.2",
77
78
  "ts-node": "^10.8.1",
78
- "tslib": "^2.6.1",
79
- "typedoc": "^0.26.7",
80
- "typescript": "^5.3.3"
79
+ "tslib": "^2.8.1",
80
+ "typedoc": "^0.28.10",
81
+ "typescript": "^5.9.2"
81
82
  },
82
83
  "jest": {
83
84
  "testEnvironment": "jsdom",
@@ -96,13 +97,13 @@
96
97
  },
97
98
  "dependencies": {
98
99
  "@equinor/videx-linear-algebra": "^1.0.11",
99
- "@equinor/videx-math": "^1.1.0",
100
- "@equinor/videx-vector2": "^1.0.44",
100
+ "@equinor/videx-math": "^1.1.1",
101
+ "@equinor/videx-vector2": "^1.0.46",
101
102
  "d3-color": "^3.1.0",
102
- "d3-scale-chromatic": "^3.0.0",
103
+ "d3-scale-chromatic": "^3.1.0",
103
104
  "d3-selection": "^3.0.0",
104
105
  "earcut": "^2.2.4",
105
106
  "pixi.js": "^7.3.2",
106
- "uuid": "^8.3.2"
107
+ "uuid": "^11.1.0"
107
108
  }
108
109
  }