@visactor/react-vchart 2.1.0-alpha.10 → 2.1.0-alpha.11

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.
@@ -62,4 +62,4 @@ function withContainer(Comp, name = "ChartContainer", getProps) {
62
62
  }
63
63
 
64
64
  exports.default = withContainer;
65
- //# sourceMappingURL=withContainer.js.map
65
+ //# sourceMappingURL=withContainer.js.map
@@ -23,4 +23,4 @@ function withChartInstance(Component) {
23
23
 
24
24
  ChartContext.displayName = "ChartContext", exports.withChartInstance = withChartInstance,
25
25
  exports.default = ChartContext;
26
- //# sourceMappingURL=chart.js.map
26
+ //# sourceMappingURL=chart.js.map
@@ -31,4 +31,4 @@ export default function withContainer(Comp, name = "ChartContainer", getProps) {
31
31
  }));
32
32
  return Cls.displayName = name || Comp.name, Cls;
33
33
  }
34
- //# sourceMappingURL=withContainer.js.map
34
+ //# sourceMappingURL=withContainer.js.map
@@ -14,4 +14,4 @@ export function withChartInstance(Component) {
14
14
  }
15
15
 
16
16
  export default ChartContext;
17
- //# sourceMappingURL=chart.js.map
17
+ //# sourceMappingURL=chart.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vchart",
3
- "version": "2.1.0-alpha.10",
3
+ "version": "2.1.0-alpha.11",
4
4
  "sideEffects": false,
5
5
  "description": "The react version of VChart 4.x",
6
6
  "keywords": [
@@ -28,8 +28,8 @@
28
28
  "build"
29
29
  ],
30
30
  "dependencies": {
31
- "@visactor/vchart": "2.1.0-alpha.10",
32
- "@visactor/vchart-extension": "2.1.0-alpha.10",
31
+ "@visactor/vchart": "2.1.0-alpha.11",
32
+ "@visactor/vchart-extension": "2.1.0-alpha.11",
33
33
  "@visactor/vutils": "~1.0.23",
34
34
  "@visactor/vrender-core": "1.1.0-alpha.21",
35
35
  "@visactor/vrender-kits": "1.1.0-alpha.21",
@@ -60,8 +60,8 @@
60
60
  "@vitejs/plugin-react": "3.1.0",
61
61
  "vite": "3.2.6",
62
62
  "@internal/bundler": "0.0.1",
63
- "@internal/ts-config": "0.0.1",
64
- "@internal/eslint-config": "0.0.1"
63
+ "@internal/eslint-config": "0.0.1",
64
+ "@internal/ts-config": "0.0.1"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "react": ">=16.0.0",