Browse Source
⬆️ Upgrade dependency @types/prompts to v2.0.8
pull/101/head
Renovate Bot
6 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with
7 additions and
5 deletions
-
package.json
-
yarn.lock
|
|
@ -33,7 +33,7 @@ |
|
|
"@semantic-release/git": "9.0.0", |
|
|
"@semantic-release/git": "9.0.0", |
|
|
"@types/jest": "25.2.1", |
|
|
"@types/jest": "25.2.1", |
|
|
"@types/node": "10.17.21", |
|
|
"@types/node": "10.17.21", |
|
|
"@types/prompts": "2.0.6", |
|
|
|
|
|
|
|
|
"@types/prompts": "2.0.8", |
|
|
"babel-jest": "26.0.0", |
|
|
"babel-jest": "26.0.0", |
|
|
"codecov": "3.6.5", |
|
|
"codecov": "3.6.5", |
|
|
"eslint": "6.8.0", |
|
|
"eslint": "6.8.0", |
|
|
|
|
|
@ -1740,10 +1740,12 @@ |
|
|
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.0.0.tgz#dc85454b953178cc6043df5208b9e949b54a3bc4" |
|
|
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.0.0.tgz#dc85454b953178cc6043df5208b9e949b54a3bc4" |
|
|
integrity sha512-/rM+sWiuOZ5dvuVzV37sUuklsbg+JPOP8d+nNFlo2ZtfpzPiPvh1/gc8liWOLBqe+sR+ZM7guPaIcTt6UZTo7Q== |
|
|
integrity sha512-/rM+sWiuOZ5dvuVzV37sUuklsbg+JPOP8d+nNFlo2ZtfpzPiPvh1/gc8liWOLBqe+sR+ZM7guPaIcTt6UZTo7Q== |
|
|
|
|
|
|
|
|
"@types/prompts@2.0.6": |
|
|
|
|
|
version "2.0.6" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/prompts/-/prompts-2.0.6.tgz#269331ab7236ae811745f6c729b991b24511864e" |
|
|
|
|
|
integrity sha512-CLphLAE33GBC1dX4+rKr/kcS778zBHjLkagC//Kh4gI9McfyGscUMowltN5LLCRuj28PGLZCdVaZNpIMQYH7og== |
|
|
|
|
|
|
|
|
"@types/prompts@2.0.8": |
|
|
|
|
|
version "2.0.8" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/prompts/-/prompts-2.0.8.tgz#350fc8341426b2b68a56f874ea3bae399f771800" |
|
|
|
|
|
integrity sha512-lXXAa8c8ASoA61Tj9H5E5V2mRUTvNZ/dpJ5KxghI+O5geWMHt73NLZ9kEBBDK7zUUfMsMY3ZH4Sqeqh3SjSyfg== |
|
|
|
|
|
dependencies: |
|
|
|
|
|
"@types/node" "*" |
|
|
|
|
|
|
|
|
"@types/retry@^0.12.0": |
|
|
"@types/retry@^0.12.0": |
|
|
version "0.12.0" |
|
|
version "0.12.0" |
|
|
|