Skip to content

Commit

Permalink
Correct unused or unlisted dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jan 17, 2024
1 parent c57bd36 commit e49b799
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"type-check": "tsc"
},
"dependencies": {
"@actions/exec": "^1.1.1",
"@github/dependency-submission-toolkit": "file:../",
"packageurl-js": "^1.2.1"
},
Expand Down
36 changes: 2 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,14 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@octokit/rest": "^20.0.2",
"@octokit/request-error": "^5.0.1",
"@octokit/webhooks-types": "^7.3.1",
"packageurl-js": "^1.2.1"
},
"devDependencies": {
"@biomejs/biome": "^1.5.2",
"@tsconfig/strictest": "^2.0.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.5",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
Expand Down

0 comments on commit e49b799

Please sign in to comment.