victory-line
Advanced tools
Comparing version 36.6.7 to 36.6.8
# victory-line | ||
## 36.6.8 | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- victory-core@36.6.8 | ||
- victory-vendor@36.6.8 | ||
## 36.6.7 | ||
@@ -4,0 +12,0 @@ |
import * as React from "react"; | ||
declare const _default: { | ||
title: string; | ||
parameters: { | ||
chromatic: { | ||
disableSnapshot: boolean; | ||
}; | ||
}; | ||
component: ((props: import("./victory-line").VictoryLineProps) => JSX.Element) & { | ||
@@ -5,0 +10,0 @@ displayName: string; |
@@ -12,2 +12,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
title: "v37/VictoryLine", | ||
parameters: { | ||
chromatic: { | ||
disableSnapshot: true | ||
} | ||
}, | ||
component: VictoryLine | ||
@@ -14,0 +19,0 @@ }; |
import * as React from "react"; | ||
declare const _default: { | ||
title: string; | ||
parameters: { | ||
chromatic: { | ||
disableSnapshot: boolean; | ||
}; | ||
}; | ||
component: ((props: import("./victory-line").VictoryLineProps) => JSX.Element) & { | ||
@@ -5,0 +10,0 @@ displayName: string; |
@@ -26,2 +26,7 @@ "use strict"; | ||
title: "v37/VictoryLine", | ||
parameters: { | ||
chromatic: { | ||
disableSnapshot: true | ||
} | ||
}, | ||
component: _victoryLine.VictoryLine | ||
@@ -28,0 +33,0 @@ }; |
{ | ||
"name": "victory-line", | ||
"version": "36.6.7", | ||
"version": "36.6.8", | ||
"description": "Line Component for Victory", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.6.7", | ||
"victory-vendor": "^36.6.7" | ||
"victory-core": "^36.6.8", | ||
"victory-vendor": "^36.6.8" | ||
}, | ||
@@ -29,0 +29,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
1429315
23512
Updatedvictory-core@^36.6.8
Updatedvictory-vendor@^36.6.8