File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 19
19
"type" : " git" ,
20
20
"url" : " https://github.com/getditto/react-ditto.git"
21
21
},
22
+ "dependencies" : {
23
+ "lodash.isequal" : " ^4.5.0"
24
+ },
22
25
"peerDependencies" : {
23
26
"@dittolive/ditto" : " ^4.0.0" ,
24
27
"react" : " >=16.0.0" ,
29
32
"@testing-library/react" : " ^13.0.1" ,
30
33
"@types/chai" : " ^4.2.21" ,
31
34
"@types/lodash" : " ^4.14.172" ,
35
+ "@types/lodash.isequal" : " ^4.5.6" ,
32
36
"@types/mocha" : " ^10.0.0" ,
33
37
"@types/react" : " ^18.0.5" ,
34
38
"@types/react-dom" : " ^18.0.0" ,
Original file line number Diff line number Diff line change 1
- import { isEqual } from 'lodash'
1
+ import isEqual from 'lodash.isequal '
2
2
import { useEffect , useRef , useState } from 'react'
3
3
4
4
/**
Original file line number Diff line number Diff line change 1120
1120
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1121
1121
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1122
1122
1123
- " @types/lodash@^4.14.172 " :
1124
- version "4.14.173"
1125
- resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.173.tgz#9d3b674c67a26cf673756f6aca7b429f237f91ed"
1126
- integrity sha512-vv0CAYoaEjCw/mLy96GBTnRoZrSxkGE0BKzKimdR8P3OzrNYNvBgtW7p055A+E8C31vXNUhWKoFCbhq7gbyhFg==
1123
+ " @types/lodash.isequal@^4.5.6 " :
1124
+ version "4.5.6"
1125
+ resolved "https://registry.yarnpkg.com/@types/lodash.isequal/-/lodash.isequal-4.5.6.tgz#ff42a1b8e20caa59a97e446a77dc57db923bc02b"
1126
+ integrity sha512-Ww4UGSe3DmtvLLJm2F16hDwEQSv7U0Rr8SujLUA2wHI2D2dm8kPu6Et+/y303LfjTIwSBKXB/YTUcAKpem/XEg==
1127
+ dependencies :
1128
+ " @types/lodash" " *"
1129
+
1130
+ " @types/lodash@*" , "@types/lodash@^4.14.172":
1131
+ version "4.14.195"
1132
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.195.tgz#bafc975b252eb6cea78882ce8a7b6bf22a6de632"
1133
+ integrity sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==
1127
1134
1128
1135
" @types/mocha@^10.0.0 " :
1129
1136
version "10.0.0"
@@ -4040,6 +4047,11 @@ lodash.get@^4.4.2:
4040
4047
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
4041
4048
integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==
4042
4049
4050
+ lodash.isequal@^4.5.0 :
4051
+ version "4.5.0"
4052
+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4053
+ integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
4054
+
4043
4055
lodash.memoize@~3.0.3 :
4044
4056
version "3.0.4"
4045
4057
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-3.0.4.tgz#2dcbd2c287cbc0a55cc42328bd0c736150d53e3f"
You can’t perform that action at this time.
0 commit comments