Skip to content

Commit 66f2c9d

Browse files
committed
plotly.js as peer dep
1 parent d9f9a64 commit 66f2c9d

File tree

2 files changed

+67
-66
lines changed

2 files changed

+67
-66
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"fast-isnumeric": "1.1.4",
3535
"immutability-helper": "3.1.1",
3636
"plotly-icons": "1.3.15",
37-
"plotly.js": "2.12.1",
3837
"prop-types": "15.8.1",
3938
"raf": "3.4.1",
4039
"react-color": "2.19.3",
@@ -83,6 +82,7 @@
8382
"jest": "26.6.3",
8483
"jest-cli": "26.6.3",
8584
"mkdirp": "1.0.4",
85+
"plotly.js": "1.58.5",
8686
"postcss": "8.4.14",
8787
"postcss-cli": "^9.1.0",
8888
"postcss-combine-duplicated-selectors": "10.0.3",
@@ -105,6 +105,7 @@
105105
"webpack-dev-server": "4.9.1"
106106
},
107107
"peerDependencies": {
108+
"plotly.js": ">=1.58.5 <3.0.0",
108109
"react": ">16",
109110
"react-dom": ">16"
110111
},

0 commit comments

Comments
 (0)