orbcharts 3.0.0-alpha.29 → 3.0.0-alpha.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orbcharts",
3
- "version": "3.0.0-alpha.29",
3
+ "version": "3.0.0-alpha.30",
4
4
  "description": "OrbCharts is an open source chart library based on d3.js and rx.js",
5
5
  "author": "Blue Planet Inc.",
6
6
  "license": "Apache-2.0",
@@ -29,8 +29,8 @@
29
29
  "typescript": "^5.0.4"
30
30
  },
31
31
  "dependencies": {
32
- "@orbcharts/core": "^3.0.0-alpha.25",
33
- "@orbcharts/plugins-basic": "^3.0.0-alpha.29",
32
+ "@orbcharts/core": "^3.0.0-alpha.26",
33
+ "@orbcharts/plugins-basic": "^3.0.0-alpha.30",
34
34
  "d3": "^7.8.5",
35
35
  "rxjs": "^7.8.1"
36
36
  }