diff --git a/examples/async-data/package.json b/examples/async-data/package.json index 7d28d13be..f8042ed20 100644 --- a/examples/async-data/package.json +++ b/examples/async-data/package.json @@ -8,7 +8,7 @@ "react": "^15.6.1", "react-dom": "^15.6.1", "react-plotly.js": "^1.0.4", - "react-plotly.js-editor": "0.5.0", + "react-plotly.js-editor": "0.5.1", "react-scripts": "1.0.17" }, "scripts": { diff --git a/examples/custom/package.json b/examples/custom/package.json index 08b2c15f4..d8f050216 100644 --- a/examples/custom/package.json +++ b/examples/custom/package.json @@ -7,7 +7,7 @@ "react": "^16.2.0", "react-dom": "^16.2.0", "react-plotly.js": "^1.0.4", - "react-plotly.js-editor": "0.5.0", + "react-plotly.js-editor": "0.5.1", "react-scripts": "1.0.17" }, "scripts": { diff --git a/examples/redux/package.json b/examples/redux/package.json index 2fc4b6882..468ec273a 100644 --- a/examples/redux/package.json +++ b/examples/redux/package.json @@ -8,7 +8,7 @@ "react": "^16.2.0", "react-dom": "^16.2.0", "react-plotly.js": "^1.0.4", - "react-plotly.js-editor": "0.5.0", + "react-plotly.js-editor": "0.5.1", "react-redux": "^5.0.6", "react-scripts": "1.0.17", "redux": "^3.7.2" diff --git a/examples/simple/package.json b/examples/simple/package.json index 06eac16f0..e63ad3d97 100644 --- a/examples/simple/package.json +++ b/examples/simple/package.json @@ -7,7 +7,7 @@ "react": "^16.2.0", "react-dom": "^16.2.0", "react-plotly.js": "^1.0.4", - "react-plotly.js-editor": "0.5.0", + "react-plotly.js-editor": "0.5.1", "react-scripts": "1.0.17" }, "scripts": { diff --git a/package-lock.json b/package-lock.json index 478c58373..867e46b69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-plotly.js-editor", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a618f4ae4..0c0e010b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-plotly.js-editor", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "description": "plotly.js chart editor react component UI", "author": "Plotly, Inc.",