fix: update deps

This commit is contained in:
Zoltan Kochan 2022-02-07 22:49:00 +02:00
parent 43a416008e
commit 9c583927b0
No known key found for this signature in database
GPG Key ID: 649E4D4AF74E7DEC
2 changed files with 485 additions and 510 deletions

View File

@ -7,21 +7,21 @@
"start": "pnpm run build && sh ./run.sh" "start": "pnpm run build && sh ./run.sh"
}, },
"dependencies": { "dependencies": {
"node-fetch": "^2.6.1", "@actions/core": "^1.6.0",
"expand-tilde": "^2.0.2",
"js-yaml": "^4.0.0",
"ajv": "^6.12.5",
"fs-extra": "^9.1.0",
"@actions/core": "^1.2.6",
"@types/expand-tilde": "^2.0.0", "@types/expand-tilde": "^2.0.0",
"@types/node-fetch": "^2.5.8", "@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.0", "@types/js-yaml": "^4.0.5",
"@types/fs-extra": "^9.0.8", "@types/node": "^14.18.10",
"@types/node": "^14.14.35" "@types/node-fetch": "^2.5.12",
"ajv": "^6.12.6",
"expand-tilde": "^2.0.2",
"fs-extra": "^9.1.0",
"js-yaml": "^4.1.0",
"node-fetch": "^2.6.7"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^4.2.3",
"@ts-schema-autogen/cli": "^0.1.2", "@ts-schema-autogen/cli": "^0.1.2",
"@vercel/ncc": "^0.27.0" "@vercel/ncc": "^0.27.0",
"typescript": "^4.5.5"
} }
} }

File diff suppressed because it is too large Load Diff