diff --git a/Examples/simple-fcm-client/package.json b/Examples/simple-fcm-client/package.json index 54d46eb71a1b4b7d23c94276729584eb50510fb3..4a4096efc99d376dbd3c47cd37859d22a6c2a8eb 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.3.0" + "react-native-fcm": "^9.4.0" }, "jest": { "preset": "jest-react-native" diff --git a/Examples/simple-fcm-client/yarn.lock b/Examples/simple-fcm-client/yarn.lock index 496a1a1fc96b9c8309434c8654c4aedf0ffdd25d..988c4b49103676733f3b1f3a0a90a97d22297ee9 100644 --- a/Examples/simple-fcm-client/yarn.lock +++ b/Examples/simple-fcm-client/yarn.lock @@ -3635,9 +3635,11 @@ react-devtools-core@2.3.1: shell-quote "^1.6.1" ws "^2.0.3" -react-native-fcm@^9.1.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-9.1.0.tgz#c772c2a26c1fd81c255469ce1539d44a3a1ecf52" +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@^0.47.2: version "0.47.2"