DevTools 4.8.2 -> 4.9.0 bump

This commit is contained in:
Brian Vaughn
2020-10-19 11:20:54 -04:00
parent 7b6cac9522
commit 51a3aa6afb
7 changed files with 53 additions and 9 deletions

View File

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