From f2e14a5c2fb705ff9c7e515177cf5d728e80d43f Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Thu, 13 Sep 2018 14:12:41 -0400 Subject: [PATCH] update package --- Examples/simple-fcm-client/package.json | 2 +- Examples/simple-fcm-client/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/simple-fcm-client/package.json b/Examples/simple-fcm-client/package.json index 3fb2a0d1..de7fb6c5 100644 --- a/Examples/simple-fcm-client/package.json +++ b/Examples/simple-fcm-client/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "16.0.0-alpha.12", "react-native": "^0.55.4", - "react-native-fcm": "^15.0.1", + "react-native-fcm": "^16.2.3", "react-native-maps": "^0.20.1", "react-navigation": "^1.2.1" }, diff --git a/Examples/simple-fcm-client/yarn.lock b/Examples/simple-fcm-client/yarn.lock index 35e71c47..d22c002f 100644 --- a/Examples/simple-fcm-client/yarn.lock +++ b/Examples/simple-fcm-client/yarn.lock @@ -4209,9 +4209,9 @@ react-native-drawer-layout@1.3.2: dependencies: react-native-dismiss-keyboard "1.0.0" -react-native-fcm@^15.0.1: - version "15.0.1" - resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-15.0.1.tgz#9083403eb0efc45cfc8e7230d849cd4db7174e10" +react-native-fcm@^16.2.3: + version "16.2.3" + resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-16.2.3.tgz#f55822b8987007221c691f8603b868e67a99ff10" react-native-maps@^0.20.1: version "0.20.1"