diff --git a/package.json b/package.json index b9bb333..dc6e67b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "2.0.0", "description": "Simple benchmarking suite powered by HDR histograms.", "homepage": "https://sw.cowtech.it/cronometro", - "repository": "github:ShogunPanda/cronometro", + "repository": { + "type": "git", + "url": "git+https://github.com/ShogunPanda/cronometro.git" + }, "keywords": [ "benchmark", "hdr" @@ -37,20 +40,20 @@ "postpublish": "git push origin && git push origin -f --tags" }, "dependencies": { - "acquerello": "^2.0.0", + "acquerello": "^2.0.3", "hdr-histogram-js": "^3.0.0", "table": "^6.8.1" }, "devDependencies": { - "@cowtech/eslint-config": "^9.0.0", - "@swc/cli": "^0.1.63", - "@swc/core": "^1.3.101", - "@types/node": "^20.10.5", + "@cowtech/eslint-config": "^9.0.3", + "@swc/cli": "^0.2.3", + "@swc/core": "^1.3.105", + "@types/node": "^20.11.6", "@types/tap": "^15.0.11", - "c8": "^8.0.1", + "c8": "^9.1.0", "chokidar": "^3.5.3", "concurrently": "^8.2.2", - "prettier": "^3.1.1", + "prettier": "^3.2.4", "proxyquire": "^2.1.3", "tap": "^18.6.1", "ts-node": "^10.9.2", diff --git a/tsconfig.json b/tsconfig.json index 6cedb6c..99b0c94 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "target": "ES2022", - "module": "ESNext", - "moduleResolution": "node", + "module": "NodeNext", + "moduleResolution": "NodeNext", "jsx": "preserve", "declaration": true, "outDir": "dist",