Skip to content

Commit c2c2b82

Browse files
authored
Merge pull request #18 from LeetCode-OpenSource/greenkeeper/@types/sinon-7.0.0
Update @types/sinon to the latest version 🚀
2 parents 4f6713d + 509760d commit c2c2b82

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.6",
25+
"@types/sinon": "^7.0.0",
2626
"@types/sinon-chai": "^3.2.1",
2727
"@types/webpack": "^4.4.19",
2828
"coveralls": "^3.0.2",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,16 @@
126126
"@types/chai" "*"
127127
"@types/sinon" "*"
128128

129-
"@types/sinon@*", "@types/sinon@^5.0.6":
129+
"@types/sinon@*":
130130
version "5.0.6"
131131
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-5.0.6.tgz#2d362a14209fb6a85dd5d54a595a13c3e355f4d7"
132132
integrity sha512-qipHQv36qZsFGVXs/RMYuTUXvniBKXVCBBxiIP7WTzEBKjVYELeCXt6W4H8sNnUdd+IULItwQ/C6NmIqJrW4Kw==
133133

134+
"@types/sinon@^7.0.0":
135+
version "7.0.0"
136+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.0.tgz#84e707e157ec17d3e4c2a137f41fc3f416c0551e"
137+
integrity sha512-kcYoPw0uKioFVC/oOqafk2yizSceIQXCYnkYts9vJIwQklFRsMubTObTDrjQamUyBRd47332s85074cd/hCwxg==
138+
134139
"@types/tapable@*":
135140
version "1.0.4"
136141
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.4.tgz#b4ffc7dc97b498c969b360a41eee247f82616370"

0 commit comments

Comments
 (0)