From e7915b0f744fdb581906dee2d54c6e9e518a2a14 Mon Sep 17 00:00:00 2001 From: Robin Cussol Date: Fri, 11 Jan 2019 13:25:03 +0100 Subject: [PATCH] Chore: Update react-native-multi-slider's fork origin Summary: Luke Walczak from CallStack had to fork react-native-multi-slider and add changes to match our requirements; there now is a fork on kiwicom org and his changes were merged in it. --- package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cf526af..c73f142 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "license": "MIT", "dependencies": { "@kiwicom/orbit-design-tokens": "^0.2.5", - "react-native-multi-slider": "https://github.com/lukewalczak/react-native-multi-slider.git#feat/block-overlap", + "react-native-multi-slider": "https://github.com/kiwicom/react-native-multi-slider.git#a53e20f97d93361907d283dd98eb6da3c20c4249", "react-native-status-bar-height": "^2.2.0", "styled-components": "^4.1.2" }, @@ -98,4 +98,4 @@ "publishConfig": { "registry": "https://registry.npmjs.org/" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 5b0f4be..2b221ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10781,9 +10781,9 @@ react-native-modal@^5.4.0: prop-types "^15.6.1" react-native-animatable "^1.2.4" -"react-native-multi-slider@https://github.com/lukewalczak/react-native-multi-slider.git#feat/block-overlap": +"react-native-multi-slider@https://github.com/kiwicom/react-native-multi-slider.git#a53e20f97d93361907d283dd98eb6da3c20c4249": version "2.0.2" - resolved "https://github.com/lukewalczak/react-native-multi-slider.git#ad977facbc402dce725efc3ac537778531d944df" + resolved "https://github.com/kiwicom/react-native-multi-slider.git#a53e20f97d93361907d283dd98eb6da3c20c4249" react-native-status-bar-height@^2.2.0: version "2.2.0"