React DevTools 4.27.2 -> 4.27.3 (#26459)

bump version
This commit is contained in:
Mengdi Chen
2023-03-22 11:20:10 -04:00
committed by GitHub
parent b93b4f0745
commit 8bdf162bcc
8 changed files with 25 additions and 10 deletions

View File

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