Skip to content

Commit 3ebb98b

Browse files
fix: pin @types/sinon to 5.0.5
1 parent 9ab9091 commit 3ebb98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/lodash": "^4.14.118",
2323
"@types/react-dom": "^16.0.9",
2424
"@types/react-test-renderer": "^16.0.3",
25-
"@types/sinon": "^5.0.5",
25+
"@types/sinon": "5.0.5",
2626
"@types/sinon-chai": "^3.2.0",
2727
"@types/webpack": "^4.4.19",
2828
"coveralls": "^3.0.2",

0 commit comments

Comments
 (0)