Skip to content

Commit

Permalink
Add a missing import to the SDK4 package
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo committed Oct 6, 2024
1 parent ea4cc70 commit cdf8979
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"presets": [
"@babel/preset-env"
]
},
"dependencies": {
"lodash.isequal": "^4.5.0"
}
}
5 changes: 5 additions & 0 deletions sdk4/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3507,6 +3507,11 @@ lodash.isarraylike@^4.2.0:
resolved "https://registry.yarnpkg.com/lodash.isarraylike/-/lodash.isarraylike-4.2.0.tgz#4623310ab318804b667ddc3619058137559400c4"
integrity sha1-RiMxCrMYgEtmfdw2GQWBN1WUAMQ=

lodash.isequal@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==

lodash.iserror@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/lodash.iserror/-/lodash.iserror-3.1.1.tgz#297b9a05fab6714bc2444d7cc19d1d7c44b5ecec"
Expand Down

0 comments on commit cdf8979

Please sign in to comment.