Skip to content

Commit

Permalink
chore: Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Jul 3, 2019
1 parent b11fcd1 commit fa62474
Show file tree
Hide file tree
Showing 3 changed files with 1,044 additions and 108 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,29 @@
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.7",
"@semantic-release/npm": "^5.1.3",
"@semantic-release/release-notes-generator": "^7.1.4",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/commit-analyzer": "^6.2.0",
"@semantic-release/git": "^7.0.16",
"@semantic-release/npm": "^5.1.13",
"@semantic-release/release-notes-generator": "^7.2.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-jest": "^22.7.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"prettier": "^1.17.0",
"prettier": "^1.18.2",
"prettier-check": "^2.0.0",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "^0.59.5",
"react-test-renderer": "16.8.6",
"semantic-release": "^15.13.2"
"semantic-release": "^15.13.18"
},
"peerDependencies": {
"prop-types": "^15.7.2",
Expand Down
7 changes: 4 additions & 3 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@ export interface FastImageProperties {
* Style
*/
style?: StyleProp<ImageStyle>

/**
* TintColor
*
*
* If supplied, changes the color of all the non-transparent pixels to the given color.
*/
*/

tintColor?: number | string

/**
Expand Down
Loading

0 comments on commit fa62474

Please sign in to comment.