yarn add -D @types/yup

This commit is contained in:
Eric Schultz 2020-10-24 17:37:49 -05:00 committed by Eric Schultz
parent 30ad92dc2c
commit 1f40efbc13
2 changed files with 6 additions and 0 deletions

View file

@ -58,6 +58,7 @@
"@types/react-transition-group": "^2.9.0", "@types/react-transition-group": "^2.9.0",
"@types/sinon": "^4.3.3", "@types/sinon": "^4.3.3",
"@types/validator": "^9.4.1", "@types/validator": "^9.4.1",
"@types/yup": "^0.29.8",
"@typescript-eslint/eslint-plugin": "^4.3.0", "@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0", "@typescript-eslint/parser": "^4.3.0",
"babel-loader": "^8.1.0", "babel-loader": "^8.1.0",

View file

@ -3520,6 +3520,11 @@
dependencies: dependencies:
"@types/yargs-parser" "*" "@types/yargs-parser" "*"
"@types/yup@^0.29.8":
version "0.29.8"
resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.29.8.tgz#83db15735987db9fe5a38772a0fb9500e3c5bf39"
integrity sha512-MBSp62AjB1KrSOI3gX9GekddXU5YYQAVA93+aSl78biBqoSzxg876aQY2KJK5Gnfbpqq7O2cadVX5kPAtBqIXw==
"@typescript-eslint/eslint-plugin@^4.3.0": "@typescript-eslint/eslint-plugin@^4.3.0":
version "4.3.0" version "4.3.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"