From 65a7c9a05b8d7c179de2c604b0e222d9d3054709 Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Tue, 26 Sep 2023 11:50:22 +0200 Subject: [PATCH 1/3] fix: error cannot require JSONResponse --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index a3d4e5946..cfa6b75b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "lib": ["es2018", "DOM"], "esModuleInterop": true, "module": "commonjs", + "moduleResolution": "Node", "types": ["node"], "declaration": true, "skipLibCheck": true, From bb6317890b3e0852646cd95b4642a1ed3dee1a82 Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Tue, 26 Sep 2023 12:36:25 +0200 Subject: [PATCH 2/3] fix: upgrade chai --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd4740e26..9fd6a19fc 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "acorn": "8.10.0", "arrify": "2.0.1", "axios": "1.3.3", - "chai": "4.3.6", + "chai": "4.3.8", "chai-deep-match": "1.2.1", "chalk": "4.1.2", "commander": "11.0.0", From f074461a80c8ad3ca4749cb0df3dcf8fa717468f Mon Sep 17 00:00:00 2001 From: KobeNguyenT <7845001+kobenguyent@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:46:11 +0200 Subject: [PATCH 3/3] Update tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cfa6b75b7..a3d4e5946 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "lib": ["es2018", "DOM"], "esModuleInterop": true, "module": "commonjs", - "moduleResolution": "Node", "types": ["node"], "declaration": true, "skipLibCheck": true,