Chore: Bump d3-color to 3.1.0 (#61609)

* chore(d3-color): resolve all copies to 3.1.0 to fix vulnerability

* chore(yarn): fix resolution version

* chore(jest): compile d3-color from esm to cjs

* chore(d3): bump d3 to latest, set jest config to transpile es modules

* chore: bump visx packages to resolve d3-color to latest

* chore(jest): add missing es modules to config

* chore(storybook): prevent storybook config failure due to nested esm imports

* chore(storybook): use a direct path to avoid es modules breaking config build

* build(sass): use esbuild to generate sass theme vars for esm deps

* chore: clean up swc dependencies

* revert: remove debug console.log breaking tests
This commit is contained in:
Jack Westbrook
2023-01-26 13:02:22 +01:00
committed by GitHub
parent a3d93febd7
commit 8f06784449
10 changed files with 359 additions and 364 deletions

View File

@@ -38,7 +38,7 @@
"@braintree/sanitize-url": "6.0.1",
"@grafana/schema": "9.4.0-pre",
"@types/d3-interpolate": "^1.4.0",
"d3-interpolate": "1.4.0",
"d3-interpolate": "3.0.1",
"date-fns": "2.29.3",
"eventemitter3": "4.0.7",
"fast_array_intersect": "1.1.0",
@@ -62,7 +62,6 @@
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-json": "5.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@swc/helpers": "0.4.12",
"@testing-library/dom": "8.19.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.4",