File tree Expand file tree Collapse file tree 3 files changed +23
-8
lines changed Expand file tree Collapse file tree 3 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 38
38
"throttle-debounce" : " ^2.0.1" ,
39
39
"ts-easing" : " ^0.2.0" ,
40
40
"use-callbag" : " ^0.1.2" ,
41
- "use-onclickoutside" : " ^0.1 .0"
41
+ "use-onclickoutside" : " ^0.3 .0"
42
42
},
43
43
"devDependencies" : {
44
44
"@semantic-release/changelog" : " 3.0.2" ,
Original file line number Diff line number Diff line change @@ -609,6 +609,11 @@ archy@~1.0.0:
609
609
resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40"
610
610
integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=
611
611
612
+ are-passive-events-supported@^1.1.0 :
613
+ version "1.1.0"
614
+ resolved "https://registry.yarnpkg.com/are-passive-events-supported/-/are-passive-events-supported-1.1.0.tgz#c806af550915c1302d881bb87db7f7722689fed7"
615
+ integrity sha512-psaDNYTXTQ3m6vLCu/XI81bIj+tA6J63+GieZ9leOUr4ykNyny4CLC6sS1u89JkrtuU48ddrlrQaD0NKJilF0g==
616
+
612
617
are-we-there-yet@~1.1.2 :
613
618
version "1.1.5"
614
619
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
@@ -10095,10 +10100,12 @@ use-callbag@^0.1.2:
10095
10100
dependencies :
10096
10101
callbag-subscribe "^1.4.1"
10097
10102
10098
- use-onclickoutside@^0.1.0 :
10099
- version "0.1.0"
10100
- resolved "https://registry.yarnpkg.com/use-onclickoutside/-/use-onclickoutside-0.1.0.tgz#bc1998fe36728b22a4b9b28c95fbb468b3033e84"
10101
- integrity sha512-yDtIbzU38VXkwZaCbDm9Yy+j5n5b4roBJw98iauFPJm2VWVa0xRKFYP8fz5OvICFizKAtgICwPVHJ3Or2/tIOA==
10103
+ use-onclickoutside@^0.3.0 :
10104
+ version "0.3.0"
10105
+ resolved "https://registry.yarnpkg.com/use-onclickoutside/-/use-onclickoutside-0.3.0.tgz#a7c6bb68c8643c9a3437e34840d0cb2b96ae32b1"
10106
+ integrity sha512-q3d3Ara3ditePmhdSiKPZ1l5+O001opo4pHH05Zwd3iqvk78UaqM+RCY/lgyQ4Irb96XjVLVnNQx6hUNcGZsbw==
10107
+ dependencies :
10108
+ are-passive-events-supported "^1.1.0"
10102
10109
10103
10110
use@^3.1.0 :
10104
10111
version "3.1.1"
You can’t perform that action at this time.
0 commit comments