artifact: @types/tmp should be devDependencies (#860)

This commit is contained in:
Ichinose Shogo
2021-11-30 07:22:33 +09:00
committed by GitHub
parent 7932c147a0
commit e9b0746ee3
2 changed files with 24 additions and 23 deletions

View File

@@ -39,11 +39,11 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.11",
"@types/tmp": "^0.1.0",
"tmp": "^0.1.0",
"tmp-promise": "^2.0.2"
"tmp": "^0.2.1",
"tmp-promise": "^3.0.2"
},
"devDependencies": {
"@types/tmp": "^0.2.1",
"typescript": "^3.8.3"
}
}