4.0.4 -> 4.0.5

This commit is contained in:
Brian Vaughn
2019-08-19 09:26:55 -07:00
parent 01b1e7e2cf
commit 5441b094a4
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": "4.0.4",
"version": "4.0.5",
"repository": "bvaughn/react-devtools-experimental",
"license": "MIT",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.0.4",
"version": "4.0.5",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"main": "./dist/backend.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-devtools-inline",
"version": "4.0.4",
"version": "4.0.5",
"description": "Embed react-devtools within a website",
"license": "MIT",
"main": "./dist/backend.js",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.0.4",
"version": "4.0.5",
"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.4",
"react-devtools-core": "4.0.5",
"update-notifier": "^2.1.0"
}
}
+2 -2
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.4",
"version_name": "4.0.4",
"version": "4.0.5",
"version_name": "4.0.5",
"minimum_chrome_version": "49",
+1 -1
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.4",
"version": "4.0.5",
"applications": {
"gecko": {