victory-pie
Advanced tools
Comparing version 36.6.2 to 36.6.3
# victory-pie | ||
## 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-core@36.6.3 | ||
- victory-vendor@36.6.3 | ||
## 36.6.2 | ||
@@ -4,0 +14,0 @@ |
@@ -298,3 +298,2 @@ import _isNil from "lodash/isNil"; | ||
}, initialChildProps); | ||
}; | ||
//# sourceMappingURL=helper-methods.js.map | ||
}; |
export { default as VictoryPie } from "./victory-pie"; | ||
export { default as Slice } from "./slice"; | ||
//# sourceMappingURL=index.js.map | ||
export { default as Slice } from "./slice"; |
@@ -115,3 +115,2 @@ import _assign from "lodash/assign"; | ||
}; | ||
export default Slice; | ||
//# sourceMappingURL=slice.js.map | ||
export default Slice; |
@@ -199,3 +199,2 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
VictoryPie.expectedComponents = ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]; | ||
export default addEvents(VictoryPie); | ||
//# sourceMappingURL=victory-pie.js.map | ||
export default addEvents(VictoryPie); |
@@ -326,3 +326,2 @@ "use strict"; | ||
exports.getBaseProps = getBaseProps; | ||
//# sourceMappingURL=helper-methods.js.map | ||
exports.getBaseProps = getBaseProps; |
@@ -23,3 +23,2 @@ "use strict"; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
//# sourceMappingURL=index.js.map | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
@@ -147,3 +147,2 @@ "use strict"; | ||
var _default = Slice; | ||
exports.default = _default; | ||
//# sourceMappingURL=slice.js.map | ||
exports.default = _default; |
@@ -216,3 +216,2 @@ "use strict"; | ||
exports.default = _default; | ||
//# sourceMappingURL=victory-pie.js.map | ||
exports.default = _default; |
{ | ||
"name": "victory-pie", | ||
"version": "36.6.2", | ||
"version": "36.6.3", | ||
"description": "Pie Component for Victory", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.6.2", | ||
"victory-vendor": "^36.6.2" | ||
"victory-core": "^36.6.3", | ||
"victory-vendor": "^36.6.3" | ||
}, | ||
@@ -56,3 +56,5 @@ "peerDependencies": { | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -76,3 +78,5 @@ "output": [ | ||
"!src/**/*.test.*", | ||
"../../.babelrc.build.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js" | ||
], | ||
@@ -103,2 +107,4 @@ "output": [ | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js", | ||
@@ -125,2 +131,4 @@ "../../config/webpack.config.dev.js" | ||
"../../.babelrc.build.js", | ||
"../../.babelrc.js", | ||
"../../package-scripts.js", | ||
"../../config/webpack.config.js" | ||
@@ -127,0 +135,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
1358163
23120
Updatedvictory-core@^36.6.3
Updatedvictory-vendor@^36.6.3