diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 015bdfa8..58282050 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1356,7 +1356,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-slider (5.1.1): + - react-native-slider (5.1.2): - DoubleConversion - glog - hermes-engine @@ -1371,7 +1371,7 @@ PODS: - React-hermes - React-ImageManager - React-jsi - - react-native-slider/common (= 5.1.1) + - react-native-slider/common (= 5.1.2) - React-NativeModulesApple - React-RCTFabric - React-renderercss @@ -1381,7 +1381,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-slider/common (5.1.1): + - react-native-slider/common (5.1.2): - DoubleConversion - glog - hermes-engine @@ -1997,7 +1997,7 @@ SPEC CHECKSUMS: React-Mapbuffer: c3f4b608e4a59dd2f6a416ef4d47a14400194468 React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6 react-native-pager-view: f238ed7fb53458bd03366944a33686f067c83e9a - react-native-slider: 5d7e61470399d2bfb0c9682a8d8ea10214e7eda1 + react-native-slider: 4f5bd3b637b60c7ba1e05dc120b85d48be8fccee React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c React-perflogger: 9a151e0b4c933c9205fd648c246506a83f31395d diff --git a/example/package-lock.json b/example/package-lock.json index 7316af4e..2ffa1481 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -50,7 +50,7 @@ }, "../package": { "name": "@react-native-community/slider", - "version": "5.1.1", + "version": "5.1.2", "license": "MIT", "devDependencies": { "@babel/cli": "^7.8.4", @@ -12636,7 +12636,7 @@ "version": "5.0.4", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", - "devOptional": true, + "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package/package-lock.json b/package/package-lock.json index 07c49b64..99b10d28 100644 --- a/package/package-lock.json +++ b/package/package-lock.json @@ -1,12 +1,12 @@ { "name": "@react-native-community/slider", - "version": "5.1.1", + "version": "5.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@react-native-community/slider", - "version": "5.1.1", + "version": "5.1.2", "license": "MIT", "devDependencies": { "@babel/cli": "^7.8.4", diff --git a/package/package.json b/package/package.json index 22367df9..73a7dfec 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/slider", - "version": "5.1.1", + "version": "5.1.2", "license": "MIT", "author": "react-native-community", "homepage": "https://github.com/callstack/react-native-slider#readme",