orbcharts 3.0.0-alpha.25 → 3.0.0-alpha.26

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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orbcharts",
3
- "version": "3.0.0-alpha.25",
3
+ "version": "3.0.0-alpha.26",
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",
@@ -26,12 +26,11 @@
26
26
  "devDependencies": {
27
27
  "@types/d3": "^7.4.0",
28
28
  "ts-loader": "^9.4.2",
29
- "typescript": "^5.0.4",
30
- "vite-plugin-dts": "^3.7.3"
29
+ "typescript": "^5.0.4"
31
30
  },
32
31
  "dependencies": {
33
- "@orbcharts/core": "^3.0.0-alpha.21",
34
- "@orbcharts/plugins-basic": "^3.0.0-alpha.25",
32
+ "@orbcharts/core": "^3.0.0-alpha.22",
33
+ "@orbcharts/plugins-basic": "^3.0.0-alpha.26",
35
34
  "d3": "^7.8.5",
36
35
  "rxjs": "^7.8.1"
37
36
  }