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 (#90)

This commit is contained in:
shimataro 2020-01-25 09:29:15 +09:00 committed by GitHub
parent 041a5e7673
commit 53aa96fbad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 79 additions and 68 deletions

View file

@ -31,12 +31,12 @@
"author": "shimataro",
"license": "MIT",
"dependencies": {
"@actions/core": "1.2.1"
"@actions/core": "1.2.2"
},
"devDependencies": {
"@types/node": "13.1.8",
"@typescript-eslint/eslint-plugin": "2.16.0",
"@typescript-eslint/parser": "2.16.0",
"@types/node": "13.5.0",
"@typescript-eslint/eslint-plugin": "2.17.0",
"@typescript-eslint/parser": "2.17.0",
"eslint": "6.8.0",
"eslint-plugin-import": "2.20.0",
"markdownlint-cli": "0.21.0",