mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user