React DevTools 4.27.1 -> 4.27.2 (#26185)

This commit is contained in:
Mengdi Chen
2023-02-16 16:46:23 -05:00
committed by GitHub
parent 21b49103d6
commit 42106558ed
8 changed files with 19 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.27.1",
"version": "4.27.2",
"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.27.1",
"react-devtools-core": "4.27.2",
"update-notifier": "^2.1.0"
}
}