React DevTools 4.24.1 -> 4.24.2 (#24150)

This commit is contained in:
Brian Vaughn
2022-03-24 06:06:10 -07:00
committed by GitHub
parent e62a8d7545
commit 8df8a57edd
8 changed files with 19 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.24.1",
"version": "4.24.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.24.1",
"react-devtools-core": "4.24.2",
"update-notifier": "^2.1.0"
}
}