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

Feature/update dependencies 20210801 (#186)

* update dependencies

* update CHANGELOG
This commit is contained in:
shimataro 2021-08-01 21:52:23 +09:00 committed by GitHub
parent 4dfaf8f393
commit a46749e290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 691 additions and 528 deletions

View file

@ -31,16 +31,16 @@
"author": "shimataro",
"license": "MIT",
"devDependencies": {
"@actions/core": "1.2.6",
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"@vercel/ncc": "0.27.0",
"eslint": "7.22.0",
"markdownlint-cli": "0.27.1",
"npm-check-updates": "11.3.0",
"@actions/core": "1.4.0",
"@types/node": "16.4.10",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"@vercel/ncc": "0.29.0",
"eslint": "7.32.0",
"markdownlint-cli": "0.28.1",
"npm-check-updates": "11.8.3",
"npm-run-all": "4.1.5",
"typescript": "4.2.3",
"typescript": "4.3.5",
"yaml-lint": "1.2.4"
}
}