React DevTools 4.27.6 -> 4.27.7 (#26780)

List of changes:
* DevTools: fix backend activation ([hoxyq](https://github.com/hoxyq) in
[#26779](https://github.com/facebook/react/pull/26779))
* fix[dynamic-scripts-injection]: unregister content scripts before
registration ([hoxyq](https://github.com/hoxyq) in
[#26765](https://github.com/facebook/react/pull/26765))
This commit is contained in:
Ruslan Lesiutin
2023-05-04 18:22:47 +01:00
committed by GitHub
parent 377c5175f7
commit 783e7fcfa3
8 changed files with 19 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.27.6",
"version": "4.27.7",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
@@ -27,7 +27,7 @@
"electron": "^23.1.2",
"ip": "^1.1.4",
"minimist": "^1.2.3",
"react-devtools-core": "4.27.6",
"react-devtools-core": "4.27.7",
"update-notifier": "^2.1.0"
}
}