Skip to content

Commit 5e7959c

Browse files
authored
Final fix?
1 parent d6e415c commit 5e7959c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.pnp.cjs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/acceptance-tests/pkg-tests-specs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"directory": "packages/acceptance-tests/pkg-tests-specs"
1414
},
1515
"devDependencies": {
16+
"@types/lodash": "^4.14.136",
1617
"@types/tar": "^4.0.4",
1718
"@yarnpkg/cli": "workspace:^",
1819
"@yarnpkg/core": "workspace:^",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4577,7 +4577,7 @@ __metadata:
45774577
languageName: node
45784578
linkType: hard
45794579

4580-
"@types/lodash@npm:*":
4580+
"@types/lodash@npm:*, @types/lodash@npm:^4.14.136":
45814581
version: 4.14.172
45824582
resolution: "@types/lodash@npm:4.14.172"
45834583
checksum: 10/0653e578262d42071b31b3ae349e962d9f18442e5ec7f09894d3b6207995cfbdfef0bdd3917acb90c0ddd22c6eaf72215c84cf118d44a9fdcfafb0faa848882a
@@ -16664,6 +16664,7 @@ pem@dexus/pem:
1666416664
version: 0.0.0-use.local
1666516665
resolution: "pkg-tests-specs@workspace:packages/acceptance-tests/pkg-tests-specs"
1666616666
dependencies:
16667+
"@types/lodash": "npm:^4.14.136"
1666716668
"@types/tar": "npm:^4.0.4"
1666816669
"@yarnpkg/cli": "workspace:^"
1666916670
"@yarnpkg/core": "workspace:^"

0 commit comments

Comments
 (0)