@equinor/videx-map 1.14.4 → 1.14.5

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 +12 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/videx-map",
3
- "version": "1.14.4",
3
+ "version": "1.14.5",
4
4
  "description": "Component for Pixi-overlay in Leaflet.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "types": "dist/index.d.ts",
12
12
  "scripts": {
13
- "start": "start-storybook",
13
+ "start": "storybook dev",
14
14
  "prebuild": "rimraf dist",
15
15
  "build": "rollup -c",
16
16
  "prepub": "npm run build",
@@ -44,8 +44,11 @@
44
44
  "homepage": "https://github.com/equinor/videx-map#readme",
45
45
  "devDependencies": {
46
46
  "@babel/core": "^7.22.1",
47
+ "@babel/preset-env": "^7.21.5",
48
+ "@babel/preset-typescript": "^7.21.5",
47
49
  "@equinor/videx-storybook-input": "^1.0.0",
48
- "@storybook/html": "^6.2.3",
50
+ "@storybook/html": "^7.6.7",
51
+ "@storybook/html-webpack5": "^7.6.7",
49
52
  "@types/babel__core": "^7.20.5",
50
53
  "@types/d3": "^5.7.2",
51
54
  "@types/earcut": "^2.1.1",
@@ -58,6 +61,7 @@
58
61
  "babel-loader": "^8.1.0",
59
62
  "copyfiles": "^2.3.0",
60
63
  "eslint-formatter-table": "^7.32.1",
64
+ "eslint-plugin-storybook": "^0.6.15",
61
65
  "husky": "^8.0.3",
62
66
  "jest": "^29.7.0",
63
67
  "jest-canvas-mock": "^2.2.0",
@@ -69,10 +73,11 @@
69
73
  "rollup": "^2.45.2",
70
74
  "rollup-plugin-node-resolve": "^5.2.0",
71
75
  "rollup-plugin-terser": "^7.0.2",
72
- "rollup-plugin-typescript2": "^0.35.0",
76
+ "rollup-plugin-typescript2": "^0.36.0",
73
77
  "simplex-noise": "^2.4.0",
74
78
  "ts-jest": "^29.1.1",
75
- "ts-loader": "^9.4.2",
79
+ "ts-loader": "9.5.1",
80
+ "ts-node": "^10.8.1",
76
81
  "tslib": "^2.6.1",
77
82
  "typedoc": "^0.25.4",
78
83
  "typescript": "^5.3.3"
@@ -96,9 +101,11 @@
96
101
  "@equinor/videx-linear-algebra": "^1.0.7",
97
102
  "@equinor/videx-math": "^1.1.0",
98
103
  "@equinor/videx-vector2": "^1.0.44",
104
+ "d3": "^7.8.5",
99
105
  "d3-color": "^3.1.0",
100
106
  "earcut": "^2.2.4",
101
107
  "pixi.js": "^7.3.2",
108
+ "storybook": "^7.6.7",
102
109
  "uuid": "^8.3.2"
103
110
  }
104
111
  }