Skip to content

Commit

Permalink
Merge branch 'PRN-66/update-react-native-to-the-latest-version' of gi…
Browse files Browse the repository at this point in the history
…thub.com:bitmovin/bitmovin-player-react-native into PRN-66/update-react-native-to-the-latest-version
  • Loading branch information
rolandkakonyi committed Nov 16, 2023
2 parents 59bf04d + a9ddb70 commit 2f2d0df
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Brewfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"HOMEBREW_PREFIX": "/opt/homebrew",
"Homebrew/homebrew-core": "api",
"CLT": "",
"Xcode": "14.3.1",
"Xcode": "15.0.1",
"macOS": "14.0"
}
}
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ PODS:
- GoogleAds-IMA-iOS-SDK (= 3.18.4)
- GoogleAds-IMA-tvOS-SDK (= 4.8.2)
- React-Core
- RNCPicker (2.4.2):
- RNCPicker (2.5.1):
- React-Core
- RNScreens (3.15.0):
- React-Core
Expand Down Expand Up @@ -745,12 +745,12 @@ SPEC CHECKSUMS:
React-utils: c1cf85c0cd58c11dfb95104a78c608e95d03eb9e
ReactCommon: 1dabb8f37c44d8c7370238bd8f504cbad0cfd941
RNBitmovinPlayer: e2436bccf53ed596ece178e6553ea7268d792163
RNCPicker: 0250e95ad170569a96f5b0555cdd5e65b9084dca
RNCPicker: 529d564911e93598cc399b56cc0769ce3675f8c8
RNScreens: 4a1af06327774490d97342c00aee0c2bafb497b7
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: f67f5769ce78049c5fe798bc735f04535c7bc1ac
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 72e333b84551f3cbf0fe463cce703cb47a7372a6

COCOAPODS: 1.13.0
COCOAPODS: 1.14.2
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "react-native start"
},
"dependencies": {
"@react-native-picker/picker": "2.4.2",
"@react-native-picker/picker": "2.5.1",
"@react-navigation/elements": "1.3.4",
"@react-navigation/native": "6.0.11",
"@react-navigation/native-stack": "6.7.0",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1946,10 +1946,10 @@
prompts "^2.4.0"
semver "^7.5.2"

"@react-native-picker/picker@2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-2.4.2.tgz#2925eb8e76ff6b584c80529adc251df963be9141"
integrity sha512-0nY8638h1J3wKz6P3IJMpOoxJDdOj7Dk/K2hP/xpqP3KnIY0lmoqYlhyNihuyVPocDGajf6SA7LFFsFepQ56ag==
"@react-native-picker/picker@2.5.1":
version "2.5.1"
resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-2.5.1.tgz#dfa13d5b97bfbedf1f7e7c608181a82f1d58b351"
integrity sha512-/sADUfQsosMRYtrqqL3ZYZSECRygj0fXtpRLqxJfwuMEoqfvfn40756R6B1alzusVvDRZFI0ari0iQid56hA/Q==

"@react-native/assets-registry@^0.72.0":
version "0.72.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@
"@babel/core": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/runtime": "7.22.10",
"babel-plugin-module-resolver": "5.0.0",
"metro-react-native-babel-preset": "0.72.3",
"@commitlint/config-conventional": "17.7.0",
"@react-native-community/eslint-config": "3.1.0",
"@types/jest": "^28.1.2",
"@types/lodash.omit": "4.5.0",
"@types/react": "~17.0.21",
"@types/react-native": "0.70.0",
"babel-plugin-module-resolver": "5.0.0",
"commitlint": "17.7.1",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
Expand All @@ -73,7 +74,6 @@
"jest": "^28.1.1",
"lint-staged": "13.0.3",
"metro-config": "0.72.3",
"metro-react-native-babel-preset": "0.72.3",
"prettier": "2.7.1",
"react": "18.2.0",
"react-native": "0.72.6",
Expand Down

0 comments on commit 2f2d0df

Please sign in to comment.