From fa8c9d47918edad90a09dd9db8ef92efdfe41cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Rivet?= Date: Wed, 15 Jan 2020 14:04:10 -0500 Subject: [PATCH] Move Plotly.js from devDeps to deps (#734) --- packages/dash-core-components/CHANGELOG.md | 4 ++++ packages/dash-core-components/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/dash-core-components/CHANGELOG.md b/packages/dash-core-components/CHANGELOG.md index 84e1be6624..917c3b37c4 100644 --- a/packages/dash-core-components/CHANGELOG.md +++ b/packages/dash-core-components/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] +### Fixed +- [#734](https://github.com/plotly/dash-core-components/pull/734) Fix JS-facing release bug where `Plotly.js` was listed in `devDependencies` instead of `dependencies` + ## [1.7.0] - 2020-01-14 ### Added - [#711](https://github.com/plotly/dash-core-components/pull/711) Added support for `dcc.Link` (dccLink) and nested `dcc.Markdown` (dccMarkdown) react components inside of `dcc.Markdown` diff --git a/packages/dash-core-components/package.json b/packages/dash-core-components/package.json index 9097fe6456..b8db9b8202 100644 --- a/packages/dash-core-components/package.json +++ b/packages/dash-core-components/package.json @@ -38,6 +38,7 @@ "fast-isnumeric": "^1.1.3", "highlight.js": "^9.17.1", "moment": "^2.20.1", + "plotly.js": "1.52.1", "prop-types": "^15.6.0", "ramda": "^0.26.1", "rc-slider": "^8.6.11", @@ -78,7 +79,6 @@ "identity-obj-proxy": "^3.0.0", "jest": "^24.5.0", "npm-run-all": "^4.1.5", - "plotly.js": "1.52.1", "prettier": "^1.14.2", "react": "^16.8.6", "react-dom": "^16.8.6",