mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
update dependencies (#211)
This commit is contained in:
parent
adea214356
commit
1926ba6435
5 changed files with 9686 additions and 2265 deletions
20
package.json
20
package.json
|
@ -31,16 +31,16 @@
|
|||
"author": "shimataro",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@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",
|
||||
"@actions/core": "1.10.0",
|
||||
"@types/node": "18.11.7",
|
||||
"@typescript-eslint/eslint-plugin": "5.41.0",
|
||||
"@typescript-eslint/parser": "5.41.0",
|
||||
"@vercel/ncc": "0.34.0",
|
||||
"eslint": "8.26.0",
|
||||
"markdownlint-cli": "0.32.2",
|
||||
"npm-check-updates": "16.3.16",
|
||||
"npm-run-all": "4.1.5",
|
||||
"typescript": "4.3.5",
|
||||
"yaml-lint": "1.2.4"
|
||||
"typescript": "4.8.4",
|
||||
"yaml-lint": "1.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue