Summary: https://github.com/facebook/react/blob/main/packages/react-devtools/CHANGELOG.md Changelog: [General][Changed] - Upgraded react-devtools-core dependency to 4.24.0 Reviewed By: lunaruan Differential Revision: D34798578 fbshipit-source-id: ce3b09023c98a9282cce92ef9661d6cb578455e1
34 lines
711 B
JSON
34 lines
711 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-react-devtools",
|
|
"id": "React",
|
|
"version": "0.0.0",
|
|
"pluginType": "device",
|
|
"supportedDevices": [
|
|
{
|
|
"os": "Metro",
|
|
"archived": false
|
|
}
|
|
],
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {
|
|
"address": "^1.1.2",
|
|
"get-port": "^5.0.0",
|
|
"react-devtools-core": "4.24.0"
|
|
},
|
|
"title": "React DevTools",
|
|
"icon": "app-react",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/flipper/issues"
|
|
},
|
|
"devDependencies": {},
|
|
"peerDependencies": {
|
|
"flipper-plugin": "*"
|
|
}
|
|
}
|