Skip to content

Commit

Permalink
chore(deps): update dependency react-native-safe-area-context to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2023
1 parent cfa79f7 commit c583c4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/Galaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.1.0"
},
Expand Down
13 changes: 5 additions & 8 deletions example/Galaxy/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.14"

"@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"
Expand Down Expand Up @@ -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.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz#9208313236e8f49e1920ac1e2a2c975f03aed284"
integrity sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ==

react-native-uuid@^2.0.1:
version "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0",
"react-native-uuid": "2.0.1"
}
}

0 comments on commit c583c4b

Please sign in to comment.