Skip to content

Commit

Permalink
fix(deps): update dependency react-native-vector-icons to v6.5.0 (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and samouss committed Jun 6, 2019
1 parent e711964 commit 2da40fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/react/react-native-query-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-instantsearch": "5.7.0",
"react-native": "0.52.0",
"react-native-animatable": "1.3.2",
"react-native-vector-icons": "6.4.2",
"react-native-vector-icons": "6.5.0",
"react-test-renderer": "16.8.6"
},
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions examples/react/react-native-query-suggestions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5612,10 +5612,10 @@ react-native-vector-icons@4.4.2:
prop-types "^15.5.10"
yargs "^8.0.2"

react-native-vector-icons@6.4.2:
version "6.4.2"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-6.4.2.tgz#ee0b097e783387544ed160a3192a437c097e551d"
integrity sha512-G7Y5HksOQkCanFWKJ+fjwP38XL8tQREOSnw7jrbq28AFrrv41YtafOF4uDSDS7HxMRXs17HeEzn24OzJb63iuA==
react-native-vector-icons@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-6.5.0.tgz#bf925f62a47fed2f02a26392eed385058b7f137e"
integrity sha512-24Y5hkNTbpwK4OQFQQhJ20vBFWltGOcunJPztjO7E/4QpF3YmpbZIWjjf07wHOAlpeqCz3gEWr5iDI0Y2zLNnA==
dependencies:
lodash "^4.0.0"
prop-types "^15.6.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-native-modal-dropdown": "0.6.2",
"react-native-router-flux": "4.0.6",
"react-native-star-rating": "1.1.0",
"react-native-vector-icons": "6.4.2"
"react-native-vector-icons": "6.5.0"
},
"jest": {
"preset": "jest-expo",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5807,10 +5807,10 @@ react-native-vector-icons@4.4.2:
prop-types "^15.5.10"
yargs "^8.0.2"

react-native-vector-icons@6.4.2:
version "6.4.2"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-6.4.2.tgz#ee0b097e783387544ed160a3192a437c097e551d"
integrity sha512-G7Y5HksOQkCanFWKJ+fjwP38XL8tQREOSnw7jrbq28AFrrv41YtafOF4uDSDS7HxMRXs17HeEzn24OzJb63iuA==
react-native-vector-icons@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-6.5.0.tgz#bf925f62a47fed2f02a26392eed385058b7f137e"
integrity sha512-24Y5hkNTbpwK4OQFQQhJ20vBFWltGOcunJPztjO7E/4QpF3YmpbZIWjjf07wHOAlpeqCz3gEWr5iDI0Y2zLNnA==
dependencies:
lodash "^4.0.0"
prop-types "^15.6.2"
Expand Down

0 comments on commit 2da40fa

Please sign in to comment.