aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--tsconfig.json2
-rw-r--r--yarn.lock6
3 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index 79ceb69fd..0ee06f823 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
"ethereumjs-util": "^5.1.1",
"find-versions": "^2.0.0",
"js-sha3": "^0.6.1",
- "lodash-es": "4.14.2",
+ "lodash-es": "^4.17.4",
"publish-release": "^1.3.3",
"uuid": "^3.1.0",
"web3": "^0.20.0"
diff --git a/tsconfig.json b/tsconfig.json
index 0684d4f1b..598a60faa 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,11 +8,13 @@
"declaration": true,
"noImplicitAny": true,
"experimentalDecorators": true,
+ "allowJs": true,
"strictNullChecks": true
},
"include": [
"./src/**/*",
"./test/**/*",
+ "./node_modules/lodash-es/**/*",
"./node_modules/types-bn/index.d.ts",
"./node_modules/types-ethereumjs-util/index.d.ts",
"./node_modules/web3-typescript-typings/index.d.ts",
diff --git a/yarn.lock b/yarn.lock
index ca005c2bf..1d2e0b1f1 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2874,9 +2874,9 @@ locate-path@^2.0.0:
p-locate "^2.0.0"
path-exists "^3.0.0"
-lodash-es@4.14.2:
- version "4.14.2"
- resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.14.2.tgz#6a724b14f743dab068c1031d4d3d34fff8aa9ee0"
+lodash-es@^4.17.4:
+ version "4.17.4"
+ resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.4.tgz#dcc1d7552e150a0640073ba9cb31d70f032950e7"
lodash.assign@^4.0.3, lodash.assign@^4.0.6:
version "4.2.0"