File tree 2 files changed +13
-10
lines changed
2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 2.0.0" ,
4
4
"description" : " Simple benchmarking suite powered by HDR histograms." ,
5
5
"homepage" : " https://sw.cowtech.it/cronometro" ,
6
- "repository" : " github:ShogunPanda/cronometro" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git+https://github.com/ShogunPanda/cronometro.git"
9
+ },
7
10
"keywords" : [
8
11
" benchmark" ,
9
12
" hdr"
37
40
"postpublish" : " git push origin && git push origin -f --tags"
38
41
},
39
42
"dependencies" : {
40
- "acquerello" : " ^2.0.0 " ,
43
+ "acquerello" : " ^2.0.3 " ,
41
44
"hdr-histogram-js" : " ^3.0.0" ,
42
45
"table" : " ^6.8.1"
43
46
},
44
47
"devDependencies" : {
45
- "@cowtech/eslint-config" : " ^9.0.0 " ,
46
- "@swc/cli" : " ^0.1.63 " ,
47
- "@swc/core" : " ^1.3.101 " ,
48
- "@types/node" : " ^20.10.5 " ,
48
+ "@cowtech/eslint-config" : " ^9.0.3 " ,
49
+ "@swc/cli" : " ^0.2.3 " ,
50
+ "@swc/core" : " ^1.3.105 " ,
51
+ "@types/node" : " ^20.11.6 " ,
49
52
"@types/tap" : " ^15.0.11" ,
50
- "c8" : " ^8.0.1 " ,
53
+ "c8" : " ^9.1.0 " ,
51
54
"chokidar" : " ^3.5.3" ,
52
55
"concurrently" : " ^8.2.2" ,
53
- "prettier" : " ^3.1.1 " ,
56
+ "prettier" : " ^3.2.4 " ,
54
57
"proxyquire" : " ^2.1.3" ,
55
58
"tap" : " ^18.6.1" ,
56
59
"ts-node" : " ^10.9.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"target" : " ES2022" ,
4
- "module" : " ESNext " ,
5
- "moduleResolution" : " node " ,
4
+ "module" : " NodeNext " ,
5
+ "moduleResolution" : " NodeNext " ,
6
6
"jsx" : " preserve" ,
7
7
"declaration" : true ,
8
8
"outDir" : " dist" ,
You can’t perform that action at this time.
0 commit comments