mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
React DevTools 4.24.0 -> 4.24.1 (#24100)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-devtools-core",
|
||||
"version": "4.24.0",
|
||||
"version": "4.24.1",
|
||||
"description": "Use react-devtools outside of the browser",
|
||||
"license": "MIT",
|
||||
"main": "./dist/backend.js",
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"manifest_version": 2,
|
||||
"name": "React Developer Tools",
|
||||
"description": "Adds React debugging tools to the Chrome Developer Tools.",
|
||||
"version": "4.24.0",
|
||||
"version_name": "4.24.0",
|
||||
"version": "4.24.1",
|
||||
"version_name": "4.24.1",
|
||||
"minimum_chrome_version": "60",
|
||||
"icons": {
|
||||
"16": "icons/16-production.png",
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"manifest_version": 2,
|
||||
"name": "React Developer Tools",
|
||||
"description": "Adds React debugging tools to the Microsoft Edge Developer Tools.",
|
||||
"version": "4.24.0",
|
||||
"version_name": "4.24.0",
|
||||
"version": "4.24.1",
|
||||
"version_name": "4.24.1",
|
||||
"minimum_chrome_version": "60",
|
||||
"icons": {
|
||||
"16": "icons/16-production.png",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"manifest_version": 2,
|
||||
"name": "React Developer Tools",
|
||||
"description": "Adds React debugging tools to the Firefox Developer Tools.",
|
||||
"version": "4.24.0",
|
||||
"version": "4.24.1",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "@react-devtools",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-devtools-inline",
|
||||
"version": "4.24.0",
|
||||
"version": "4.24.1",
|
||||
"description": "Embed react-devtools within a website",
|
||||
"license": "MIT",
|
||||
"main": "./dist/backend.js",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "react-devtools-timeline",
|
||||
"version": "4.24.0",
|
||||
"version": "4.24.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@elg/speedscope": "1.9.0-a6f84db",
|
||||
|
||||
@@ -4,6 +4,13 @@
|
||||
|
||||
---
|
||||
|
||||
### 4.24.1
|
||||
March 15, 2022
|
||||
|
||||
* Disable unsupported Bridge protocol version dialog and add workaround for old protocol operations format ([bvaughn](https://github.com/bvaughn) in [#24093](https://github.com/facebook/react/pull/24093))
|
||||
|
||||
---
|
||||
|
||||
### 4.24.0
|
||||
March 10, 2022
|
||||
|
||||
@@ -951,4 +958,4 @@ Because this feature adds a small amount of overhead, it can be disabled in the
|
||||
|
||||
The profiler now displays a list of each time the selected component rendered during a profiling session, along with the duration of each render. This list can be used to quickly jump between commits when analyzing the performance of a specific component.
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-devtools",
|
||||
"version": "4.24.0",
|
||||
"version": "4.24.1",
|
||||
"description": "Use react-devtools outside of the browser",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"electron": "^11.1.0",
|
||||
"ip": "^1.1.4",
|
||||
"minimist": "^1.2.3",
|
||||
"react-devtools-core": "4.24.0",
|
||||
"react-devtools-core": "4.24.1",
|
||||
"update-notifier": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user