Skip to content

Commit 15d3706

Browse files
committed
fix: installs lodash, which appears to be a dependency of quicktype-core
1 parent 60865d8 commit 15d3706

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app-config-generate/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"@types/urijs": "1",
3838
"common-tags": "1",
3939
"fs-extra": "7",
40-
"quicktype-core": "6.0.70"
40+
"quicktype-core": "6.0.70",
41+
"lodash": "4"
4142
},
4243
"devDependencies": {
4344
"@app-config/test-utils": "^2.3.1"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11226,7 +11226,7 @@ lodash.uniq@^4.5.0:
1122611226
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
1122711227
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
1122811228

11229-
[email protected], lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.0, lodash@^4.6.0:
11229+
lodash@4, lodash@4.x, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.0, lodash@^4.6.0:
1123011230
version "4.17.21"
1123111231
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1123211232
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)