aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-19 17:37:03 -0400
committerIvan Chen <ivan@tagg.id>2021-05-19 17:37:03 -0400
commit2531a2b672bb60e871d419453ae8558f0869bce3 (patch)
treeb23f79f6378384cffff9e032d12066014e9dafff /package.json
parent1a4113ee3e47be229e28fc5a935ada174781b00b (diff)
parentcddcfef3c32e08aedef1e4908bd477e45bef1974 (diff)
Merge branch 'master' into tma858-remind-users
# Conflicts: # src/components/friends/InviteFriendTile.tsx
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
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",