From c2b4911e5ecfaff634a60b07a0d212aa3ad297c7 Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Mon, 19 Aug 2024 15:48:19 +0300 Subject: [PATCH] chore: example update --- example/package-lock.json | 8 ++++---- example/package.json | 2 +- package-lock.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 3f7fb70..f2e4018 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -13,7 +13,7 @@ "react-native": "0.70.10", "react-native-apple-header": "^1.0.1", "react-native-bottom-search-bar": "^1.1.1", - "react-native-bouncy-checkbox": "^4.1.0" + "react-native-bouncy-checkbox": "^4.1.1" }, "devDependencies": { "@babel/core": "^7.12.9", @@ -13707,9 +13707,9 @@ } }, "node_modules/react-native-bouncy-checkbox": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-4.1.0.tgz", - "integrity": "sha512-I77w9Hfj+MA/mOwx+Jb1ypwWB8d9y0UUUhXj6PTENzTWqi1GTRx+WicV21aFFK31AbT/FWvbBYumRfYTD735sQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-4.1.1.tgz", + "integrity": "sha512-/u0GIDKOfF1R7FdAvGjWmonFwBe9Qz2U4F0W3cNkPvsRBoLnQ5DBIklbXbKnKJ3RqGjgLAc/wU9P37R3KcwpKg==", "dependencies": { "@freakycoder/react-native-bounceable": "^1.0.3" } diff --git a/example/package.json b/example/package.json index b60ca32..8d9cae6 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "react-native": "0.70.10", "react-native-apple-header": "^1.0.1", "react-native-bottom-search-bar": "^1.1.1", - "react-native-bouncy-checkbox": "^4.1.0" + "react-native-bouncy-checkbox": "^4.1.1" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/package-lock.json b/package-lock.json index 91a9312..408b83e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-bouncy-checkbox", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-native-bouncy-checkbox", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "dependencies": { "@freakycoder/react-native-bounceable": "^1.0.3"