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

This commit is contained in:
shimataro 2020-02-08 17:32:27 +09:00 committed by GitHub
parent 2a85485fc9
commit b0ede940dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 91 additions and 69 deletions

View file

@ -34,11 +34,11 @@
"@actions/core": "1.2.2"
},
"devDependencies": {
"@types/node": "13.5.0",
"@typescript-eslint/eslint-plugin": "2.17.0",
"@typescript-eslint/parser": "2.17.0",
"@types/node": "13.7.0",
"@typescript-eslint/eslint-plugin": "2.19.0",
"@typescript-eslint/parser": "2.19.0",
"eslint": "6.8.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-import": "2.20.1",
"markdownlint-cli": "0.21.0",
"npm-check-updates": "4.0.1",
"npm-run-all": "4.1.5",