Bump deps

Summary:
This updates minor and patch level dependencies. Frustratingly, I had to revert a bunch
of changes in that version range that still caused incompatibilities and test failures.

If I find time, I'll dig a bit deeper.

Reviewed By: ivanmisuno

Differential Revision: D48433210

fbshipit-source-id: 9ab12e774c1992d4f22cc1428d34f102ce820b75
This commit is contained in:
Pascal Hartig
2023-08-21 03:03:30 -07:00
committed by Facebook GitHub Bot
parent 22c0eaa5cd
commit 160b05a5bd
16 changed files with 256 additions and 116 deletions

View File

@@ -17,15 +17,15 @@
"@tanishiking/aho-corasick": "^0.0.1",
"antd": "4.19.2",
"cbuffer": "^2.2.0",
"deep-equal": "^2.2.2",
"@nicksrandall/console-feed": "^3.5.0",
"deep-equal": "^2.2.1",
"eventemitter3": "^4.0.7",
"flipper-client-sdk": "^0.0.3",
"flipper-common": "0.0.0",
"flipper-frontend-core": "0.0.0",
"flipper-plugin": "0.0.0",
"flipper-ui-core": "0.0.0",
"hotkeys-js": "^3.9.3",
"hotkeys-js": "^3.12.0",
"immer": "^9.0.18",
"js-base64": "^3.7.5",
"jszip": "^3.10.1",
@@ -42,18 +42,18 @@
"react-player": "^2.11.0",
"react-redux": "^7.2.6",
"react-test-renderer": "^0.0.0-experimental-2bf7c02f0-20220314",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.6",
"redux": "^4.1.2",
"react-virtualized-auto-sizer": "1.0.7",
"react-window": "^1.8.9",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"reselect": "^4.1.7",
"semver": "^7.3.7",
"reselect": "^4.1.8",
"semver": "^7.5.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/dom": "^8.20.0",
"@types/deep-equal": "^1.0.1",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.3",
"@types/lodash.memoize": "^4.1.7",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.12",