-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove prop-types from many packages (#2758)
- Loading branch information
1 parent
518988f
commit 3877aa9
Showing
72 changed files
with
47 additions
and
1,924 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
"victory": minor | ||
"victory-area": minor | ||
"victory-axis": minor | ||
"victory-bar": minor | ||
"victory-box-plot": minor | ||
"victory-brush-container": minor | ||
"victory-brush-line": minor | ||
"victory-candlestick": minor | ||
"victory-canvas": minor | ||
"victory-chart": minor | ||
"victory-core": minor | ||
"victory-cursor-container": minor | ||
"victory-errorbar": minor | ||
"victory-group": minor | ||
"victory-histogram": minor | ||
"victory-legend": minor | ||
"victory-line": minor | ||
"victory-native": minor | ||
"victory-pie": minor | ||
"victory-polar-axis": minor | ||
"victory-scatter": minor | ||
"victory-selection-container": minor | ||
"victory-shared-events": minor | ||
"victory-stack": minor | ||
"victory-tooltip": minor | ||
"victory-voronoi": minor | ||
"victory-voronoi-container": minor | ||
"victory-zoom-container": minor | ||
--- | ||
|
||
Remove prop-types definitions and dependency |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* eslint-disable react/prop-types */ | ||
import React, { forwardRef } from "react"; | ||
import { | ||
Helpers, | ||
|
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.