Cleanup NPM packages

This commit is contained in:
Konrad Pabjan
2023-08-01 11:11:34 -04:00
parent 4dfce941f1
commit 95cf02468e
3 changed files with 12 additions and 253 deletions

View File

@@ -37,13 +37,9 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/http-client": "^2.0.1",
"tmp": "^0.2.1",
"tmp-promise": "^3.0.2"
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/tmp": "^0.2.1",
"typescript": "^3.8.3"
"typescript": "^3.9.10"
}
}