diff --git a/packages/plugins/plugin-device-token/package.json b/packages/plugins/plugin-device-token/package.json index 5dd50103..442062b3 100644 --- a/packages/plugins/plugin-device-token/package.json +++ b/packages/plugins/plugin-device-token/package.json @@ -45,10 +45,12 @@ }, "homepage": "https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-firebase#readme", "peerDependencies": { - "@react-native-firebase/app": "17.x", + "@react-native-firebase/app": "^17.3.2", + "@react-native-firebase/messaging": "^17.3.2", "@segment/analytics-react-native": "*" }, "devDependencies": { + "@react-native-firebase/app": "^17.3.2", "@react-native-firebase/messaging": "^17.3.2", "@react-native-firebase/app": "^17.3.2", "@semantic-release/changelog": "^6.0.1", diff --git a/yarn.lock b/yarn.lock index e217de55..761b50cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2435,9 +2435,9 @@ integrity sha512-xjgH5QFmVDHpaxxndhGMXhMFBizNg9Rkr5ukeWIMeR/K6Shi/xGVoomjn/PmgoCZWIjX3EJkokXSxsntMlh+Vg== "@react-native-firebase/app@^17.3.2": - version "17.3.2" - resolved "https://registry.yarnpkg.com/@react-native-firebase/app/-/app-17.3.2.tgz#c39dd34f5389ff65845c5d67313bbf2371275a8f" - integrity sha512-JPA9PuD3il2/FERnsW5bC/PbXdcBcVMtk4V0vL8YgLh+jQg+E3qQTQmeWn9eOWTYJb6BYOiiNHTdTglvqoo5Cg== + version "17.4.0" + resolved "https://registry.yarnpkg.com/@react-native-firebase/app/-/app-17.4.0.tgz#44aa5d02bb3ddc8f21c99341775f422af6b3d0b5" + integrity sha512-nd2H5j0lmMTpmny6gEeeUl5AEe6DUUWuYgzAbyjHI7jFJU5rjpNGh9mpciredKnijCfE2382M3ZboPcYUL77ow== dependencies: "@expo/config-plugins" "^5.0.4" opencollective-postinstall "^2.0.1"