Skip to content

Commit

Permalink
Bump @types/yargs from 16.0.1 to 17.0.0 (#1036)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Fang <alan@coda.io>
  • Loading branch information
dependabot[bot] and alan-codaio committed May 28, 2021
1 parent 1c3d47c commit 64419fb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/coda.ts
Expand Up @@ -15,7 +15,7 @@ import yargs from 'yargs';

if (require.main === module) {
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
yargs
void yargs
.parserConfiguration({'parse-numbers': false})
.command({
command: 'execute <manifestPath> <formulaName> [params..]',
Expand Down
2 changes: 1 addition & 1 deletion dist/cli/coda.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,10 +55,10 @@
"@types/url-parse": "^1.4.3",
"@types/uuid": "^8.3.0",
"@types/xml2js": "^0.4.8",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/experimental-utils": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"@types/yargs": "^17.0.0",
"chai": "^4.3.4",
"dts-bundle-generator": "^5.9.0",
"eslint": "7.27.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -284,10 +284,10 @@
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==

"@types/yargs@^16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.1.tgz#5fc5d41f69762e00fbecbc8d4bf9dea47d8726f4"
integrity sha512-x4HABGLyzr5hKUzBC9dvjciOTm11WVH1NWonNjGgxapnTHu5SWUqyqn0zQ6Re0yQU0lsQ6ztLCoMAKDGZflyxA==
"@types/yargs@^17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.0.tgz#32f740934eedf0a5cd19470249f317755c91f1ae"
integrity sha512-RS7u2X7vdXjVQs160PWY1pjLBw6GJj04utojn0KU8p2rRZR37FSzzK6XOT+KLzT/DVbDYRyezroc0LHIvM5Z2A==
dependencies:
"@types/yargs-parser" "*"

Expand Down

0 comments on commit 64419fb

Please sign in to comment.