Skip to content

Commit

Permalink
Add typing package for yargs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndesKrrrrrrrrrrr committed Nov 15, 2024
1 parent d3eb1df commit 7ac291f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"dependencies": {
"@aws-sdk/client-ssm": "3.145.0",
"@types/lodash": "4.14.160",
"@types/yargs": "17.0.33",
"aws-sdk": "^2.1003.0",
"glob": "10.3.3",
"json-refs": "3.0.15",
Expand Down
10 changes: 10 additions & 0 deletions infra/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3808,6 +3808,15 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:17.0.33":
version: 17.0.33
resolution: "@types/yargs@npm:17.0.33"
dependencies:
"@types/yargs-parser": "*"
checksum: ee013f257472ab643cb0584cf3e1ff9b0c44bca1c9ba662395300a7f1a6c55fa9d41bd40ddff42d99f5d95febb3907c9ff600fbcb92dadbec22c6a76de7e1236
languageName: node
linkType: hard

"@types/yargs@npm:^15.0.0":
version: 15.0.11
resolution: "@types/yargs@npm:15.0.11"
Expand Down Expand Up @@ -6681,6 +6690,7 @@ __metadata:
"@types/js-yaml": 3.12.5
"@types/lodash": 4.14.160
"@types/node": 14.14.14
"@types/yargs": 17.0.33
"@zeit/ncc": 0.22.3
aws-sdk: ^2.1003.0
esbuild: 0.14.39
Expand Down

0 comments on commit 7ac291f

Please sign in to comment.