aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-03-14 20:38:37 +0300
committereug-vs <eugene@eug-vs.xyz>2022-03-14 20:38:37 +0300
commit9cf681ff497150e4d56b13bde4f57f4f0e9633c0 (patch)
treefd30c17a13a6647a1d1bc90e832e6a5f4df15e50
parentd3693a5a4bc9f5c382e523eee5a9c13c7ab6fc62 (diff)
downloadcarcassonne-engine-ts-9cf681ff497150e4d56b13bde4f57f4f0e9633c0.tar.gz
chore: install lodash types stub
-rw-r--r--package.json1
-rw-r--r--yarn.lock5
2 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 83c38ee..f88b203 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,7 @@
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/debug": "^4.1.7",
+ "@types/lodash": "^4.14.179",
"@types/mocha": "^9.1.0",
"assert": "^2.0.0",
"mocha": "^9.2.1",
diff --git a/yarn.lock b/yarn.lock
index 4d74e7b..1aeb192 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -46,6 +46,11 @@
dependencies:
"@types/ms" "*"
+"@types/lodash@^4.14.179":
+ version "4.14.179"
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.179.tgz#490ec3288088c91295780237d2497a3aa9dfb5c5"
+ integrity sha512-uwc1x90yCKqGcIOAT6DwOSuxnrAbpkdPsUOZtwrXb4D/6wZs+6qG7QnIawDuZWg0sWpxl+ltIKCaLoMlna678w==
+
"@types/mocha@^9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.0.tgz#baf17ab2cca3fcce2d322ebc30454bff487efad5"