diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-05-14 17:03:02 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-05-14 17:03:02 -0400 |
| commit | 45278d3303ae673e7bcfee40f172f820ca06ba65 (patch) | |
| tree | 0831224debc282b7e45068fcb74f7786478d270a /package.json | |
| parent | 183ce2b263e7282f42d204ebd59676b8e28352ec (diff) | |
added patch-package, added patch to fix inapp browser, updated lock files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index 16932be4..ea8c946a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "start": "react-native start", "test": "jest", "type": "tsc", - "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix" + "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix", + "postinstall": "patch-package" }, "dependencies": { "@react-native-community/async-storage": "^1.12.1", @@ -26,6 +27,8 @@ "@stream-io/flat-list-mvcp": "^0.10.1", "@types/react-native-vector-icons": "^6.4.5", "moment": "^2.29.1", + "patch-package": "^6.4.7", + "postinstall-postinstall": "^2.1.0", "react": "16.13.1", "react-moment": "^1.0.0", "react-native": "0.63.3", @@ -43,7 +46,7 @@ "react-native-hyperlink": "^0.0.19", "react-native-image-crop-picker": "^0.36.0", "react-native-image-resizer": "^1.4.4", - "react-native-inappbrowser-reborn": "^3.4.0", + "react-native-inappbrowser-reborn": "^3.5.0", "react-native-linear-gradient": "^2.5.6", "react-native-picker-select": "^7.0.0", "react-native-push-notifications": "^3.0.10", |
