fix ios network requests (#7539)
This commit is contained in:
parent
3b1a198cf6
commit
9be3dc84e5
3 changed files with 10 additions and 10 deletions
|
|
@ -380,7 +380,7 @@ PODS:
|
|||
- React-Core
|
||||
- react-native-netinfo (9.4.1):
|
||||
- React-Core
|
||||
- react-native-network-client (1.4.0):
|
||||
- react-native-network-client (1.4.1):
|
||||
- Alamofire (~> 5.6.4)
|
||||
- React-Core
|
||||
- Starscream (~> 4.0.4)
|
||||
|
|
@ -953,7 +953,7 @@ SPEC CHECKSUMS:
|
|||
react-native-image-picker: 5fcac5a5ffcb3737837f0617d43fd767249290de
|
||||
react-native-in-app-review: db8bb167a5f238e7ceca5c242d6b36ce8c4404a4
|
||||
react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5
|
||||
react-native-network-client: 38affc5ccc242b6c825171b8f451bfb84468affd
|
||||
react-native-network-client: 953ab4d0914fdde6dc40924b5faad8631a587d4e
|
||||
react-native-notifications: d309f7080aad71206882dbb98d9ed788969f3b6d
|
||||
react-native-paste-input: 09f14cbfb646ad9d2ef79cdc6f3d45f337c10ad1
|
||||
react-native-safe-area-context: 9697629f7b2cda43cf52169bb7e0767d330648c2
|
||||
|
|
|
|||
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -20,7 +20,7 @@
|
|||
"@mattermost/calls": "github:mattermost/calls-common#v0.17.0",
|
||||
"@mattermost/compass-icons": "0.1.37",
|
||||
"@mattermost/react-native-emm": "1.3.5",
|
||||
"@mattermost/react-native-network-client": "1.4.0",
|
||||
"@mattermost/react-native-network-client": "1.4.1",
|
||||
"@mattermost/react-native-paste-input": "0.6.4",
|
||||
"@mattermost/react-native-turbo-log": "0.2.3",
|
||||
"@msgpack/msgpack": "2.8.0",
|
||||
|
|
@ -3450,9 +3450,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@mattermost/react-native-network-client": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.4.0.tgz",
|
||||
"integrity": "sha512-PY0Q85l8hQf4KiB54KVQG+LphZsq+oaRjZFpG3u+S43iPvsIf7L8Cz+p8lFlR4Fz/C8bmWxFBX9Y4ZJ6RimVvw==",
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.4.1.tgz",
|
||||
"integrity": "sha512-3fmAQJxlgnQrMBjiY+BhNiKeaff+dXUv+DF2dkZK27/67p1hUR7vrjABwapqPixRpjBNZLrGa2rPcCnsVyChXA==",
|
||||
"dependencies": {
|
||||
"validator": "13.9.0",
|
||||
"zod": "3.21.4"
|
||||
|
|
@ -25426,9 +25426,9 @@
|
|||
"requires": {}
|
||||
},
|
||||
"@mattermost/react-native-network-client": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.4.0.tgz",
|
||||
"integrity": "sha512-PY0Q85l8hQf4KiB54KVQG+LphZsq+oaRjZFpG3u+S43iPvsIf7L8Cz+p8lFlR4Fz/C8bmWxFBX9Y4ZJ6RimVvw==",
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@mattermost/react-native-network-client/-/react-native-network-client-1.4.1.tgz",
|
||||
"integrity": "sha512-3fmAQJxlgnQrMBjiY+BhNiKeaff+dXUv+DF2dkZK27/67p1hUR7vrjABwapqPixRpjBNZLrGa2rPcCnsVyChXA==",
|
||||
"requires": {
|
||||
"validator": "13.9.0",
|
||||
"zod": "3.21.4"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"@mattermost/calls": "github:mattermost/calls-common#v0.17.0",
|
||||
"@mattermost/compass-icons": "0.1.37",
|
||||
"@mattermost/react-native-emm": "1.3.5",
|
||||
"@mattermost/react-native-network-client": "1.4.0",
|
||||
"@mattermost/react-native-network-client": "1.4.1",
|
||||
"@mattermost/react-native-paste-input": "0.6.4",
|
||||
"@mattermost/react-native-turbo-log": "0.2.3",
|
||||
"@msgpack/msgpack": "2.8.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue