Dep bump for /desktop

Summary:
Combining a bunch of dependabot PRs.

N.B. I had to manually clean up the `yarn.lock` a few times because some dependencies resolved to multiple version numbers, catching tsc off-guard.
allow-large-files

Reviewed By: nikoant

Differential Revision: D34579180

fbshipit-source-id: a4848e1010ff240d9b0e721d3878585e7b4bd078
This commit is contained in:
Pascal Hartig
2022-03-03 04:11:52 -08:00
committed by Facebook GitHub Bot
parent 5b5ce92519
commit 7c1251075f
14 changed files with 350 additions and 242 deletions

View File

@@ -11,9 +11,9 @@
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@tanishiking/aho-corasick": "^0.0.1",
"antd": "4.18.5",
"cbuffer": "^2.2.0",
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@testing-library/dom": "^8.11.3",
"@testing-library/react": "^12.1.2",
"@testing-library/react": "^12.1.3",
"@types/deep-equal": "^1.0.1",
"@types/lodash.memoize": "^4.1.6",
"@types/react-test-renderer": "^17.0.1",