Skip to content

Commit b61a20b

Browse files
committed
chore: update d3 to v7.8.5
1 parent f028622 commit b61a20b

File tree

2 files changed

+226
-219
lines changed

2 files changed

+226
-219
lines changed

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"develop": "REACT_APP_USE_SAMPLE_DATA=true yarn start",
1010
"build": "react-scripts build",
1111
"postbuild": "echo '# Keep directory in git.' > build/.gitkeep",
12-
"test": "react-scripts test --env=jest-environment-jsdom",
12+
"test": "react-scripts test --env=jest-environment-jsdom --transformIgnorePatterns \"node_modules/(?!d3)/\"",
1313
"test:ci": "cross-env CI=true yarn test --coverage",
1414
"eject": "react-scripts eject",
1515
"lint": "eslint --ext .ts,.tsx --ignore-path .eslintignore .",
@@ -27,7 +27,7 @@
2727
"bootstrap": "4.6.1",
2828
"buffer": "6.0.3",
2929
"copy-to-clipboard": "3.3.1",
30-
"d3": "6.3.1",
30+
"d3": "7.8.5",
3131
"date-fns": "2.14.0",
3232
"debug": "4.3.1",
3333
"file-saver": "2.0.2",
@@ -67,7 +67,7 @@
6767
"@testing-library/react": "11.1.1",
6868
"@testing-library/user-event": "12.2.0",
6969
"@types/big.js": "6.1.1",
70-
"@types/d3": "6.2.0",
70+
"@types/d3": "7.4.3",
7171
"@types/debug": "4.1.5",
7272
"@types/file-saver": "2.0.1",
7373
"@types/google-protobuf": "3.7.2",

0 commit comments

Comments
 (0)