Fix build (#2735)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/2735 GitHub has been failing because an ant patch no longer applies. Reviewed By: jknoxville Differential Revision: D30539463 fbshipit-source-id: b16b4d04a366a4af8d0efe36856a4b565aeeecbd
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fa7628fbf4
commit
87580c4147
@@ -14,7 +14,7 @@
|
||||
"build": "tsc -b"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^4.6.3",
|
||||
"@ant-design/icons": "^4.6.2",
|
||||
"@emotion/css": "^11.1.3",
|
||||
"@emotion/react": "^11.4.1",
|
||||
"@emotion/styled": "^11.3.0",
|
||||
@@ -25,7 +25,7 @@
|
||||
"JSONStream": "^1.3.1",
|
||||
"adbkit": "^2.11.1",
|
||||
"adbkit-logcat": "^2.0.1",
|
||||
"antd": "^4.16.13",
|
||||
"antd": "4.16.8",
|
||||
"archiver": "^5.0.2",
|
||||
"async-mutex": "^0.3.1",
|
||||
"axios": "^0.21.1",
|
||||
|
||||
Reference in New Issue
Block a user