From 65854e38aaa95482c4d3194bfadb38649fc619c0 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Fri, 26 Jul 2019 19:00:23 +0300 Subject: [PATCH] fix(deps): add missed @types/lodash --- package.json | 3 ++- yarn.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b206816..2415212 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,8 @@ "dot": "^1.1.2", "gh-pages": "^2.0.1", "lodash": "^4.17.15", - "sync-request": "^6.1.0", "read-pkg": "^5.2.0", + "sync-request": "^6.1.0", "tslib": "^1.10.0" }, "devDependencies": { @@ -66,6 +66,7 @@ "@types/dot": "^1.1.3", "@types/gh-pages": "^2.0.0", "@types/jest": "^24.0.15", + "@types/lodash": "^4.14.136", "@types/read-pkg": "^5.1.0", "@types/semantic-release": "^15.13.0", "coveralls": "^3.0.5", diff --git a/yarn.lock b/yarn.lock index e139316..688f11c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -526,7 +526,7 @@ dependencies: "@types/jest-diff" "*" -"@types/lodash@^4.14.110": +"@types/lodash@^4.14.110", "@types/lodash@^4.14.136": version "4.14.136" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.136.tgz#413e85089046b865d960c9ff1d400e04c31ab60f"