@mui/x-charts-vendor 7.16.0 → 7.19.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -73,4 +73,4 @@ Note that for some tooling (like Jest) that doesn't play well with `package.json
73
73
 
74
74
  ## Licenses
75
75
 
76
- This project is released under the MIT license, but the vendored in libraries include other licenses (e.g. ISC) that we enumerate in our `package.json:license` field.
76
+ This project is released under the MIT license, but the vendored in libraries include other licenses (for example ISC) that we enumerate in our `package.json:license` field.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-charts-vendor",
3
- "version": "7.16.0",
3
+ "version": "7.19.0",
4
4
  "description": "Vendored dependencies for MUI X Charts",
5
5
  "author": "MUI Team",
6
6
  "keywords": [
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/mui/mui-x.git",
14
+ "url": "git+https://github.com/mui/mui-x.git",
15
15
  "directory": "packages/x-charts-vendor"
16
16
  },
17
17
  "license": "MIT AND ISC",
@@ -50,9 +50,9 @@
50
50
  "d3-format": "^3.1.0",
51
51
  "d3-path": "^3.1.0",
52
52
  "d3-time-format": "^4.1.0",
53
- "execa": "^9.3.1",
53
+ "execa": "^9.4.0",
54
54
  "internmap": "^2.0.3",
55
- "rimraf": "^5.0.10"
55
+ "rimraf": "^6.0.1"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"