Skip to content

Commit

Permalink
Change the "d3-time-format": "3" to "d3-time-format": "4" in sparklin…
Browse files Browse the repository at this point in the history
…e chart.
  • Loading branch information
v-asurse committed Jul 26, 2024
1 parent 2451474 commit 194684e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ module.exports = {
// '^d3-color$': '<rootDir>/node_modules/d3-color/dist/d3-color.js',
// '^d3-hierarchy$': '<rootDir>/node_modules/d3-hierarchy/dist/d3-hierarchy.js',
// '^d3-sankey$': '<rootDir>/node_modules/d3-sankey/dist/d3-sankey.js',
// '^d3-time-format$': '<rootDir>/node_modules/d3-time-format/dist/d3-time-format.js',
'^d3-time-format$': '<rootDir>/../../../node_modules/d3-time-format/dist/d3-time-format.js',
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"d3-selection": "3",
"d3-shape": "3",
"d3-time": "3",
"d3-time-format": "3"
"d3-time-format": "4"
},
"peerDependencies": {
"@types/react": ">=16.14.0 <19.0.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10214,13 +10214,20 @@ d3-time-format@2:
dependencies:
d3-time "1"

"d3-time-format@2 - 4", d3-time-format@3, d3-time-format@^3.0.0:
"d3-time-format@2 - 4", d3-time-format@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-3.0.0.tgz#df8056c83659e01f20ac5da5fdeae7c08d5f1bb6"
integrity sha512-UXJh6EKsHBTjopVqZBhFysQcoXSv/5yLONZvkQ5Kk3qbwiUYkdX17Xa1PT6U1ZWXGGfB1ey5L8dKMlFq2DO0Ag==
dependencies:
d3-time "1 - 2"

d3-time-format@4:
version "4.1.0"
resolved "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-4.1.0.tgz#7ab5257a5041d11ecb4fe70a5c7d16a195bb408a"
integrity sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==
dependencies:
d3-time "1 - 3"

d3-time@1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-1.1.0.tgz#b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1"
Expand All @@ -10233,7 +10240,7 @@ d3-time@1:
dependencies:
d3-array "2"

d3-time@3:
"d3-time@1 - 3", d3-time@3:
version "3.1.0"
resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-3.1.0.tgz#9310db56e992e3c0175e1ef385e545e48a9bb5c7"
integrity sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==
Expand Down

0 comments on commit 194684e

Please sign in to comment.