Skip to content

Commit

Permalink
Merge pull request #271 from cloudnc/chore/add-missing-dep-for-tests
Browse files Browse the repository at this point in the history
chore: add @types/lodash-es as tests are failing
  • Loading branch information
maxime1992 authored Aug 2, 2022
2 parents 04a39f5 + 3a4c9a6 commit 1f915b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@types/uuid": "8.3.4",
"commitizen": "4.2.4",
"core-js": "3.23.1",
"lodash-es": "4.17.21",
"fast-deep-equal": "3.1.3",
"lodash-es": "4.17.21",
"ngx-observable-lifecycle": "2.2.1",
"rxjs": "7.5.5",
"tslib": "2.4.0",
Expand All @@ -70,8 +70,9 @@
"@angular/language-service": "14.0.2",
"@types/jasmine": "4.0.3",
"@types/jasminewd2": "2.0.10",
"@types/node": "17.0.40",
"@types/lodash": "4.14.182",
"@types/lodash-es": "4.17.6",
"@types/node": "17.0.40",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"cypress": "10.1.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,14 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==

"@types/[email protected]":
"@types/[email protected]":
version "4.17.6"
resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.6.tgz#c2ed4c8320ffa6f11b43eb89e9eaeec65966a0a0"
integrity sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==
dependencies:
"@types/lodash" "*"

"@types/lodash@*", "@types/[email protected]":
version "4.14.182"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.182.tgz#05301a4d5e62963227eaafe0ce04dd77c54ea5c2"
integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==
Expand Down

0 comments on commit 1f915b1

Please sign in to comment.