orbcharts 3.0.0-alpha.59 → 3.0.0-alpha.61

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orbcharts",
3
- "version": "3.0.0-alpha.59",
3
+ "version": "3.0.0-alpha.61",
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,9 +29,9 @@
29
29
  "typescript": "^5.0.4"
30
30
  },
31
31
  "dependencies": {
32
- "@orbcharts/core": "^3.0.0-alpha.53",
33
- "@orbcharts/plugins-basic": "^3.0.0-alpha.57",
34
- "@orbcharts/presets-basic": "^3.0.0-alpha.28",
32
+ "@orbcharts/core": "^3.0.0-alpha.54",
33
+ "@orbcharts/plugins-basic": "^3.0.0-alpha.59",
34
+ "@orbcharts/presets-basic": "^3.0.0-alpha.30",
35
35
  "d3": "^7.8.5",
36
36
  "rxjs": "^7.8.1"
37
37
  }