4.0.3 -> 4.0.4

This commit is contained in:
Brian Vaughn 2019-08-18 08:45:52 -07:00
parent 4697f5b379
commit 3c6a219466
6 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
{
"version": "4.0.3",
"version": "4.0.4",
"repository": "bvaughn/react-devtools-experimental",
"license": "MIT",
"private": true,
@ -135,7 +135,7 @@
"memoize-one": "^3.1.1",
"node-libs-browser": "0.5.3",
"nullthrows": "^1.0.0",
"object-assign": "4.0.3",
"object-assign": "4.0.4",
"opener": "^1.5.1",
"prettier": "^1.16.4",
"prop-types": "^15.6.2",

View File

@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.0.3",
"version": "4.0.4",
"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.3",
"version": "4.0.4",
"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.3",
"version": "4.0.4",
"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.3",
"react-devtools-core": "4.0.4",
"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.3",
"version_name": "4.0.3",
"version": "4.0.4",
"version_name": "4.0.4",
"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.3",
"version": "4.0.4",
"applications": {
"gecko": {