From c83e8cc74caf2e7b734e336592f4e68d2420b743 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 27 Sep 2017 00:02:59 -0400 Subject: [PATCH] update package --- Examples/simple-fcm-client/package.json | 2 +- Examples/simple-fcm-client/yarn.lock | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Examples/simple-fcm-client/package.json b/Examples/simple-fcm-client/package.json index 4a4096e..24b210a 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.47.2", - "react-native-fcm": "^9.4.0" + "react-native-fcm": "^9.6.0" }, "jest": { "preset": "jest-react-native" diff --git a/Examples/simple-fcm-client/yarn.lock b/Examples/simple-fcm-client/yarn.lock index 988c4b4..4e91fbb 100644 --- a/Examples/simple-fcm-client/yarn.lock +++ b/Examples/simple-fcm-client/yarn.lock @@ -3635,11 +3635,9 @@ react-devtools-core@2.3.1: shell-quote "^1.6.1" ws "^2.0.3" -react-native-fcm@^9.3.0, react-native-fcm@^9.4.0: - version "9.4.0" - resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-9.4.0.tgz#a9736413d7e8a15896d30299cd14eeb5f3903b83" - dependencies: - react-native-fcm "^9.3.0" +react-native-fcm@^9.6.0: + version "9.6.0" + resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-9.6.0.tgz#3aced1ce84d20d21c18e7e04c0471521c815ee9e" react-native@^0.47.2: version "0.47.2" -- 2.26.2