Skip to content

Commit 5982b02

Browse files
committed
feat: upgraded browser reborn dep
1 parent 27b3a41 commit 5982b02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "16.11.0",
1313
"react-native": "0.62.2",
14-
"react-native-inappbrowser-reborn": "^3.4.0"
14+
"react-native-inappbrowser-reborn": "^3.6.2"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.9.6",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-keycloak/native",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"license": "MIT",
55
"description": "React Native component for Keycloak javascript adapter",
66
"repository": "https://github.com/react-keycloak/react-native-keycloak",
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@react-keycloak/core": "^3.2.0",
5252
"@react-keycloak/keycloak-ts": "^0.2.1",
53-
"react-native-inappbrowser-reborn": "^3.5.1"
53+
"react-native-inappbrowser-reborn": "^3.6.2"
5454
},
5555
"peerDependencies": {
5656
"react": "*",

0 commit comments

Comments
 (0)