File tree Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 19
19
"prepare" : " tsc"
20
20
},
21
21
"devDependencies" : {
22
- "@babel/preset-env" : " ^7.20.2 " ,
23
- "@types/jest" : " ^29.5.1 " ,
24
- "babel-jest" : " ^29.5 .0" ,
22
+ "@babel/preset-env" : " ^7.25.3 " ,
23
+ "@types/jest" : " ^29.5.12 " ,
24
+ "babel-jest" : " ^29.7 .0" ,
25
25
"jest" : " ^29.5.0" ,
26
- "ts-jest" : " ^29.0.5 " ,
27
- "ts-node" : " ^10.9.1 " ,
28
- "typedoc" : " ^0.23.28 " ,
29
- "typescript" : " ^4.9 .4"
26
+ "ts-jest" : " ^29.2.4 " ,
27
+ "ts-node" : " ^10.9.2 " ,
28
+ "typedoc" : " ^0.26.5 " ,
29
+ "typescript" : " ^5.5 .4"
30
30
},
31
31
"dependencies" : {
32
- "@types/chroma-js" : " ^2.1.5 " ,
33
- "chroma-js" : " ^2.4.2 "
32
+ "@types/chroma-js" : " ^2.4.4 " ,
33
+ "chroma-js" : " ^2.6.0 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change 2
2
* Copyright (c) 2023 Discover Financial Services
3
3
* Licensed under Apache-2.0 License. See License.txt in the project root for license information
4
4
*/
5
- import * as chroma from "chroma-js" ;
6
5
import { Node } from "../common/node" ;
7
6
import { Atom } from "./atom" ;
8
7
import { MyMap } from "../util/myMap" ;
Original file line number Diff line number Diff line change 3
3
* Licensed under Apache-2.0 License. See License.txt in the project root for license information
4
4
*/
5
5
/* eslint-disable */
6
- import * as chroma from "chroma-js" ;
6
+ import chroma from "chroma-js" ;
7
7
import { Atom } from "./atom" ;
8
8
import { ColorPalette } from "./colorPalette" ;
9
9
import { Node } from "../common/node" ;
Original file line number Diff line number Diff line change 2
2
* Copyright (c) 2023 Discover Financial Services
3
3
* Licensed under Apache-2.0 License. See License.txt in the project root for license information
4
4
*/
5
- import * as chroma from "chroma-js" ;
6
5
import { TitledShade , PropertyTitledShade } from "../common/props" ;
7
6
import { ColorTheme } from "./colorThemes" ;
8
7
import { Atom } from "./atom" ;
Original file line number Diff line number Diff line change 2
2
* Copyright (c) 2023 Discover Financial Services
3
3
* Licensed under Apache-2.0 License. See License.txt in the project root for license information
4
4
*/
5
- import * as chroma from "chroma-js" ;
5
+ import chroma from "chroma-js" ;
6
6
import { Logger } from "../util/logger" ;
7
7
import { Util } from "../util/util" ;
8
8
You can’t perform that action at this time.
0 commit comments