From 35338e3008e0ae1e6c0791bf2e0b5bb0cd79c665 Mon Sep 17 00:00:00 2001 From: lukewalczak Date: Mon, 20 Jul 2020 16:41:28 +0200 Subject: [PATCH] Use my rnslider fork --- package-lock.json | 6 +++--- packages/react-native-editor/ios/Podfile.lock | 11 ++++++----- packages/react-native-editor/package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8eaa3128fea1..926bb3a5c6baa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7093,8 +7093,8 @@ "integrity": "sha512-ng6Tm537E/M42GjE4TRUxQyL8sRfClcL7bQWblOCoxPZzJ2J3bdALsjeG3vDnVCIfI/R0AeFalN9KjMt0+Z/Zg==" }, "@react-native-community/slider": { - "version": "git+https://github.com/wordpress-mobile/react-native-slider.git#5ad284d92b8d886e366445bf215be741ed53ddc6", - "from": "git+https://github.com/wordpress-mobile/react-native-slider.git#5ad284d92b8d886e366445bf215be741ed53ddc6" + "version": "git+https://github.com/lukewalczak/react-native-slider.git#04673b51efd350c08d1ab514b64b63d760d6d1bc", + "from": "git+https://github.com/lukewalczak/react-native-slider.git#04673b51efd350c08d1ab514b64b63d760d6d1bc" }, "@samverschueren/stream-to-observable": { "version": "0.3.0", @@ -11761,7 +11761,7 @@ "requires": { "@babel/runtime": "^7.9.2", "@react-native-community/blur": "3.6.0", - "@react-native-community/slider": "git+https://github.com/wordpress-mobile/react-native-slider.git#5ad284d92b8d886e366445bf215be741ed53ddc6", + "@react-native-community/slider": "git+https://github.com/lukewalczak/react-native-slider.git#04673b51efd350c08d1ab514b64b63d760d6d1bc", "@wordpress/api-fetch": "file:packages/api-fetch", "@wordpress/block-editor": "file:packages/block-editor", "@wordpress/block-library": "file:packages/block-library", diff --git a/packages/react-native-editor/ios/Podfile.lock b/packages/react-native-editor/ios/Podfile.lock index dfedbebe18261..267e31538d7e2 100644 --- a/packages/react-native-editor/ios/Podfile.lock +++ b/packages/react-native-editor/ios/Podfile.lock @@ -197,7 +197,7 @@ PODS: - React - react-native-safe-area (0.5.1): - React - - react-native-slider (2.0.7): + - react-native-slider (3.0.2): - React - react-native-video (5.0.2): - React @@ -291,9 +291,10 @@ DEPENDENCIES: - Yoga (from `../../../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: - trunk: - - boost-for-react-native + https://cdn.cocoapods.org/: - WordPress-Aztec-iOS + https://github.com/CocoaPods/Specs.git: + - boost-for-react-native EXTERNAL SOURCES: BVLinearGradient: @@ -391,8 +392,8 @@ SPEC CHECKSUMS: react-native-get-random-values: 8940331a943a46c165d3ed05802c09c392f8dd46 react-native-keyboard-aware-scroll-view: ffa9152671fec9a571197ed2d02e0fcb90206e60 react-native-safe-area: e8230b0017d76c00de6b01e2412dcf86b127c6a3 - react-native-slider: f81b89fa0c1f9a65742d33f889a194ca6653a985 - react-native-video: d01ed7ff1e38fa7dcc6c15c94cf505e661b7bfd0 + react-native-slider: ecb7f25c14f2348d1c1f629a6f2be7611d22a066 + react-native-video: 961749da457e73bf0b5565edfbaffc25abfb8974 React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76 React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360 React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72 diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index 45d7ed92b064e..e918d4c82899e 100644 --- a/packages/react-native-editor/package.json +++ b/packages/react-native-editor/package.json @@ -31,7 +31,7 @@ "dependencies": { "@babel/runtime": "^7.9.2", "@react-native-community/blur": "3.6.0", - "@react-native-community/slider": "git+https://github.com/wordpress-mobile/react-native-slider.git#5ad284d92b8d886e366445bf215be741ed53ddc6", + "@react-native-community/slider": "git+https://github.com/lukewalczak/react-native-slider.git#04673b51efd350c08d1ab514b64b63d760d6d1bc", "@wordpress/api-fetch": "file:../api-fetch", "@wordpress/block-editor": "file:../block-editor", "@wordpress/block-library": "file:../block-library",