Skip to content

Commit c6c437e

Browse files
authored
Merge pull request #119 from JairajJangle/develop
perf: replaced lodash isEqual with fast-is-equal potentially reducing package size
2 parents 49cd9db + d42cafc commit c6c437e

File tree

8 files changed

+484
-775
lines changed

8 files changed

+484
-775
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
## Installation
1717

18-
Using yarn
18+
Using yarn:
1919

2020
```sh
2121
yarn add react-native-tree-multi-select

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/runtime": "^7.20.0",
3131
"@react-native/eslint-config": "^0.74.0",
3232
"@react-native/metro-config": "^0.74.0",
33-
"@types/lodash": "^4.14.195",
33+
"@types/lodash": "^4.17.16",
3434
"@types/metro-config": "^0.76.3",
3535
"babel-plugin-module-resolver": "^5.0.0",
3636
"metro-react-native-babel-preset": "^0.76.9",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@
17021702
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
17031703
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
17041704

1705-
"@types/lodash@^4.14.195":
1705+
"@types/lodash@^4.17.16":
17061706
version "4.17.16"
17071707
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.16.tgz#94ae78fab4a38d73086e962d0b65c30d816bfb0a"
17081708
integrity sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==
@@ -2674,9 +2674,9 @@ ee-first@1.1.1:
26742674
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
26752675

26762676
electron-to-chromium@^1.5.73:
2677-
version "1.5.114"
2678-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.114.tgz#f2bb4fda80a7db4ea273565e75b0ebbe19af0ac3"
2679-
integrity sha512-DFptFef3iktoKlFQK/afbo274/XNWD00Am0xa7M8FZUepHlHT8PEuiNBoRfFHbH1okqN58AlhbJ4QTkcnXorjA==
2677+
version "1.5.115"
2678+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.115.tgz#193dd534948b3ea77e3d95dd38ca12cdc01c76a9"
2679+
integrity sha512-MN1nahVHAQMOz6dz6bNZ7apgqc9InZy7Ja4DBEVCTdeiUcegbyOYE9bi/f2Z/z6ZxLi0RxLpyJ3EGe+4h3w73A==
26802680

26812681
emoji-regex@^8.0.0:
26822682
version "8.0.0"

package-lock.json

Lines changed: 71 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)