From be014202a75449c0afc384f71835c04a048e53e2 Mon Sep 17 00:00:00 2001 From: Luke Walczak Date: Fri, 31 Jul 2020 12:31:56 +0200 Subject: [PATCH] [RNMobile] Update rn slider (#24120) --- package-lock.json | 6 +++--- packages/react-native-editor/ios/Podfile.lock | 4 ++-- packages/react-native-editor/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7524389f35be7..c7d715b9a778a 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/wordpress-mobile/react-native-slider.git#d263ff16cdd9fb7352b354342522ff030f220f42", + "from": "git+https://github.com/wordpress-mobile/react-native-slider.git#d263ff16cdd9fb7352b354342522ff030f220f42" }, "@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/wordpress-mobile/react-native-slider.git#d263ff16cdd9fb7352b354342522ff030f220f42", "@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 452a91028ada5..9fce6d8853afb 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 @@ -391,7 +391,7 @@ 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-slider: ecb7f25c14f2348d1c1f629a6f2be7611d22a066 react-native-video: d01ed7ff1e38fa7dcc6c15c94cf505e661b7bfd0 React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76 React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360 diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index 3510f5c3f6e28..6399c29699c49 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/wordpress-mobile/react-native-slider.git#d263ff16cdd9fb7352b354342522ff030f220f42", "@wordpress/api-fetch": "file:../api-fetch", "@wordpress/block-editor": "file:../block-editor", "@wordpress/block-library": "file:../block-library",