From 1f40efbc1353e8f400b58faf88a2cab765b926c0 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Sat, 24 Oct 2020 17:37:49 -0500 Subject: [PATCH] yarn add -D @types/yup --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index a86a531c..0d5090ca 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "@types/react-transition-group": "^2.9.0", "@types/sinon": "^4.3.3", "@types/validator": "^9.4.1", + "@types/yup": "^0.29.8", "@typescript-eslint/eslint-plugin": "^4.3.0", "@typescript-eslint/parser": "^4.3.0", "babel-loader": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index 196f0933..97bb8c7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3520,6 +3520,11 @@ dependencies: "@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": version "4.3.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"