@nivo/circle-packing
Advanced tools
Comparing version 0.44.0 to 0.45.0
@@ -26,10 +26,2 @@ 'use strict'; | ||
var _extends = Object.assign || function (target) { | ||
@@ -49,4 +41,2 @@ for (var i = 1; i < arguments.length; i++) { | ||
var inherits = function (subClass, superClass) { | ||
@@ -68,12 +58,2 @@ if (typeof superClass !== "function" && superClass !== null) { | ||
var possibleConstructorReturn = function (self, call) { | ||
@@ -327,11 +307,9 @@ if (!self) { | ||
var props = Object.freeze({ | ||
BubblePropTypes: BubblePropTypes, | ||
BubbleHtmlPropTypes: BubbleHtmlPropTypes, | ||
BubbleCanvasPropTypes: BubbleCanvasPropTypes, | ||
BubbleDefaultProps: BubbleDefaultProps, | ||
BubbleHtmlDefaultProps: BubbleHtmlDefaultProps, | ||
BubbleCanvasDefaultProps: BubbleCanvasDefaultProps | ||
var props = /*#__PURE__*/Object.freeze({ | ||
BubblePropTypes: BubblePropTypes, | ||
BubbleHtmlPropTypes: BubbleHtmlPropTypes, | ||
BubbleCanvasPropTypes: BubbleCanvasPropTypes, | ||
BubbleDefaultProps: BubbleDefaultProps, | ||
BubbleHtmlDefaultProps: BubbleHtmlDefaultProps, | ||
BubbleCanvasDefaultProps: BubbleCanvasDefaultProps | ||
}); | ||
@@ -521,2 +499,3 @@ | ||
/* eslint-disable react/prop-types */ | ||
var Bubble = function Bubble(_ref) { | ||
@@ -654,2 +633,3 @@ var nodes = _ref.nodes, | ||
/* eslint-disable react/prop-types */ | ||
var BubbleHtml = function BubbleHtml(_ref) { | ||
@@ -796,2 +776,3 @@ var nodes = _ref.nodes, | ||
/* eslint-disable react/prop-types */ | ||
var BubbleCanvas = function (_Component) { | ||
@@ -798,0 +779,0 @@ inherits(BubbleCanvas, _Component); |
{ | ||
"name": "@nivo/circle-packing", | ||
"version": "0.44.0", | ||
"version": "0.45.0", | ||
"license": "MIT", | ||
@@ -12,3 +12,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@nivo/core": "^0.44.0", | ||
"@nivo/core": "^0.45.0", | ||
"d3-hierarchy": "^1.1.5", | ||
@@ -25,3 +25,4 @@ "lodash": "^4.17.4", | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "7467c8b2fa9dfb1e75007bf52a4bf437d12ce690" | ||
} |
34597
5
+ Added@nivo/core@0.45.0(transitive)
- Removed@nivo/core@0.44.0(transitive)
Updated@nivo/core@^0.45.0