Skip to content

Commit

Permalink
fix(community-testimonial): refactor proptypes package
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-bunce committed Nov 21, 2018
1 parent 2bc53c9 commit ec2efbd
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
36 changes: 36 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,42 @@
"contributions": [
"tds"
]
},
{
"login": "Andrew-K-Lam",
"name": "Andrew Lam",
"avatar_url": "https://avatars0.githubusercontent.com/u/931411?v=4",
"profile": "https://github.com/Andrew-K-Lam",
"contributions": [
"tds"
]
},
{
"login": "jraff",
"name": "Jordan Raffoul",
"avatar_url": "https://avatars0.githubusercontent.com/u/1036187?v=4",
"profile": "http://jordanraffoul.com",
"contributions": [
"tds"
]
},
{
"login": "nicmak",
"name": "Nicholas Mak",
"avatar_url": "https://avatars2.githubusercontent.com/u/22725151?v=4",
"profile": "https://github.com/nicmak",
"contributions": [
"tds"
]
},
{
"login": "renovate[bot]",
"name": "renovate[bot]",
"avatar_url": "https://avatars1.githubusercontent.com/in/2740?v=4",
"profile": "https://github.com/apps/renovate",
"contributions": [
"tds"
]
}
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ To learn how to make contributions to TDS Community, See the [contributing guide
<!-- prettier-ignore -->
| [<img src="https://avatars0.githubusercontent.com/u/10531523?v=4" width="100px;"/><br /><sub><b>Marco Donnici</b></sub>](https://github.com/marcod1419)<br />[](#tds-marcod1419 "") | [<img src="https://avatars0.githubusercontent.com/u/1375942?v=4" width="100px;"/><br /><sub><b>Ryan Oglesby</b></sub>](http://ryanogles.by)<br />[](#tds-ryanoglesby08 "") | [<img src="https://avatars0.githubusercontent.com/u/12798751?v=4" width="100px;"/><br /><sub><b>Enrico Sacchetti</b></sub>](http://theetrain.ca)<br />[](#tds-theetrain "") | [<img src="https://avatars1.githubusercontent.com/u/9420407?v=4" width="100px;"/><br /><sub><b>Jack Reeves</b></sub>](https://github.com/jackreeves)<br />[](#tds-jackreeves "") | [<img src="https://avatars1.githubusercontent.com/u/5464587?v=4" width="100px;"/><br /><sub><b>Jesse David Peterson</b></sub>](http://www.jes.dav.pet)<br />[](#tds-jesdavpet "") | [<img src="https://avatars1.githubusercontent.com/u/32303524?v=4" width="100px;"/><br /><sub><b>Mujtaba Hasni</b></sub>](https://github.com/mujtabahasni)<br />[](#tds-mujtabahasni "") | [<img src="https://avatars3.githubusercontent.com/u/26413531?v=4" width="100px;"/><br /><sub><b>Anatolii Gorovyi</b></sub>](https://github.com/agorovyi)<br />[](#tds-agorovyi "") |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| [<img src="https://avatars3.githubusercontent.com/u/42220619?v=4" width="100px;"/><br /><sub><b>Christina L.</b></sub>](https://github.com/Christina-Lo)<br />[](#tds-Christina-Lo "") |
| [<img src="https://avatars3.githubusercontent.com/u/42220619?v=4" width="100px;"/><br /><sub><b>Christina L.</b></sub>](https://github.com/Christina-Lo)<br />[](#tds-Christina-Lo "") | [<img src="https://avatars0.githubusercontent.com/u/931411?v=4" width="100px;"/><br /><sub><b>Andrew Lam</b></sub>](https://github.com/Andrew-K-Lam)<br />[](#tds-Andrew-K-Lam "") | [<img src="https://avatars0.githubusercontent.com/u/1036187?v=4" width="100px;"/><br /><sub><b>Jordan Raffoul</b></sub>](http://jordanraffoul.com)<br />[](#tds-jraff "") | [<img src="https://avatars2.githubusercontent.com/u/22725151?v=4" width="100px;"/><br /><sub><b>Nicholas Mak</b></sub>](https://github.com/nicmak)<br />[](#tds-nicmak "") | [<img src="https://avatars1.githubusercontent.com/in/2740?v=4" width="100px;"/><br /><sub><b>renovate[bot]</b></sub>](https://github.com/apps/renovate)<br />[](#tds-renovate[bot] "") |
<!-- ALL-CONTRIBUTORS-LIST:END -->
3 changes: 1 addition & 2 deletions packages/Testimonial/Testimonial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import Box from '@tds/core-box'
import Card from '@tds/core-card'
import Paragraph from '@tds/core-paragraph'
import safeRest from '@tds/shared-safe-rest'

import { componentWithName } from '../../shared/utils/propTypes'
import { componentWithName } from '@tds/util-prop-types'

import styles from './Testimonial.scss'

Expand Down
2 changes: 1 addition & 1 deletion packages/Testimonial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"devDependencies": {
"@tds/shared-safe-rest": "^1.0.0",
"@tds/util-proptypes": "^1.0.0"
"@tds/util-prop-types": "^1.0.0"
}
}

0 comments on commit ec2efbd

Please sign in to comment.