From b65f678429ba744322880e232b00f80fb040f176 Mon Sep 17 00:00:00 2001 From: Igor Mandrigin Date: Wed, 12 Dec 2018 11:02:10 +0100 Subject: [PATCH] Upgrade realm to 2.21.0 Signed-off-by: Igor Mandrigin --- mobile_files/package.json.orig | 2 +- mobile_files/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mobile_files/package.json.orig b/mobile_files/package.json.orig index e6fec6ad47..87f19fb5fb 100644 --- a/mobile_files/package.json.orig +++ b/mobile_files/package.json.orig @@ -61,7 +61,7 @@ "react-native-udp": "https://github.com/status-im/react-native-udp.git#2.3.1-1", "react-native-webview-bridge": "git+https://github.com/status-im/react-native-webview-bridge.git#0.33.16-3", "react-navigation": "^2.12.1", - "realm": "2.20.1", + "realm": "2.21.0", "rn-snoopy": "https://github.com/status-im/rn-snoopy.git", "string_decoder": "0.10.31", "text-encoding": "^0.6.4", diff --git a/mobile_files/yarn.lock b/mobile_files/yarn.lock index ee52fafcaa..aedff392ac 100644 --- a/mobile_files/yarn.lock +++ b/mobile_files/yarn.lock @@ -6246,10 +6246,10 @@ readable-stream@~1.0.26, readable-stream@~1.0.26-4: isarray "0.0.1" string_decoder "~0.10.x" -realm@2.20.1: - version "2.20.1" - resolved "https://registry.yarnpkg.com/realm/-/realm-2.20.1.tgz#3a36d2df13ac53a8de5b75c5d6fd7bedd575d267" - integrity sha512-0puUpkzD8HYeDcq7SLxrX44F9q011aC0MbYAWyS8ldg92IbpS170uW9C+GXAqmrf45kocIbM0WBWXt7/SOYH7Q== +realm@2.21.0: + version "2.21.0" + resolved "https://registry.yarnpkg.com/realm/-/realm-2.21.0.tgz#fd70067ffede61e3749ffa4cb32d827585d0b735" + integrity sha512-2XxkVogKOObhwBUcP7NPvyA9kU/HIeopVbAGgKanJWYw5z09J+I+q1CN2gCVR5EC4+H55Ht4loEhjDud5+LEYQ== dependencies: command-line-args "^4.0.6" decompress "^4.2.0"