Skip to content

Commit 6307f65

Browse files
sok82Sergey Kadnikov
andauthored
Upgraded dependency of plotly to 2.35.2 to fix invalid import issue (#311)
Co-authored-by: Sergey Kadnikov <skadnikov@seeneco.ru>
1 parent 87a83b2 commit 6307f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"encoding": "^0.1.13",
138138
"lodash": "^4.17.4",
139139
"marked": "^4.0.10",
140-
"plotly.js": "^2.26.2",
140+
"plotly.js": "^2.35.2",
141141
"react": "^18.2.0",
142142
"react-dom": "^18.2.0",
143143
"react-error-boundary": "^3.1.3",

packages/react/src/examples/Viewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ const div = document.createElement('div');
3636
document.body.appendChild(div);
3737
const root = createRoot(div);
3838

39-
root.render(<JuptyerViewerExample />);
39+
root.render(<JupyterViewerExample />);

0 commit comments

Comments
 (0)