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
2548
lib/index.js
2548
lib/index.js
File diff suppressed because it is too large
Load diff
9381
package-lock.json
generated
9381
package-lock.json
generated
File diff suppressed because it is too large
Load diff
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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -92,6 +92,7 @@ function update_dependencies_version() {
|
|||
function regenerate_package_lock() {
|
||||
rm -rf package-lock.json node_modules
|
||||
npm install
|
||||
npm dedupe
|
||||
}
|
||||
|
||||
function build_package() {
|
||||
|
|
|
@ -18,6 +18,7 @@ npm run check-updates -- -u
|
|||
# re-install packages
|
||||
rm -rf package-lock.json node_modules
|
||||
npm i
|
||||
npm dedupe
|
||||
|
||||
# check
|
||||
npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue