Bump @types/testing-library__react from 10.0.0 to 10.2.0 in /desktop (#1366)

Summary:
Created a few breakages. Would appreciate some closer eyes on this.

Pull Request resolved: https://github.com/facebook/flipper/pull/1366

Reviewed By: mweststrate

Differential Revision: D22501454

fbshipit-source-id: 9b882a12aecc65da85f29101bf87bf27519a7d2a
This commit is contained in:
Pascal Hartig
2020-07-14 06:17:46 -07:00
committed by Facebook GitHub Bot
parent c4f3978c36
commit 9d57a667ef
9 changed files with 40 additions and 39 deletions

View File

@@ -108,7 +108,8 @@
"devDependencies": {
"@babel/code-frame": "^7.10.4",
"@jest-runner/electron": "^3.0.0",
"@testing-library/react": "^10.0.2",
"@testing-library/react": "^10.4.3",
"@testing-library/dom": "^7.20.2",
"@types/algoliasearch": "^3.30.19",
"@types/babel__code-frame": "^7.0.0",
"@types/babel__core": "^7.1.6",
@@ -148,7 +149,7 @@
"@types/rsocket-core": "^0.0.5",
"@types/rsocket-tcp-server": "^0.0.2",
"@types/socket.io": "^2.1.4",
"@types/testing-library__react": "^10.0.0",
"@types/testing-library__react": "^10.2.0",
"@types/tmp": "^0.2.0",
"@types/uuid": "^8.0.0",
"@types/which": "^1.3.2",
@@ -257,6 +258,5 @@
},
"optionalDependencies": {
"7zip-bin-mac": "^1.0.1"
},
"dependencies": {}
}
}