Skip to content

Commit

Permalink
removed unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bitmaskit committed Jan 31, 2025
1 parent abab7f5 commit dc53e6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ go*linux-amd64.tar.gz
.idea/
reports/
**/.DS_store
pnpm-lock.yaml
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit dc53e6a

Please sign in to comment.