File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 33 "version" : " 2.0.0" ,
44 "description" : " Simple benchmarking suite powered by HDR histograms." ,
55 "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+ },
710 "keywords" : [
811 " benchmark" ,
912 " hdr"
3740 "postpublish" : " git push origin && git push origin -f --tags"
3841 },
3942 "dependencies" : {
40- "acquerello" : " ^2.0.0 " ,
43+ "acquerello" : " ^2.0.3 " ,
4144 "hdr-histogram-js" : " ^3.0.0" ,
4245 "table" : " ^6.8.1"
4346 },
4447 "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 " ,
4952 "@types/tap" : " ^15.0.11" ,
50- "c8" : " ^8.0.1 " ,
53+ "c8" : " ^9.1.0 " ,
5154 "chokidar" : " ^3.5.3" ,
5255 "concurrently" : " ^8.2.2" ,
53- "prettier" : " ^3.1.1 " ,
56+ "prettier" : " ^3.2.4 " ,
5457 "proxyquire" : " ^2.1.3" ,
5558 "tap" : " ^18.6.1" ,
5659 "ts-node" : " ^10.9.2" ,
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "target" : " ES2022" ,
4- "module" : " ESNext " ,
5- "moduleResolution" : " node " ,
4+ "module" : " NodeNext " ,
5+ "moduleResolution" : " NodeNext " ,
66 "jsx" : " preserve" ,
77 "declaration" : true ,
88 "outDir" : " dist" ,
You can’t perform that action at this time.
0 commit comments