This repository was archived by the owner on Sep 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 21
21
"dependencies" : {
22
22
"a-iterable" : " ^2.4.2" ,
23
23
"call-thru" : " ^2.5.2" ,
24
+ "fun-events" : " ^5.0.3" ,
24
25
"tslib" : " ^1.10.0"
25
26
},
26
27
"devDependencies" : {
Original file line number Diff line number Diff line change 13
13
"importHelpers" : true ,
14
14
"noEmitHelpers" : true ,
15
15
"lib" : [
16
+ " dom" ,
16
17
" es6"
17
18
],
18
19
"outDir" : " target/js" ,
Original file line number Diff line number Diff line change @@ -1363,6 +1363,14 @@ fsevents@^1.2.7:
1363
1363
nan "^2.12.1"
1364
1364
node-pre-gyp "^0.12.0"
1365
1365
1366
+ fun-events@^5.0.3 :
1367
+ version "5.0.3"
1368
+ resolved "https://registry.yarnpkg.com/fun-events/-/fun-events-5.0.3.tgz#de80b7f7c4a21191a5a716d4838a774d69f6c8f9"
1369
+ integrity sha512-QZDxSsAr1/YYqveybDIUsidQTf4ZZin55yH3qJczO1J5NiIwJfjpKujYxTMFXJXwgT0ZdgAckxvqrRSNQQSjww==
1370
+ dependencies :
1371
+ call-thru "^2.5.2"
1372
+ tslib "^1.10.0"
1373
+
1366
1374
function-bind@^1.0.2, function-bind@^1.1.1 :
1367
1375
version "1.1.1"
1368
1376
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
You can’t perform that action at this time.
0 commit comments