diff --git a/sample/package-lock.json b/sample/package-lock.json index 03ee56f..dcb582c 100644 --- a/sample/package-lock.json +++ b/sample/package-lock.json @@ -16,6 +16,7 @@ "mobx-react": "^7.3.0", "react": "18.2.0", "react-native": "^0.71.0", + "react-native-emarsys-wrapper": "github:emartech/react-native-emarsys-sdk", "react-native-reanimated": "^2.8.0", "react-native-safe-area-context": "^4.1.2", "react-native-screens": "^3.13.1", @@ -11708,9 +11709,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", @@ -12547,6 +12548,16 @@ "nullthrows": "^1.1.1" } }, + "node_modules/react-native-emarsys-wrapper": { + "version": "1.22.0", + "resolved": "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#a6ef5e2585cd9629afebb67e47427397c00ebb12", + "hasInstallScript": true, + "license": "MIT", + "peerDependencies": { + "react": ">=17.0.2", + "react-native": ">=0.67.3" + } + }, "node_modules/react-native-gradle-plugin": { "version": "0.71.19", "resolved": "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.19.tgz",