victory-chart
Advanced tools
Comparing version 36.6.4 to 36.6.5
# victory-chart | ||
## 36.6.5 | ||
### Patch Changes | ||
- Updated dependencies [[`6f4972123`](https://github.com/FormidableLabs/victory/commit/6f49721238332bb5ee879571a45b34a04e44d416)]: | ||
- victory-core@36.6.5 | ||
- victory-axis@36.6.5 | ||
- victory-polar-axis@36.6.5 | ||
- victory-shared-events@36.6.5 | ||
## 36.6.4 | ||
@@ -4,0 +14,0 @@ |
@@ -8,3 +8,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } | ||
import * as React from "react"; | ||
import { withContainer, useDomain, useScale, useData } from "victory-core"; | ||
import { withContainer, useDomain, useScale, useData } from "victory-core/es/v37"; | ||
import { VictoryAxis } from "victory-axis"; | ||
@@ -11,0 +11,0 @@ var DEFAULT_AXES = { |
@@ -10,3 +10,3 @@ "use strict"; | ||
var _victoryCore = require("victory-core"); | ||
var _v = require("victory-core/es/v37"); | ||
@@ -38,5 +38,5 @@ var _victoryAxis = require("victory-axis"); | ||
children = _ref.children; | ||
var scale = (0, _victoryCore.useScale)(); | ||
var data = (0, _victoryCore.useData)(); | ||
var domain = (0, _victoryCore.useDomain)(); | ||
var scale = (0, _v.useScale)(); | ||
var data = (0, _v.useData)(); | ||
var domain = (0, _v.useDomain)(); | ||
var axes = React.useMemo(function () { | ||
@@ -71,4 +71,4 @@ var _defaultAxes$DEFAULT_ = _objectSpread(_objectSpread({}, defaultAxes), DEFAULT_AXES), | ||
var _default = (0, _victoryCore.withContainer)(VictoryChart); | ||
var _default = (0, _v.withContainer)(VictoryChart); | ||
exports.default = _default; |
{ | ||
"name": "victory-chart", | ||
"version": "36.6.4", | ||
"version": "36.6.5", | ||
"description": "Chart Component for Victory", | ||
@@ -26,6 +26,6 @@ "keywords": [ | ||
"react-fast-compare": "^3.2.0", | ||
"victory-axis": "^36.6.4", | ||
"victory-core": "^36.6.4", | ||
"victory-polar-axis": "^36.6.4", | ||
"victory-shared-events": "^36.6.4" | ||
"victory-axis": "^36.6.5", | ||
"victory-core": "^36.6.5", | ||
"victory-polar-axis": "^36.6.5", | ||
"victory-shared-events": "^36.6.5" | ||
}, | ||
@@ -32,0 +32,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1462082
23931
+ Added@types/d3-time@3.0.4(transitive)
- Removed@types/d3-time@3.0.3(transitive)
Updatedvictory-axis@^36.6.5
Updatedvictory-core@^36.6.5
Updatedvictory-polar-axis@^36.6.5