Skip to content

Commit 2b09150

Browse files
Move Plotly.js from devDeps to deps (plotly#734)
1 parent 061868c commit 2b09150

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/dash-core-components/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [Unreleased]
6+
### Fixed
7+
- [#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`
8+
59
## [1.7.0] - 2020-01-14
610
### Added
711
- [#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`

packages/dash-core-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"fast-isnumeric": "^1.1.3",
3939
"highlight.js": "^9.17.1",
4040
"moment": "^2.20.1",
41+
"plotly.js": "1.52.1",
4142
"prop-types": "^15.6.0",
4243
"ramda": "^0.26.1",
4344
"rc-slider": "^8.6.11",
@@ -78,7 +79,6 @@
7879
"identity-obj-proxy": "^3.0.0",
7980
"jest": "^24.5.0",
8081
"npm-run-all": "^4.1.5",
81-
"plotly.js": "1.52.1",
8282
"prettier": "^1.14.2",
8383
"react": "^16.8.6",
8484
"react-dom": "^16.8.6",

0 commit comments

Comments
 (0)