@carbon/charts-react 1.19.2 → 1.20.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-react",
3
- "version": "1.19.2",
3
+ "version": "1.20.0",
4
4
  "description": "Carbon Charts component library for React",
5
5
  "type": "module",
6
6
  "module": "./dist/index.mjs",
@@ -38,37 +38,38 @@
38
38
  "format": "prettier . --write --ignore-path ../../.prettierignore"
39
39
  },
40
40
  "dependencies": {
41
- "@carbon/charts": "1.19.2",
42
- "@carbon/icons-react": "^11.45.0",
43
- "@ibm/telemetry-js": "^1.6.0"
41
+ "@carbon/charts": "1.20.0",
42
+ "@carbon/icons-react": "^11.47.0",
43
+ "@ibm/telemetry-js": "^1.6.1"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
47
47
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@playwright/test": "^1.45.1",
50
+ "@playwright/test": "^1.46.1",
51
51
  "@types/react": "^18.3.3",
52
52
  "@types/react-dom": "^18.3.0",
53
53
  "@vitejs/plugin-react-swc": "^3.7.0",
54
54
  "classnames": "^2.5.1",
55
55
  "concurrently": "^8.2.2",
56
56
  "downlevel-dts": "^0.11.0",
57
- "eslint": "^9.7.0",
57
+ "eslint": "^9.9.0",
58
58
  "prettier": "^3.3.3",
59
59
  "react": "^18.3.1",
60
60
  "react-dom": "^18.3.1",
61
- "typescript": "^5.5.3",
62
- "vite": "^5.3.3",
63
- "vite-plugin-dts": "^3.9.1"
61
+ "typescript": "^5.5.4",
62
+ "vite": "^5.4.1",
63
+ "vite-plugin-dts": "^4.0.3"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
+ "homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
68
69
  "repository": {
69
70
  "type": "git",
70
- "url": "git@github.com:carbon-design-system/carbon-charts.git",
71
- "homepage": "https://charts.carbondesignsystem.com/"
71
+ "url": "git+https://github.com/carbon-design-system/carbon-charts.git",
72
+ "directory": "packages/react"
72
73
  },
73
74
  "license": "Apache-2.0",
74
75
  "author": "IBM",
@@ -104,7 +105,6 @@
104
105
  "bugs": {
105
106
  "url": "https://github.com/carbon-design-system/carbon-charts/issues"
106
107
  },
107
- "homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
108
108
  "maintainers": [
109
109
  {
110
110
  "name": "Eliad Moosavi",
@@ -119,5 +119,5 @@
119
119
  "url": "https://github.com/theiliad"
120
120
  }
121
121
  ],
122
- "gitHead": "e162c521dd29d418eea1b418300454ffe9dc6134"
122
+ "gitHead": "b79ba5ff2897115f1a3b826f2417a3bde330eb4b"
123
123
  }