File tree 4 files changed +290
-232
lines changed
4 files changed +290
-232
lines changed Original file line number Diff line number Diff line change 49
49
"styled-components" : " ^5.1.0" ,
50
50
"styled-normalize" : " ^8.0.6" ,
51
51
"unist-util-visit" : " ^1.4.0" ,
52
- "victory" : " ^35.6.1 "
52
+ "victory" : " ^36.4.0 "
53
53
},
54
54
"devDependencies" : {
55
55
"babel-cli" : " ^6.26.0" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import ReactDOM from "react-dom";
5
5
import { withRouteData } from "react-static" ;
6
6
import { Link } from "react-router-dom" ;
7
7
import * as Victory from "victory" ;
8
- // TODO (2220): Switch deps to `victory-vendor/d3-*`
8
+ // NOTE (2220): Keep on old CommonJS-supported D3 versions
9
9
// https://github.com/FormidableLabs/victory/issues/2220
10
10
import * as d3Scale from "d3-scale" ;
11
11
import {
Original file line number Diff line number Diff line change 1
1
/*eslint-disable no-magic-numbers */
2
2
import _ from "lodash" ;
3
- // TODO (2220): Switch deps to `victory-vendor/d3-*`
3
+ // NOTE (2220): Keep on old CommonJS-supported D3 versions
4
4
// https://github.com/FormidableLabs/victory/issues/2220
5
5
import * as d3Array from "d3-array" ;
6
6
import * as d3Scale from "d3-scale" ;
You can’t perform that action at this time.
0 commit comments