File tree 5 files changed +117
-249
lines changed
5 files changed +117
-249
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <coverage generated =" 1585497629243 " clover =" 3.2.0" >
3
- <project timestamp =" 1585497629243 " name =" All files" >
2
+ <coverage generated =" 1586719198274 " clover =" 3.2.0" >
3
+ <project timestamp =" 1586719198274 " name =" All files" >
4
4
<metrics statements =" 0" coveredstatements =" 0" conditionals =" 0" coveredconditionals =" 0" methods =" 0" coveredmethods =" 0" elements =" 0" coveredelements =" 0" complexity =" 0" loc =" 0" ncloc =" 0" packages =" 0" files =" 0" classes =" 0" />
5
5
</project >
6
6
</coverage >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ <h1>All files</h1>
79
79
< div class ='footer quiet pad2 space-top1 center small '>
80
80
Code coverage generated by
81
81
< a href ="https://istanbul.js.org/ " target ="_blank "> istanbul</ a >
82
- at Sun Mar 29 2020 18:00:29 GMT+0200 (GMT+02:00)
82
+ at Sun Apr 12 2020 21:19:58 GMT+0200 (GMT+02:00)
83
83
</ div >
84
84
</ div >
85
85
< script src ="prettify.js "> </ script >
Original file line number Diff line number Diff line change 36
36
"name" : " react-use-css-custom-property" ,
37
37
"module" : " dist/react-use-computed-style.esm.js" ,
38
38
"devDependencies" : {
39
- "@types/jest" : " ^25.1.4 " ,
40
- "@types/react" : " ^16.9.23 " ,
41
- "@types/react-dom" : " ^16.9.5 " ,
39
+ "@types/jest" : " ^25.2.1 " ,
40
+ "@types/react" : " ^16.9.34 " ,
41
+ "@types/react-dom" : " ^16.9.6 " ,
42
42
"doctoc" : " ^1.4.0" ,
43
- "husky" : " ^4.2.3 " ,
44
- "react" : " ^16.13.0 " ,
45
- "react-dom" : " ^16.13.0 " ,
46
- "tsdx" : " ^0.12.3 " ,
43
+ "husky" : " ^4.2.5 " ,
44
+ "react" : " ^16.13.1 " ,
45
+ "react-dom" : " ^16.13.1 " ,
46
+ "tsdx" : " ^0.13.1 " ,
47
47
"tslib" : " ^1.11.1" ,
48
48
"typescript" : " ^3.8.3"
49
49
}
Original file line number Diff line number Diff line change 7
7
"importHelpers" : true ,
8
8
"declaration" : true ,
9
9
"sourceMap" : true ,
10
- "rootDir" : " ./" ,
10
+ "rootDir" : " ./src " ,
11
11
"strict" : true ,
12
12
"noImplicitAny" : true ,
13
13
"strictNullChecks" : true ,
You can’t perform that action at this time.
0 commit comments