From a7bc01cf30a9dedff4ef4ed54c5bbb0942d5c5cf Mon Sep 17 00:00:00 2001 From: MrRefactor Date: Wed, 17 Jul 2024 09:55:43 +0200 Subject: [PATCH] feat: Upgrade react-native-pager-view to 6.3.3 --- ios/Podfile.lock | 24 ++++++++++++++++++++++-- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 27 insertions(+), 7 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 50dfc65d07b2..4f6b77e4e8a5 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1343,7 +1343,27 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-pager-view (6.2.3): + - react-native-pager-view (6.3.3): + - glog + - hermes-engine + - RCT-Folly (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Codegen + - React-Core + - React-debug + - React-Fabric + - React-graphics + - React-ImageManager + - react-native-pager-view/common (= 6.3.3) + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - react-native-pager-view/common (6.3.3): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -2568,7 +2588,7 @@ SPEC CHECKSUMS: react-native-keyboard-controller: 47c01b0741ae5fc84e53cf282e61cfa5c2edb19b react-native-launch-arguments: 5f41e0abf88a15e3c5309b8875d6fd5ac43df49d react-native-netinfo: 02d31de0e08ab043d48f2a1a8baade109d7b6ca5 - react-native-pager-view: ccd4bbf9fc7effaf8f91f8dae43389844d9ef9fa + react-native-pager-view: c7372cab7caef173f7f81d78520fe21f08805020 react-native-pdf: 762369633665ec02ac227aefe2f4558b92475c23 react-native-performance: fb21ff0c9bd7a10789c69d948f25b0067d29f7a9 react-native-plaid-link-sdk: 2a91ef7e257ae16d180a1ca14ba3041ae0836fbf diff --git a/package-lock.json b/package-lock.json index 3076816e9ed4..69a9cdcb71f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,7 +103,7 @@ "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", "react-native-onyx": "2.0.56", - "react-native-pager-view": "6.2.3", + "react-native-pager-view": "6.3.3", "react-native-pdf": "6.7.3", "react-native-performance": "^5.1.0", "react-native-permissions": "^3.10.0", @@ -37461,9 +37461,9 @@ } }, "node_modules/react-native-pager-view": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/react-native-pager-view/-/react-native-pager-view-6.2.3.tgz", - "integrity": "sha512-dqVpXWFtPNfD3D2QQQr8BP+ullS5MhjRJuF8Z/qml4QTILcrWaW8F5iAxKkQR3Jl0ikcEryG/+SQlNcwlo0Ggg==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/react-native-pager-view/-/react-native-pager-view-6.3.3.tgz", + "integrity": "sha512-HViKBlfN/kBJUSu5mRL/V9Bkf1j7uDZozGAjbzh4o9XYo11qVcIK7IwvfzqrkNerVSDy/cAmZcXbcyWnII8xMA==", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index 02b8ce22cd20..5aa50b8a28c8 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", "react-native-onyx": "2.0.56", - "react-native-pager-view": "6.2.3", + "react-native-pager-view": "6.3.3", "react-native-pdf": "6.7.3", "react-native-performance": "^5.1.0", "react-native-permissions": "^3.10.0",