Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency react-native-vector-icons to v6.6.0 (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and samouss committed Jun 27, 2019
1 parent 3553a43 commit b6bb199
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/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.5.0",
"react-native-vector-icons": "6.6.0",
"react-test-renderer": "16.8.6"
},
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions examples/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.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==
react-native-vector-icons@6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-6.6.0.tgz#66cf004918eb05d90778d64bd42077c1800d481b"
integrity sha512-MImKVx8JEvVVBnaShMr7/yTX4Y062JZMupht1T+IEgbqBj4aQeQ1z2SH4VHWKNtWtppk4kz9gYyUiMWqx6tNSw==
dependencies:
lodash "^4.0.0"
prop-types "^15.6.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/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.5.0"
"react-native-vector-icons": "6.6.0"
},
"jest": {
"preset": "jest-expo",
Expand Down
8 changes: 4 additions & 4 deletions examples/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.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==
react-native-vector-icons@6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-6.6.0.tgz#66cf004918eb05d90778d64bd42077c1800d481b"
integrity sha512-MImKVx8JEvVVBnaShMr7/yTX4Y062JZMupht1T+IEgbqBj4aQeQ1z2SH4VHWKNtWtppk4kz9gYyUiMWqx6tNSw==
dependencies:
lodash "^4.0.0"
prop-types "^15.6.2"
Expand Down

0 comments on commit b6bb199

Please sign in to comment.