From 95bc8fd14ca2e5fcb695421d9aa17c3930bcddff Mon Sep 17 00:00:00 2001 From: Reinaldo Neto Date: Tue, 28 Feb 2023 17:31:40 -0300 Subject: [PATCH] fix the lint on the library side --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0886bc88a..8ea68483c 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "react-native-skeleton-placeholder": "^5.2.3", "react-native-slowlog": "^1.0.2", "react-native-svg": "^12.3.0", - "react-native-ui-lib": "RocketChat/react-native-ui-lib#19a93de50c89e5b8370c5bd35e1ed114c45ebf13", + "react-native-ui-lib": "RocketChat/react-native-ui-lib#133f19e78eafbb3d65d447869d726b80fc29ee68", "react-native-vector-icons": "9.1.0", "react-native-webview": "10.3.2", "react-redux": "^8.0.5", diff --git a/yarn.lock b/yarn.lock index e6b4ab424..b055b62ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17502,9 +17502,9 @@ react-native-text-size@4.0.0-rc.1: resolved "https://registry.yarnpkg.com/react-native-text-size/-/react-native-text-size-4.0.0-rc.1.tgz#1e048d345dd6a5a8e1269e0585c1a5948c478da5" integrity sha512-CysqjU2jK6Yc+a+kEI222pUyTY2ywcU2HqbFqf1KHymW6OPTdvBBHqbEJKL0QiLhQaFYDbqicM+h990s9TP00g== -react-native-ui-lib@RocketChat/react-native-ui-lib#19a93de50c89e5b8370c5bd35e1ed114c45ebf13: +react-native-ui-lib@RocketChat/react-native-ui-lib#133f19e78eafbb3d65d447869d726b80fc29ee68: version "7.0.0" - resolved "https://codeload.github.com/RocketChat/react-native-ui-lib/tar.gz/19a93de50c89e5b8370c5bd35e1ed114c45ebf13" + resolved "https://codeload.github.com/RocketChat/react-native-ui-lib/tar.gz/133f19e78eafbb3d65d447869d726b80fc29ee68" dependencies: babel-plugin-transform-inline-environment-variables "^0.0.2" color "^3.1.0"