victory-chart
Advanced tools
Comparing version 36.6.2 to 36.6.3
# victory-chart | ||
## 36.6.3 | ||
### Patch Changes | ||
- Do not generate \*.js.map sourcemaps (fixes [#2346](https://github.com/FormidableLabs/victory/issues/2346)) ([#2432](https://github.com/FormidableLabs/victory/pull/2432)) | ||
- Updated dependencies [[`4bfc65df5`](https://github.com/FormidableLabs/victory/commit/4bfc65df5a10aa6a10084882ed5c6d0d894dec6f)]: | ||
- victory-axis@36.6.3 | ||
- victory-core@36.6.3 | ||
- victory-polar-axis@36.6.3 | ||
- victory-shared-events@36.6.3 | ||
## 36.6.2 | ||
@@ -4,0 +16,0 @@ |
@@ -221,3 +221,2 @@ import _assign from "lodash/assign"; | ||
}; | ||
}; | ||
//# sourceMappingURL=helper-methods.js.map | ||
}; |
@@ -1,2 +0,1 @@ | ||
export * from "./victory-chart"; | ||
//# sourceMappingURL=index.js.map | ||
export * from "./victory-chart"; |
@@ -55,3 +55,2 @@ 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; } | ||
export default withContainer(VictoryChart); | ||
//# sourceMappingURL=victory-chart.js.map | ||
export default withContainer(VictoryChart); |
@@ -169,3 +169,2 @@ import _isEmpty from "lodash/isEmpty"; | ||
VictoryChart.expectedComponents = ["groupComponent", "containerComponent"]; | ||
//# sourceMappingURL=victory-chart.js.map | ||
VictoryChart.expectedComponents = ["groupComponent", "containerComponent"]; |
@@ -245,3 +245,2 @@ "use strict"; | ||
}; | ||
}; | ||
//# sourceMappingURL=helper-methods.js.map | ||
}; |
@@ -18,3 +18,2 @@ "use strict"; | ||
}); | ||
}); | ||
//# sourceMappingURL=index.js.map | ||
}); |
@@ -71,3 +71,2 @@ "use strict"; | ||
exports.default = _default; | ||
//# sourceMappingURL=victory-chart.js.map | ||
exports.default = _default; |
@@ -200,3 +200,2 @@ "use strict"; | ||
VictoryChart.expectedComponents = ["groupComponent", "containerComponent"]; | ||
//# sourceMappingURL=victory-chart.js.map | ||
VictoryChart.expectedComponents = ["groupComponent", "containerComponent"]; |
{ | ||
"name": "victory-chart", | ||
"version": "36.6.2", | ||
"version": "36.6.3", | ||
"description": "Chart Component for Victory", | ||
@@ -26,6 +26,6 @@ "keywords": [ | ||
"react-fast-compare": "^3.2.0", | ||
"victory-axis": "^36.6.2", | ||
"victory-core": "^36.6.2", | ||
"victory-polar-axis": "^36.6.2", | ||
"victory-shared-events": "^36.6.2" | ||
"victory-axis": "^36.6.3", | ||
"victory-core": "^36.6.3", | ||
"victory-polar-axis": "^36.6.3", | ||
"victory-shared-events": "^36.6.3" | ||
}, | ||
@@ -60,3 +60,5 @@ "peerDependencies": { | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -82,3 +84,5 @@ "output": [ | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -111,2 +115,4 @@ "output": [ | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js", | ||
@@ -135,2 +141,4 @@ "../../config/webpack.config.dev.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js" | ||
@@ -137,0 +145,0 @@ ], |
Sorry, the diff of this file is too big to display
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
1461350
23929
Updatedvictory-axis@^36.6.3
Updatedvictory-core@^36.6.3
Updatedvictory-polar-axis@^36.6.3