Skip to content

Commit

Permalink
chore: update d3-colors (#24505)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jun 27, 2023
1 parent 3f17945 commit 7501134
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 17 deletions.
2 changes: 1 addition & 1 deletion superset-frontend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
snapshotSerializers: ['@emotion/jest/enzyme-serializer'],
transformIgnorePatterns: [
'node_modules/(?!remark-gfm|markdown-table|micromark-*.|decode-named-character-reference|character-entities|mdast-util-*.|unist-util-*.|ccount|escape-string-regexp)',
'node_modules/(?!d3-(interpolate|color)|remark-gfm|markdown-table|micromark-*.|decode-named-character-reference|character-entities|mdast-util-*.|unist-util-*.|ccount|escape-string-regexp)',
],
globals: {
__DEV__: true,
Expand Down
53 changes: 38 additions & 15 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"classnames": "^2.2.5",
"core-js": "^3.6.5",
"d3-array": "^1.2.4",
"d3-color": "^1.2.0",
"d3-color": "^3.1.0",
"d3-scale": "^2.1.2",
"dom-to-image-more": "^2.10.1",
"emotion-rgba": "0.0.9",
Expand Down Expand Up @@ -351,6 +351,7 @@
"npm": "^7.5.4 || ^8.1.2"
},
"overrides": {
"d3-color": "^3.1.0",
"yosay": {
"ansi-regex": "^4.1.1"
}
Expand Down

0 comments on commit 7501134

Please sign in to comment.