@density/chart-ingress-egress
Advanced tools
Comparing version 1.0.7 to 1.1.0
@@ -7,3 +7,3 @@ 'use strict'; | ||
var _storybook = require('@kadira/storybook'); | ||
var _react2 = require('@storybook/react'); | ||
@@ -38,3 +38,3 @@ var _index = require('../index'); | ||
(0, _storybook.storiesOf)('Ingress Egress Chart', module).add('With a few set datapoints', function () { | ||
(0, _react2.storiesOf)('Ingress Egress Chart', module).add('With a few set datapoints', function () { | ||
return React.createElement(IngressEgress, { | ||
@@ -41,0 +41,0 @@ events: [{ countChange: 1, timestamp: new Date().getTime() - 500000 }, { countChange: 1, timestamp: new Date().getTime() - 425000 }, { countChange: -1, timestamp: new Date().getTime() - 420000 }, { countChange: 1, timestamp: new Date().getTime() - 400000 }] |
{ | ||
"name": "@density/chart-ingress-egress", | ||
"version": "1.0.7", | ||
"version": "1.1.0", | ||
"description": "Ingress Egress chart", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"d3": "^4.8.0", | ||
"d3": "^4.13.0", | ||
"moment": "^2.18.1", | ||
@@ -17,0 +17,0 @@ "react": "^15.4.2", |
import * as React from 'react'; | ||
import {storiesOf, action} from '@kadira/storybook'; | ||
import {storiesOf} from '@storybook/react'; | ||
import {chartAsReactComponent} from '../index'; | ||
@@ -4,0 +4,0 @@ |
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
34903
12
Updatedd3@^4.13.0