4.0.5 -> 4.0.6

This commit is contained in:
Brian Vaughn
2019-08-26 08:42:38 -07:00
parent 1e3b0b520e
commit a39d9c3dff
6 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "4.0.5",
"version": "4.0.6",
"repository": "bvaughn/react-devtools-experimental",
"license": "MIT",
"private": true,

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.0.5",
"version": "4.0.6",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"main": "./dist/backend.js",

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools-inline",
"version": "4.0.5",
"version": "4.0.6",
"description": "Embed react-devtools within a website",
"license": "MIT",
"main": "./dist/backend.js",

View File

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

View File

@@ -2,8 +2,8 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Chrome Developer Tools.",
"version": "4.0.5",
"version_name": "4.0.5",
"version": "4.0.6",
"version_name": "4.0.6",
"minimum_chrome_version": "49",

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Firefox Developer Tools.",
"version": "4.0.5",
"version": "4.0.6",
"applications": {
"gecko": {