Update React DevTools deps from 4.6 -> 4.12
Summary: Update `react-devtools-core` and `react-devtools` dependencies for RN, VSCode, Sonar, etc. # Changelog: [General][Changed] - Upgraded react-devtools-core dependency to 4.12.0 Reviewed By: gaearon Differential Revision: D27764688 fbshipit-source-id: faa179cf4be3b49b14244d47ee0b91ae63138b8b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b2adb8c80d
commit
7bd4f80c25
@@ -5,7 +5,10 @@
|
||||
"version": "0.0.0",
|
||||
"pluginType": "device",
|
||||
"supportedDevices": [
|
||||
{"os": "Metro", "archived": false}
|
||||
{
|
||||
"os": "Metro",
|
||||
"archived": false
|
||||
}
|
||||
],
|
||||
"main": "dist/bundle.js",
|
||||
"flipperBundlerEntry": "index.tsx",
|
||||
@@ -16,7 +19,7 @@
|
||||
"dependencies": {
|
||||
"address": "^1.1.2",
|
||||
"get-port": "^5.0.0",
|
||||
"react-devtools-core": "^4.10.1"
|
||||
"react-devtools-core": "^4.12.0"
|
||||
},
|
||||
"title": "React DevTools",
|
||||
"icon": "app-react",
|
||||
|
||||
Reference in New Issue
Block a user