Skip to content

Commit

Permalink
chore: Update version in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie committed Oct 4, 2019
1 parent 6d35aa4 commit dd6cdc6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ PODS:
- React-Core (= 0.60.5)
- React-RCTWebSocket (0.60.5):
- React-Core (= 0.60.5)
- RNSearchBar (3.4.3):
- RNSearchBar (3.5.0):
- React
- yoga (0.60.5.React)

Expand Down Expand Up @@ -179,7 +179,7 @@ SPEC CHECKSUMS:
React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2
React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0
React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4
RNSearchBar: eb40cc483e6ef81a6e5c30efef8c450705d0e395
RNSearchBar: 30705c1b3a87baf8d8a7fcdf4b44cc8c4787308f
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411

PODFILE CHECKSUM: b6fa9015d9f74a3cb426a9555de77b9e840f719a
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-search-bar": "^3.4.3"
"react-native-search-bar": "^3.5.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4742,10 +4742,10 @@ react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==

react-native-search-bar@^3.4.3:
version "3.4.3"
resolved "https://registry.yarnpkg.com/react-native-search-bar/-/react-native-search-bar-3.4.3.tgz#0a772baba1ee66c54c55b7c1a278ae3fd4b13ab7"
integrity sha512-zBUU+atLC0bhc2SrezHuivQndfwKp/iJq3QbLDItI3nl/5AZCvS/7CzPke7gWrH7lhgn6kaBdouPH34lZtfQYQ==
react-native-search-bar@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/react-native-search-bar/-/react-native-search-bar-3.5.0.tgz#ec4e6b293640cf7ce647ada18a3f15f33ceb5aa8"
integrity sha512-syW3NMJL6t7li9kczQKF1ERW4pVSP3ZkvIMCSHmEEfQKEnNxFfAit3KsAdJTaOVCV6NJXnmc3QSj0zBVLd0m2g==
dependencies:
prop-types "^15.5.10"

Expand Down

0 comments on commit dd6cdc6

Please sign in to comment.