File tree Expand file tree Collapse file tree 2 files changed +385
-427
lines changed Expand file tree Collapse file tree 2 files changed +385
-427
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " quickchart-js" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"description" : " Javascript client for QuickChart.io" ,
5
5
"main" : " build/quickchart.cjs.js" ,
6
6
"module" : " build/quickchart.esm.js" ,
20
20
"build:watch" : " esbuild src/index.cjs.ts --watch --bundle --sourcemap --platform=node --target=node10.4 --global-name=QuickChart --tsconfig=tsconfig.json --outfile=build/quickchart.cjs.js"
21
21
},
22
22
"dependencies" : {
23
- "axios" : " ^0.21.1 " ,
24
- "javascript-stringify" : " ^2.0.1 "
23
+ "axios" : " ^0.24.0 " ,
24
+ "javascript-stringify" : " ^2.1.0 "
25
25
},
26
26
"devDependencies" : {
27
27
"@babel/preset-env" : " ^7.16.4" ,
28
28
"@babel/preset-typescript" : " ^7.16.0" ,
29
29
"@types/chart.js" : " ^2.9.34" ,
30
30
"@types/jest" : " ^27.0.3" ,
31
31
"esbuild" : " ^0.14.1" ,
32
- "jest" : " ^27.2.4 " ,
32
+ "jest" : " ^27.4.3 " ,
33
33
"prettier" : " ^2.3.2" ,
34
- "typescript" : " ^4.3.5 "
34
+ "typescript" : " ^4.5.2 "
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments