File tree 2 files changed +15
-2
lines changed 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 100
100
},
101
101
"dependencies" : {
102
102
"re-resizable" : " 6.9.1" ,
103
- "react-draggable" : " 4.4.3 " ,
103
+ "react-draggable" : " 4.4.4 " ,
104
104
"tslib" : " 2.3.0"
105
105
}
106
106
}
Original file line number Diff line number Diff line change @@ -5526,6 +5526,11 @@ clone-deep@^4.0.1:
5526
5526
kind-of "^6.0.2"
5527
5527
shallow-clone "^3.0.0"
5528
5528
5529
+ clsx@^1.1.1:
5530
+ version "1.1.1"
5531
+ resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
5532
+ integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
5533
+
5529
5534
co-with-promise@^4.6.0:
5530
5535
version "4.6.0"
5531
5536
resolved "https://registry.yarnpkg.com/co-with-promise/-/co-with-promise-4.6.0.tgz#413e7db6f5893a60b942cf492c4bec93db415ab7"
@@ -11573,7 +11578,15 @@ react-dom@^16.8.3:
11573
11578
prop-types "^15.6.2"
11574
11579
scheduler "^0.18.0"
11575
11580
11576
- react-draggable@4.4.3, react-draggable@^4.4.3:
11581
+ react-draggable@4.4.4:
11582
+ version "4.4.4"
11583
+ resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.4.tgz#5b26d9996be63d32d285a426f41055de87e59b2f"
11584
+ integrity sha512-6e0WdcNLwpBx/YIDpoyd2Xb04PB0elrDrulKUgdrIlwuYvxh5Ok9M+F8cljm8kPXXs43PmMzek9RrB1b7mLMqA==
11585
+ dependencies:
11586
+ clsx "^1.1.1"
11587
+ prop-types "^15.6.0"
11588
+
11589
+ react-draggable@^4.4.3:
11577
11590
version "4.4.3"
11578
11591
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.3.tgz#0727f2cae5813e36b0e4962bf11b2f9ef2b406f3"
11579
11592
integrity sha512-jV4TE59MBuWm7gb6Ns3Q1mxX8Azffb7oTtDtBgFkxRvhDp38YAARmRplrj0+XGkhOJB5XziArX+4HUUABtyZ0w==
You can’t perform that action at this time.
0 commit comments