Skip to content

Commit dd6cdc6

Browse files
committed
chore: Update version in example app
1 parent 6d35aa4 commit dd6cdc6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ PODS:
7979
- React-Core (= 0.60.5)
8080
- React-RCTWebSocket (0.60.5):
8181
- React-Core (= 0.60.5)
82-
- RNSearchBar (3.4.3):
82+
- RNSearchBar (3.5.0):
8383
- React
8484
- yoga (0.60.5.React)
8585

@@ -179,7 +179,7 @@ SPEC CHECKSUMS:
179179
React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2
180180
React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0
181181
React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4
182-
RNSearchBar: eb40cc483e6ef81a6e5c30efef8c450705d0e395
182+
RNSearchBar: 30705c1b3a87baf8d8a7fcdf4b44cc8c4787308f
183183
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
184184

185185
PODFILE CHECKSUM: b6fa9015d9f74a3cb426a9555de77b9e840f719a

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"react": "16.8.6",
1212
"react-native": "0.60.5",
13-
"react-native-search-bar": "^3.4.3"
13+
"react-native-search-bar": "^3.5.0"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "^7.5.5",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4742,10 +4742,10 @@ react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
47424742
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
47434743
integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==
47444744

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

0 commit comments

Comments
 (0)