1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

update dependencies (#37)

This commit is contained in:
shimataro 2019-11-23 13:14:16 +09:00 committed by GitHub
parent 1d03f1dc42
commit 3c687c2156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 650 additions and 587 deletions

View file

@ -26,11 +26,11 @@
"author": "shimataro",
"license": "MIT",
"dependencies": {
"@actions/core": "1.1.1"
"@actions/core": "1.2.0"
},
"devDependencies": {
"@types/node": "12.7.8",
"npm-check-updates": "3.1.23",
"typescript": "3.6.3"
"@types/node": "12.12.12",
"npm-check-updates": "3.2.1",
"typescript": "3.7.2"
}
}