From d8c77855b1302887aa95f3d25bac76f992bea183 Mon Sep 17 00:00:00 2001 From: Avinash Lingaloo Date: Fri, 22 Jul 2022 11:02:00 +0400 Subject: [PATCH] [Gekidou] Fix rounding numbers with different locale (#6499) * update reference to bring in the fix * Revert "update reference to bring in the fix" This reverts commit abd464b805c06f1c9097e4540842e268f82c06d7. * Update package-lock.json --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index da566c1f0..d1a8514bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4119,7 +4119,7 @@ }, "node_modules/@mattermost/react-native-network-client": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/mattermost/react-native-network-client.git#dd7a5b76e5b75dd42f413e646777446710b420b9", + "resolved": "git+ssh://git@github.com/mattermost/react-native-network-client.git#c32749d6eb52ab577fa388ba4c7a0dfcacc6e9ff", "license": "MIT", "dependencies": { "validator": "13.7.0", @@ -28792,7 +28792,7 @@ "requires": {} }, "@mattermost/react-native-network-client": { - "version": "git+ssh://git@github.com/mattermost/react-native-network-client.git#dd7a5b76e5b75dd42f413e646777446710b420b9", + "version": "git+ssh://git@github.com/mattermost/react-native-network-client.git#c32749d6eb52ab577fa388ba4c7a0dfcacc6e9ff", "from": "@mattermost/react-native-network-client@github:mattermost/react-native-network-client", "requires": { "validator": "13.7.0",