orbcharts 3.0.0-alpha.56 → 3.0.0-alpha.57

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orbcharts",
3
- "version": "3.0.0-alpha.56",
3
+ "version": "3.0.0-alpha.57",
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",
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@orbcharts/core": "^3.0.0-alpha.51",
33
33
  "@orbcharts/plugins-basic": "^3.0.0-alpha.55",
34
- "@orbcharts/presets-basic": "^3.0.0-alpha.25",
34
+ "@orbcharts/presets-basic": "^3.0.0-alpha.26",
35
35
  "d3": "^7.8.5",
36
36
  "rxjs": "^7.8.1"
37
37
  }