Skip to content

Commit

Permalink
chore: bump joi types to 17 (#1279)
Browse files Browse the repository at this point in the history
* chore: bump joi types to 17

* chore: update yarn lock
  • Loading branch information
Simek authored Sep 28, 2020
1 parent be37d64 commit 7238b20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/fs-extra": "^8.1.0",
"@types/glob": "^7.1.1",
"@types/graceful-fs": "^4.1.3",
"@types/hapi__joi": "^15.0.4",
"@types/hapi__joi": "^17.1.6",
"@types/lodash": "^4.14.149",
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.5.2",
Expand Down
15 changes: 4 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2316,17 +2316,10 @@
dependencies:
"@types/node" "*"

"@types/hapi__joi@*":
version "16.0.12"
resolved "https://registry.yarnpkg.com/@types/hapi__joi/-/hapi__joi-16.0.12.tgz#fb9113f17cf5764d6b3586ae9817d1606cc7c90c"
integrity sha512-xJYifuz59jXdWY5JMS15uvA3ycS3nQYOGqoIIE0+fwQ0qI3/4CxBc6RHsOTp6wk9M0NWEdpcTl02lOQOKMifbQ==

"@types/hapi__joi@^15.0.4":
version "15.0.4"
resolved "https://registry.yarnpkg.com/@types/hapi__joi/-/hapi__joi-15.0.4.tgz#49e2e1e6da15ade0fdd6db4daf94aecb07bb391b"
integrity sha512-VSS6zc7AIOdHVXmqKaGNPYl8eGrMvWi0R5pt3evJL3UdxO8XS28/XAkBXNyLQoymHxhMd4bF3o1U9mZkWDeN8w==
dependencies:
"@types/hapi__joi" "*"
"@types/hapi__joi@^17.1.6":
version "17.1.6"
resolved "https://registry.yarnpkg.com/@types/hapi__joi/-/hapi__joi-17.1.6.tgz#b84663676aa9753c17183718338dd40ddcbd3754"
integrity sha512-y3A1MzNC0FmzD5+ys59RziE1WqKrL13nxtJgrSzjoO7boue5B7zZD2nZLPwrSuUviFjpKFQtgHYSvhDGfIE4jA==

"@types/ip@^1.1.0":
version "1.1.0"
Expand Down

0 comments on commit 7238b20

Please sign in to comment.