Skip to content

Commit

Permalink
feat(legends): remove prop-types support
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed May 1, 2024
1 parent e3f5b07 commit 9faf425
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 80 deletions.
4 changes: 1 addition & 3 deletions packages/legends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"@nivo/colors": "workspace:*",
"@nivo/core": "workspace:*",
"@types/d3-scale": "^4.0.8",
"@types/prop-types": "^15.7.2",
"d3-scale": "^4.0.2",
"prop-types": "^15.7.2"
"d3-scale": "^4.0.2"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
1 change: 0 additions & 1 deletion packages/legends/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export * from './svg'
export * from './canvas'
export * from './defaults'
export * from './hooks'
export * from './props'
export * from './types'
export * from './compute'
export * from './defaults'
76 changes: 0 additions & 76 deletions packages/legends/src/props.ts

This file was deleted.

0 comments on commit 9faf425

Please sign in to comment.