From 24e50e62f2f94f3b44a0501cd5ed38c0e40e0cb2 Mon Sep 17 00:00:00 2001 From: hoonoh Date: Tue, 15 Oct 2019 14:35:17 +0900 Subject: [PATCH] fix: add missing files from previous commits --- .npmignore | 1 + package.json | 2 ++ tsconfig.jest.json | 3 ++- yarn.lock | 7 ++++++- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 66f0fc84..2f6064b8 100644 --- a/.npmignore +++ b/.npmignore @@ -13,3 +13,4 @@ docs/preview.svg coverage jest.config.js *.spec.ts +test/ diff --git a/package.json b/package.json index 19c01192..d78a2fb5 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,9 @@ "branch": "next" }, "dependencies": { + "@types/lodash": "^4.14.144", "aws-sdk": "^2.544.0", + "lodash": "^4.17.15", "table": "^5.4.6", "yargs": "^14.2.0" }, diff --git a/tsconfig.jest.json b/tsconfig.jest.json index 42a79c09..6b76d2a8 100644 --- a/tsconfig.jest.json +++ b/tsconfig.jest.json @@ -2,5 +2,6 @@ "extends": "./tsconfig", "compilerOptions": { "strict": false - } + }, + "files": ["node_modules/jest-extended/types/index.d.ts"] } diff --git a/yarn.lock b/yarn.lock index 81b05dd3..0b1a3a4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -500,6 +500,11 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= +"@types/lodash@^4.14.144": + version "4.14.144" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.144.tgz#12e57fc99064bce45e5ab3c8bc4783feb75eab8e" + integrity sha512-ogI4g9W5qIQQUhXAclq6zhqgqNUr7UlFaqDHbch7WLSLeeM/7d3CRaw7GLajxvyFvhJqw4Rpcz5bhoaYtIx6Tg== + "@types/node@^12.0.2": version "12.7.12" resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.12.tgz#7c6c571cc2f3f3ac4a59a5f2bd48f5bdbc8653cc" @@ -3630,7 +3635,7 @@ lodash@4.17.14: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== -lodash@4.17.15, lodash@^4.14.14, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.2.1: +lodash@4.17.15, lodash@^4.14.14, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.2.1: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==