Shmew / Feliz.Plotly

Fable bindings written in the Feliz-style for plotly.js.
https://shmew.github.io/Feliz.Plotly/
MIT License
54 stars 13 forks source link

Update dependencies; Remove webpack and add vite #30

Open EverybodyKurts opened 1 year ago

EverybodyKurts commented 1 year ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

This pull request updates major dependencies, including plotly.js, react, webpack, fable, and feliz. It updates the webpack config to use v4 and the `codeBlockRenderer` function found in `App.fs` to use the new `Markdown.ICodeProperties` api. Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [x] Refactoring (no functional changes, no api changes) - [x] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior?

Uses the old versions of plotly, react, webpack, fable, and feliz.

What is the new behavior?

Uses the updated versions of plotly, react, fable, and feliz. Removes webpack in favor of vite.

Does this introduce a breaking change?

Other information

picolino commented 1 year ago

We need this in order to use with fable 4.0