From dc53e6a1aa2306eed04f31dde02dc545fc85e035 Mon Sep 17 00:00:00 2001 From: Valentin Uchkunev Date: Fri, 31 Jan 2025 11:28:11 +0200 Subject: [PATCH] removed unused deps --- .gitignore | 1 + package.json | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 60c14d10..57d09140 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ go*linux-amd64.tar.gz .idea/ reports/ **/.DS_store +pnpm-lock.yaml diff --git a/package.json b/package.json index 965fe670..b849d08a 100644 --- a/package.json +++ b/package.json @@ -38,36 +38,25 @@ "@actions/artifact": "1.1.0", "@actions/core": "1.10.0", "@actions/exec": "1.1.1", - "@actions/github": "5.1.1", - "@actions/glob": "0.4.0", "@actions/tool-cache": "2.0.1", "@octokit/core": "4.2.0", - "@octokit/rest": "19.0.13", "@octokit/types": "11.0.0", "expect": "29.7.0", - "js-data": "3.0.11", - "node-fetch": "2.7.0", - "ts-node": "10.9.2", "uuid": "9.0.0" }, "devDependencies": { "@types/jest": "29.5.12", - "@types/node-fetch": "2.6.11", "@types/uuid": "9.0.3", "@typescript-eslint/eslint-plugin": "6.7.2", "@typescript-eslint/parser": "6.7.2", "@vercel/ncc": "0.38.0", "eslint": "8.57.0", "eslint-config-standard-with-typescript": "39.1.1", - "eslint-formatter-json-relative": "0.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "27.9.0", "eslint-plugin-n": "16.1.0", "eslint-plugin-promise": "6.1.1", "jest": "29.7.0", - "jest-junit": "16.0.0", - "jest-sonar": "0.2.16", - "process": "0.11.10", "ts-jest": "29.1.1", "typescript": "5.2.2" },