-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # Signum.React/Scripts/Signum.Entities.ts
- Loading branch information
Showing
12 changed files
with
410 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
760bdeb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrade to
react
17.0,react-widgets
5.0.0-beta.22,d3
6.0 etc..This merge and the following commits upgrades almost all npm dependencies to the latest version, the most important ones:
react
17 https://reactjs.org/blog/2020/10/20/react-v17.htmlreact-widgets
to5.0.0-beta.22
. Yes, it's a beta, but there is not clear answer when it's going to get final. I made a PR to fix some compilation issues and changed the signum code inMainPublic.tsx
andConfigureReactWidgets
. The main benefit it no warnings when starting the application More info Support for React 17.x jquense/react-widgets#993 and avoid dependency on date-arithmetic types jquense/react-widgets#1048d3
is upgraded to 6 with some breaking changes https://observablehq.com/@d3/d3v6-migration-guidebpmn.io
to 7.5 (8.0 makes some problems).How to upgrade
Just run
Upgrade_20201220_React17
760bdeb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.