Skip to content

Commit

Permalink
yarn add -D yargs @types/yargs
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Mar 2, 2022
1 parent 86602dd commit aa8a8bc
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
],
"main": "dist/cli.js",
"types": "dist/cli.d.ts",
"bin": {
"aws-sdk-js-codemod": "dist/cli.js"
},
"bin": "dist/cli.js",
"repository": {
"type": "git",
"url": "https://github.com/trivikr/aws-sdk-js-codemod.git"
Expand All @@ -44,6 +42,7 @@
"@types/jest": "27.4.1",
"@types/jscodeshift": "0.11.3",
"@types/node": "16.11.26",
"@types/yargs": "17.0.8",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.13.0",
"eslint": "8.10.0",
Expand All @@ -53,7 +52,8 @@
"prettier": "2.5.1",
"simple-git-hooks": "2.7.0",
"ts-jest": "27.1.3",
"typescript": "4.5.5"
"typescript": "4.5.5",
"yargs": "17.3.1"
},
"engines": {
"node": ">=12.0.0"
Expand Down
35 changes: 35 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,15 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:17.0.8":
version: 17.0.8
resolution: "@types/yargs@npm:17.0.8"
dependencies:
"@types/yargs-parser": "*"
checksum: 63d06700ffbed745f00d7994eb92416649c8a3ead22f26446979d383f3af52fa9400bb185268f3a44a2348749098ffe33a8185ca676b77bc3206c63b8b73fd01
languageName: node
linkType: hard

"@types/yargs@npm:^16.0.0":
version: 16.0.4
resolution: "@types/yargs@npm:16.0.4"
Expand Down Expand Up @@ -1823,6 +1832,7 @@ __metadata:
"@types/jest": 27.4.1
"@types/jscodeshift": 0.11.3
"@types/node": 16.11.26
"@types/yargs": 17.0.8
"@typescript-eslint/eslint-plugin": 5.13.0
"@typescript-eslint/parser": 5.13.0
eslint: 8.10.0
Expand All @@ -1835,6 +1845,9 @@ __metadata:
simple-git-hooks: 2.7.0
ts-jest: 27.1.3
typescript: 4.5.5
yargs: 17.3.1
bin:
aws-sdk-js-codemod: dist/cli.js
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7392,6 +7405,28 @@ __metadata:
languageName: node
linkType: hard

"yargs-parser@npm:^21.0.0":
version: 21.0.1
resolution: "yargs-parser@npm:21.0.1"
checksum: c3ea2ed12cad0377ce3096b3f138df8267edf7b1aa7d710cd502fe16af417bafe4443dd71b28158c22fcd1be5dfd0e86319597e47badf42ff83815485887323a
languageName: node
linkType: hard

"yargs@npm:17.3.1":
version: 17.3.1
resolution: "yargs@npm:17.3.1"
dependencies:
cliui: ^7.0.2
escalade: ^3.1.1
get-caller-file: ^2.0.5
require-directory: ^2.1.1
string-width: ^4.2.3
y18n: ^5.0.5
yargs-parser: ^21.0.0
checksum: 64fc2e32c56739f1d14d2d24acd17a6944c3c8e3e3558f09fc1953ac112e868cc16013d282886b9d5be22187f8b9ed4f60741a6b1011f595ce2718805a656852
languageName: node
linkType: hard

"yargs@npm:^15.1.0":
version: 15.4.1
resolution: "yargs@npm:15.4.1"
Expand Down

0 comments on commit aa8a8bc

Please sign in to comment.