@mui/x-charts-vendor 7.12.0 → 7.13.0

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.
@@ -0,0 +1,5 @@
1
+
2
+ // `x-charts-vendor/delaunator` (TypeScript)
3
+ //
4
+ // Export the type definitions for this package:
5
+ export * from "delaunator";
package/delaunator.js ADDED
@@ -0,0 +1,7 @@
1
+
2
+ // `x-charts-vendor/delaunator` (CommonJS)
3
+ // See upstream license: https://github.com/mapbox/delaunator/blob/main/LICENSE
4
+ //
5
+ // This file only exists for tooling that doesn't work yet with package.json:exports
6
+ // by proxying through the CommonJS version.
7
+ module.exports = require("./lib/delaunator");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-charts-vendor",
3
- "version": "7.12.0",
3
+ "version": "7.13.0",
4
4
  "description": "Vendored dependencies for MUI X Charts",
5
5
  "author": "MUI Team",
6
6
  "main": "./index.js",
@@ -42,17 +42,17 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@babel/plugin-transform-runtime": "^7.24.7",
45
- "@types/d3-array": "^3.0.3",
45
+ "@types/d3-array": "^3.2.1",
46
46
  "@types/d3-format": "^3.0.4",
47
- "@types/d3-path": "^3.0.1",
47
+ "@types/d3-path": "^3.1.0",
48
48
  "@types/d3-time-format": "^4.0.3",
49
- "d3-array": "^3.1.6",
49
+ "d3-array": "^3.2.4",
50
50
  "d3-format": "^3.1.0",
51
- "d3-path": "^3.0.1",
51
+ "d3-path": "^3.1.0",
52
52
  "d3-time-format": "^4.1.0",
53
53
  "execa": "^9.3.0",
54
54
  "internmap": "^2.0.3",
55
- "rimraf": "^5.0.8"
55
+ "rimraf": "^5.0.10"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"
@@ -0,0 +1,5 @@
1
+
2
+ // `x-charts-vendor/robust-predicates` (TypeScript)
3
+ //
4
+ // Export the type definitions for this package:
5
+ export * from "robust-predicates";
@@ -0,0 +1,7 @@
1
+
2
+ // `x-charts-vendor/robust-predicates` (CommonJS)
3
+ // See upstream license: https://github.com/mourner/robust-predicates/blob/main/LICENSE
4
+ //
5
+ // This file only exists for tooling that doesn't work yet with package.json:exports
6
+ // by proxying through the CommonJS version.
7
+ module.exports = require("./lib/robust-predicates");