diff --git a/example/package.json b/example/package.json index 0ab74a4..5a8b95a 100644 --- a/example/package.json +++ b/example/package.json @@ -17,7 +17,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz", - "react-native-big-list": "^1.3.13", + "react-native-big-list": "^1.3.14", "react-native-paper": "^4.9.1", "react-native-safe-area-context": "3.2.0", "react-native-web": "~0.16.5" diff --git a/example/yarn.lock b/example/yarn.lock index 125bb11..2267df3 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -5205,10 +5205,10 @@ react-is@^17.0.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== -react-native-big-list@^1.3.12: - version "1.3.12" - resolved "https://registry.yarnpkg.com/react-native-big-list/-/react-native-big-list-1.3.12.tgz#1cb2001418bdf15146dc12acb2bdddf60da7be48" - integrity sha512-kWSVf/ysF/V1hqyS9kOL1l9g+8zwEkAGAN5ac5hIQhU1/rGB994il5U1KbnDoxjRhDU4U7Y1aCpiXZXb+ZWpAw== +react-native-big-list@^1.3.14: + version "1.3.14" + resolved "https://registry.yarnpkg.com/react-native-big-list/-/react-native-big-list-1.3.14.tgz#47ebbfa835f9ee28eaf3feaaf5fef033794bc3fd" + integrity sha512-c42F2+KkhSGMYm1cT0n/3LZyuTfNkJ8viJgXKomZ0DAotJrdZP3DNcMIB0fRJ4HuuEGEy5PEc+RMhPOmlCK2GQ== dependencies: prop-types "^15.7.2" yarpm "^1.1.1" diff --git a/package.json b/package.json index e149ba5..d58288e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-big-list", - "version": "1.3.13", + "version": "1.3.14", "description": "A big and fast list implementation for react-native with a recycler API focused on performance and ram usage while processing thousand items on the list.", "keywords": [ "react-native-big-list",