Skip to content

bumping JS to 1.52pre #2038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
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
299 changes: 190 additions & 109 deletions packages/javascript/plotlywidget/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/javascript/plotlywidget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "~3.1.1"
},
"dependencies": {
"plotly.js": "^1.51.2",
"plotly.js": "https://64237-45646037-gh.circle-artifacts.com/0/plotly.js.tgz",
Copy link
Contributor

Choose a reason for hiding this comment

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

was this changed when running the setup.py or did you change it manually? I'm asking because I had first tried to change this line manually by giving a URL as here, but then when I ran npm install npm was throwing an error.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

setup.py did this.

"@jupyter-widgets/base": "^2.0.0",
"lodash": "^4.17.4"
},
Expand Down
594 changes: 523 additions & 71 deletions packages/python/plotly/codegen/resources/plot-schema.json

Large diffs are not rendered by default.

Loading