[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
This commit is contained in:
parent
c460c485a7
commit
d8c77855b1
1 changed files with 2 additions and 2 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue