@react-financial-charts/scales
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) | ||
**Note:** Version bump only for package @react-financial-charts/scales | ||
# [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable @typescript-eslint/no-unused-vars */ | ||
export const defaultFormatters = { | ||
@@ -2,0 +3,0 @@ yearFormat: "%Y", |
{ | ||
"name": "@react-financial-charts/scales", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"description": "Scales for react-financial-charts", | ||
@@ -41,6 +41,6 @@ "publishConfig": { | ||
"dependencies": { | ||
"@react-financial-charts/core": "^1.0.0-alpha.7", | ||
"d3-array": "2.4.0", | ||
"d3-scale": "3.2.1", | ||
"d3-time-format": "2.2.3" | ||
"@react-financial-charts/core": "^1.0.0-alpha.8", | ||
"d3-array": "^2.5.0", | ||
"d3-scale": "^3.2.1", | ||
"d3-time-format": "^2.2.3" | ||
}, | ||
@@ -51,3 +51,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "71acd57b6a52ae3fd2376fc19153d2a4f78079c3" | ||
"gitHead": "fc4f25cf7ad3c460cc510a0d63fd5b1a1ad547b5" | ||
} |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable @typescript-eslint/no-unused-vars */ | ||
export const defaultFormatters = { | ||
@@ -2,0 +3,0 @@ yearFormat: "%Y", |
Sorry, the diff of this file is not supported yet
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
51269
806
+ Addedd3-time-format@2.3.0(transitive)
- Removedd3-array@2.4.0(transitive)
- Removedd3-color@1.4.1(transitive)
- Removedd3-format@1.4.5(transitive)
- Removedd3-interpolate@1.4.0(transitive)
- Removedd3-scale@3.2.1(transitive)
- Removedd3-time-format@2.2.3(transitive)
Updatedd3-array@^2.5.0
Updatedd3-scale@^3.2.1
Updatedd3-time-format@^2.2.3