updating packages to dep instead of dev dep

This commit is contained in:
Vallie Joseph
2023-07-31 14:34:47 +00:00
parent 8350ad95a6
commit 928e1e68e8
8 changed files with 226 additions and 745 deletions

View File

@@ -40,10 +40,10 @@
"@actions/core": "^1.9.1",
"@actions/http-client": "^2.0.1",
"tmp": "^0.2.1",
"tmp-promise": "^3.0.2"
"tmp-promise": "^3.0.3"
},
"devDependencies": {
"@types/tmp": "^0.2.1",
"typescript": "^4.3.0"
}
}
}