Skip to content

Commit

Permalink
Fix type failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Mar 13, 2020
1 parent a1a6344 commit 5fc7cb5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -100,6 +100,7 @@
"@types/mocha": "5.2.7",
"@types/node": "12.12.21",
"@types/ramda": "0.25.47",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.4",
"@types/request-promise": "4.1.45",
"@types/sinon-chai": "3.2.3",
Expand Down
1 change: 0 additions & 1 deletion packages/reporter/package.json
Expand Up @@ -21,7 +21,6 @@
"@packages/socket": "*",
"@packages/web-config": "*",
"@types/chai-enzyme": "0.6.7",
"@types/enzyme": "3.10.4",
"chai": "3.5.0",
"chai-enzyme": "1.0.0-beta.1",
"classnames": "2.2.6",
Expand Down
2 changes: 0 additions & 2 deletions packages/runner/package.json
Expand Up @@ -21,8 +21,6 @@
"@packages/reporter": "*",
"@packages/socket": "*",
"@packages/web-config": "*",
"@types/enzyme": "3.10.4",
"@types/react": "16.9.21",
"ansi-to-html": "0.6.14",
"bluebird": "3.5.0",
"chai": "4.2.0",
Expand Down
18 changes: 1 addition & 17 deletions yarn.lock
Expand Up @@ -3492,14 +3492,6 @@
"@types/cheerio" "*"
"@types/react" "*"

"@types/enzyme@3.10.4":
version "3.10.4"
resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.10.4.tgz#dd4961042381a7c0f6637ce25fec3f773ce489dd"
integrity sha512-P5XpxcIt9KK8QUH4al4ttfJfIHg6xmN9ZjyUzRSzAsmDYwRXLI05ng/flZOPXrEXmp8ZYiN8/tEXYK5KSOQk3w==
dependencies:
"@types/cheerio" "*"
"@types/react" "*"

"@types/enzyme@3.9.1":
version "3.9.1"
resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.9.1.tgz#3a0ce07e30066dbc26cd3474c8e680af2d249e26"
Expand Down Expand Up @@ -3754,22 +3746,14 @@
dependencies:
"@types/react" "*"

"@types/react@*":
"@types/react@*", "@types/react@16.9.23":
version "16.9.23"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.23.tgz#1a66c6d468ba11a8943ad958a8cb3e737568271c"
integrity sha512-SsGVT4E7L2wLN3tPYLiF20hmZTPGuzaayVunfgXzUn1x4uHVsKH6QDJQ/TdpHqwsTLd4CwrmQ2vOgxN7gE24gw==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@16.9.21":
version "16.9.21"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.21.tgz#99e274e2ecfab6bb93920e918341daa3198b348d"
integrity sha512-xpmenCMeBwJRct8vmIfczlgdOXWIWASoOM857kxKfHlVQvDltRh7IFRVfGws79iO2jkNPXOeWREyKoClzhBaQA==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/relateurl@*":
version "0.2.28"
resolved "https://registry.yarnpkg.com/@types/relateurl/-/relateurl-0.2.28.tgz#6bda7db8653fa62643f5ee69e9f69c11a392e3a6"
Expand Down

0 comments on commit 5fc7cb5

Please sign in to comment.