File tree Expand file tree Collapse file tree 2 files changed +226
-219
lines changed Expand file tree Collapse file tree 2 files changed +226
-219
lines changed Original file line number Diff line number Diff line change 9
9
"develop" : " REACT_APP_USE_SAMPLE_DATA=true yarn start" ,
10
10
"build" : " react-scripts build" ,
11
11
"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)/ \" " ,
13
13
"test:ci" : " cross-env CI=true yarn test --coverage" ,
14
14
"eject" : " react-scripts eject" ,
15
15
"lint" : " eslint --ext .ts,.tsx --ignore-path .eslintignore ." ,
27
27
"bootstrap" : " 4.6.1" ,
28
28
"buffer" : " 6.0.3" ,
29
29
"copy-to-clipboard" : " 3.3.1" ,
30
- "d3" : " 6.3.1 " ,
30
+ "d3" : " 7.8.5 " ,
31
31
"date-fns" : " 2.14.0" ,
32
32
"debug" : " 4.3.1" ,
33
33
"file-saver" : " 2.0.2" ,
67
67
"@testing-library/react" : " 11.1.1" ,
68
68
"@testing-library/user-event" : " 12.2.0" ,
69
69
"@types/big.js" : " 6.1.1" ,
70
- "@types/d3" : " 6.2.0 " ,
70
+ "@types/d3" : " 7.4.3 " ,
71
71
"@types/debug" : " 4.1.5" ,
72
72
"@types/file-saver" : " 2.0.1" ,
73
73
"@types/google-protobuf" : " 3.7.2" ,
You can’t perform that action at this time.
0 commit comments