diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-03-11 17:47:06 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-03-11 17:47:06 +0300 |
commit | 9168bba092b15b20b0599a0b2551e8fefc1ad803 (patch) | |
tree | c9bf669984c7277daa4e561e2120dc4cf88ff662 | |
parent | c8341b265e69d5a08f0110558297a7a36b8a5394 (diff) | |
download | carcassonne-engine-ts-9168bba092b15b20b0599a0b2551e8fefc1ad803.tar.gz |
chore: install lodash
-rw-r--r-- | package.json | 1 | ||||
-rw-r--r-- | yarn.lock | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index 402d92c..83c38ee 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "debug": "^4.3.3", + "lodash": "^4.17.21", "ts-node": "^10.7.0", "typescript": "^4.6.2" }, @@ -609,6 +609,11 @@ locate-path@^6.0.0: dependencies: p-locate "^5.0.0" +lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + log-symbols@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" |