-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This addresses all peer dependency warnings we get from yarn except for the `dagre-d3-react` ones, which would require a new release of that library to fix. In doing so, it: - Upgrades our typescript version - Switches to using `useResizeDetector` from the deprecated `withResizeDetector` - Switches to using `Range` instead of the removed `RangeWithKey` and `RangeKeyDict` instead of the removed `OnChangeProps` - Removes code for handling the `days` field of a `Range`, as that field no longer exists - Removes the `undefined` second positional parameter from `handleDefaultConfigClicked`, as that function no longer accepts a second positional parameter - Removes fallback values when using unary `+` to convert a `Long` to a `number`, as that now always returns a `number` - Changes our target in `tsconfig.json` from `es2016` to `es2018` to support the use of named capturing groups in `trace_events.ts` - Removes the `resolutions` block from our `package.json`, as it is no longer necessary --------- Co-authored-by: Jim Hollenbach <[email protected]>
- Loading branch information
Showing
9 changed files
with
112 additions
and
135 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 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 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 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 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 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 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 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
Oops, something went wrong.