Upgrade react-devtools-core to 4.27.2

Summary:
This diff upgrade dependencies to `react-devtools-core` to 4.27.2, which includes changes I need to unblock trace update highlights.

- Update package.json file for dependencies in all existing deps with latest version (4.26.1): https://fburl.com/code/litgze0m
- Run `yarn` under `xplat/js` and `xplat/js/public`

Changelog:
[General][Internal] - Upgrade react-devtools-core to 4.27.2

Reviewed By: javache

Differential Revision: D43176345

fbshipit-source-id: 8bd5a9eca286bbfbb1630cb92c15f9653fa3534a
This commit is contained in:
Xin Chen
2023-02-13 10:49:13 -08:00
committed by Facebook GitHub Bot
parent 42ac82bc8c
commit 2e511b5d08
2 changed files with 10 additions and 10 deletions

View File

@@ -21,8 +21,8 @@
"dependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"react-devtools-core": "^4.26.1",
"react-devtools-inline": "^4.24.3",
"react-devtools-core": "^4.27.2",
"react-devtools-inline": "^4.27.2",
"rollup": "^2.70.1",
"ws": "^8.5.0"
},