Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"luxon": "^3.7.2",
"marked": "^18.0.5",
"pinia": "^3.0.4",
"plotly.js-dist-min": "^3.5.1",
"plotly.js-dist-min": "^3.7.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid 3.7.0 until cloud upload works

The 3.7.0 release notes included in this commit say the updated sendDataToCloud modebar button uploads to a Plotly Cloud endpoint that is not yet functional, and PlotlyComponent forwards consumer config directly into Plotly.newPlot/react. In apps that enable that modebar button, this dependency bump would render a cloud-upload control whose upload cannot complete, so please either stay on 3.5.1 or explicitly remove/disable/document that button until a fixed Plotly release is available.

Useful? React with 👍 / 👎.

"primeicons": "^7.0.0",
"primelocale": "^2.3.2",
"primevue": "^4.5.5",
Expand Down
Loading