From 029df19ba42ae2142cf7d8c894c6dda4b9d0ae99 Mon Sep 17 00:00:00 2001 From: Farrukh Jadoon Date: Tue, 29 Aug 2023 08:30:41 -0400 Subject: [PATCH 1/4] Update package.json --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 274ec5d..41d553d 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,11 @@ "tap-yaml": "^1.0.2", "tcompare": "^5.0.7", "treport": "3.0.4", - "core-js": "3.31.1" + } + "peerDependencies": { + "core-js": "3.31.1" + }, + "devDependencies": { + "jq": "^1.7.2" } } From aeb74aac82459129c4cf1b5b546b0146ef12c741 Mon Sep 17 00:00:00 2001 From: Farrukh Jadoon Date: Tue, 29 Aug 2023 08:32:39 -0400 Subject: [PATCH 2/4] Update lstn.yml --- .github/workflows/lstn.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lstn.yml b/.github/workflows/lstn.yml index 4241b64..15bb33e 100644 --- a/.github/workflows/lstn.yml +++ b/.github/workflows/lstn.yml @@ -17,4 +17,6 @@ jobs: - name: lstn scan uses: listendev/action@v0.2.2 + with: + lstn_flags: "--ignore-deptypes=peer --ignore-packages=react" From 4cd37cc72e4e2163f8cdad28a2364cb243ded43b Mon Sep 17 00:00:00 2001 From: Farrukh Jadoon Date: Tue, 29 Aug 2023 09:01:57 -0400 Subject: [PATCH 3/4] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 41d553d..b44f73a 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ "tap-parser": "^11.0.2", "tap-yaml": "^1.0.2", "tcompare": "^5.0.7", - "treport": "3.0.4", - } + "treport": "3.0.4" // Removed trailing comma + }, "peerDependencies": { - "core-js": "3.31.1" + "core-js": "3.31.1" }, "devDependencies": { "jq": "^1.7.2" From 80b08e44c155d9d31d5f13c4a76eb4291e2d0348 Mon Sep 17 00:00:00 2001 From: Farrukh Jadoon Date: Tue, 29 Aug 2023 09:10:33 -0400 Subject: [PATCH 4/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b44f73a..8c5a26b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "tap-parser": "^11.0.2", "tap-yaml": "^1.0.2", "tcompare": "^5.0.7", - "treport": "3.0.4" // Removed trailing comma + "treport": "3.0.4" }, "peerDependencies": { "core-js": "3.31.1"