File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hediet/debug-visualizer-data-extraction" ,
3
3
"description" : " A library that helps implementing data extractors for the Debug Visualizer VS Code extension." ,
4
- "version" : " 0.13.0 " ,
4
+ "version" : " 0.13.1 " ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"author" : {
29
29
"dependencies" : {},
30
30
"devDependencies" : {
31
31
"@types/mocha" : " ^7.0.2" ,
32
+ "@types/node" : " ^13.7.4" ,
33
+ "@types/plotly.js" : " 1.44.28" ,
32
34
"coveralls" : " ^3.0.11" ,
33
35
"mocha" : " ^7.1.1" ,
34
36
"mocha-lcov-reporter" : " ^1.3.0" ,
35
37
"nyc" : " ^15.0.0" ,
36
38
"source-map-support" : " ^0.5.16" ,
37
- "typescript" : " ^3.8.2" ,
38
- "@types/plotly.js" : " 1.44.28" ,
39
- "@types/node" : " ^13.7.4" ,
39
+ "ts-loader" : " ^6.2.1" ,
40
40
"tslint" : " ^6.0.0" ,
41
+ "typescript" : " ^3.8.2" ,
41
42
"webpack" : " ^4.41.6" ,
42
- "webpack-cli" : " ^3.3.11" ,
43
- "ts-loader" : " ^6.2.1"
43
+ "webpack-cli" : " ^3.3.11"
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments