@d3fc/d3fc-chart
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.7](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@4.0.6...@d3fc/d3fc-chart@4.0.7) (2020-07-14) | ||
**Note:** Version bump only for package @d3fc/d3fc-chart | ||
## [4.0.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@4.0.5...@d3fc/d3fc-chart@4.0.6) (2020-07-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@d3fc/d3fc-chart", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "A simple Cartesian chart component that renders to canvas or SVG.", | ||
@@ -21,11 +21,10 @@ "license": "MIT", | ||
"bundle": "npx rollup -c ../../scripts/rollup.config.js", | ||
"test": "npx jasmine --config=../../scripts/jasmine.json", | ||
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-chart" | ||
}, | ||
"dependencies": { | ||
"@d3fc/d3fc-axis": "^3.0.1", | ||
"@d3fc/d3fc-data-join": "^6.0.0", | ||
"@d3fc/d3fc-element": "^6.0.0", | ||
"@d3fc/d3fc-rebind": "^6.0.0", | ||
"@d3fc/d3fc-series": "^5.1.2" | ||
"@d3fc/d3fc-axis": "^3.0.2", | ||
"@d3fc/d3fc-data-join": "^6.0.1", | ||
"@d3fc/d3fc-element": "^6.0.1", | ||
"@d3fc/d3fc-rebind": "^6.0.1", | ||
"@d3fc/d3fc-series": "^5.1.3" | ||
}, | ||
@@ -39,3 +38,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "df5fae1816a11a215d71872b939581cd6194916f" | ||
"gitHead": "3c6890b82dbb430bafd52420c0dd506861f16f5d" | ||
} |
@@ -8,11 +8,11 @@ import jsdom from 'jsdom'; | ||
virtualConsole: jsdom.createVirtualConsole().sendTo({ | ||
error: fail | ||
error: done | ||
}), | ||
scripts: [ | ||
require.resolve('d3/dist/d3.js'), | ||
'./node_modules/@d3fc/d3fc-data-join/build/d3fc-data-join.js', | ||
'./node_modules/@d3fc/d3fc-rebind/build/d3fc-rebind.js', | ||
'./node_modules/@d3fc/d3fc-series/build/d3fc-series.js', | ||
'./node_modules/@d3fc/d3fc-axis/build/d3fc-axis.js', | ||
'./build/d3fc-chart.js' | ||
require.resolve('../node_modules/@d3fc/d3fc-data-join/build/d3fc-data-join.js'), | ||
require.resolve('../node_modules/@d3fc/d3fc-rebind/build/d3fc-rebind.js'), | ||
require.resolve('../node_modules/@d3fc/d3fc-series/build/d3fc-series.js'), | ||
require.resolve('../node_modules/@d3fc/d3fc-axis/build/d3fc-axis.js'), | ||
require.resolve('../build/d3fc-chart.js') | ||
], | ||
@@ -19,0 +19,0 @@ done: (_, win) => { |
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
81948
Updated@d3fc/d3fc-axis@^3.0.2
Updated@d3fc/d3fc-data-join@^6.0.1
Updated@d3fc/d3fc-element@^6.0.1
Updated@d3fc/d3fc-rebind@^6.0.1
Updated@d3fc/d3fc-series@^5.1.3