Skip to content

Commit 7189949

Browse files
Update dependency react-draggable to v4.4.4 (#819)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 635f45e commit 7189949

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
},
101101
"dependencies": {
102102
"re-resizable": "6.9.1",
103-
"react-draggable": "4.4.3",
103+
"react-draggable": "4.4.4",
104104
"tslib": "2.3.0"
105105
}
106106
}

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5526,6 +5526,11 @@ clone-deep@^4.0.1:
55265526
kind-of "^6.0.2"
55275527
shallow-clone "^3.0.0"
55285528

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+
55295534
co-with-promise@^4.6.0:
55305535
version "4.6.0"
55315536
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:
1157311578
prop-types "^15.6.2"
1157411579
scheduler "^0.18.0"
1157511580

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:
1157711590
version "4.4.3"
1157811591
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.3.tgz#0727f2cae5813e36b0e4962bf11b2f9ef2b406f3"
1157911592
integrity sha512-jV4TE59MBuWm7gb6Ns3Q1mxX8Azffb7oTtDtBgFkxRvhDp38YAARmRplrj0+XGkhOJB5XziArX+4HUUABtyZ0w==

0 commit comments

Comments
 (0)