Skip to content

Commit 3a0ae19

Browse files
committed
chore: Updated TypeScript configuration.
1 parent 5f834bb commit 3a0ae19

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

package.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
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"
@@ -37,20 +40,20 @@
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",

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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",

0 commit comments

Comments
 (0)