From 0ac9ceb79cb4154e359f0d8c7f9dbc8ffe9edab3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:51:21 +0000 Subject: [PATCH] chore(deps): update dependency react-native-safe-area-context to v4 --- example/Galaxy/package.json | 2 +- example/Galaxy/yarn.lock | 13 +++++-------- package.json | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/example/Galaxy/package.json b/example/Galaxy/package.json index dcbb3e19b..97f5322a7 100644 --- a/example/Galaxy/package.json +++ b/example/Galaxy/package.json @@ -33,7 +33,7 @@ "react-native-gesture-handler": "^2.4.2", "react-native-paper": "^4.12.1", "react-native-reanimated": "^2.8.0", - "react-native-safe-area-context": "3.3.2", + "react-native-safe-area-context": "4.4.1", "react-native-uuid": "^2.0.1", "react-native-vector-icons": "^9.1.0" }, diff --git a/example/Galaxy/yarn.lock b/example/Galaxy/yarn.lock index 153e0b6a9..3abe55fa0 100644 --- a/example/Galaxy/yarn.lock +++ b/example/Galaxy/yarn.lock @@ -1096,15 +1096,12 @@ "@qlik/carbon-core@link:../../../carbon-core": version "0.0.0" - uid "" "@qlik/react-native-carbon@link:../..": - version "0.0.0" - uid "" + version "2.1.9" "@qlik/react-native-helium@link:../../../react-native-helium": version "0.0.0" - uid "" "@qlik/sn-treemap@^1.0.0-alpha.12": version "1.0.0-alpha.12" @@ -6177,10 +6174,10 @@ react-native-reanimated@^2.8.0: setimmediate "^1.0.5" string-hash-64 "^1.0.3" -react-native-safe-area-context@3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz#9549a2ce580f2374edb05e49d661258d1b8bcaed" - integrity sha512-yOwiiPJ1rk+/nfK13eafbpW6sKW0jOnsRem2C1LPJjM3tfTof6hlvV5eWHATye3XOpu2cJ7N+HdkUvUDGwFD2Q== +react-native-safe-area-context@4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.4.1.tgz#239c60b8a9a80eac70a38a822b04c0f1d15ffc01" + integrity sha512-N9XTjiuD73ZpVlejHrUWIFZc+6Z14co1K/p1IFMkImU7+avD69F3y+lhkqA2hN/+vljdZrBSiOwXPkuo43nFQA== react-native-uuid@^2.0.1: version "2.0.1" diff --git a/package.json b/package.json index 73cd0aab1..ae448f26a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "react-native-gesture-handler": "^2.4.2", "react-native-paper": "^4.12.1", "react-native-reanimated": "^2.8.0", - "react-native-safe-area-context": "3.3.2", + "react-native-safe-area-context": "4.4.1", "react-native-uuid": "2.0.1" } }