Skip to content

Commit ebe0403

Browse files
author
Ixl123
committed
👌 chore: update dependencies
1 parent 312cf2c commit ebe0403

File tree

5 files changed

+117
-249
lines changed

5 files changed

+117
-249
lines changed

coverage/clover.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?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">
44
<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"/>
55
</project>
66
</coverage>

coverage/lcov-report/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1>All files</h1>
7979
<div class='footer quiet pad2 space-top1 center small'>
8080
Code coverage generated by
8181
<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)
8383
</div>
8484
</div>
8585
<script src="prettify.js"></script>

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"name": "react-use-css-custom-property",
3737
"module": "dist/react-use-computed-style.esm.js",
3838
"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",
4242
"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",
4747
"tslib": "^1.11.1",
4848
"typescript": "^3.8.3"
4949
}

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"importHelpers": true,
88
"declaration": true,
99
"sourceMap": true,
10-
"rootDir": "./",
10+
"rootDir": "./src",
1111
"strict": true,
1212
"noImplicitAny": true,
1313
"strictNullChecks": true,

0 commit comments

Comments
 (0)