From 299fbc71ae25febea800c294f33ad0f280d08d21 Mon Sep 17 00:00:00 2001 From: Md Junaed Hossain <169046794+junaed-optimizely@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:12:10 +0600 Subject: [PATCH] [FSSDK-10316] JS version bump up for react native polyfill support (#266) * [FSSDK-10316] JS version bump up for react native polyfill support * Update README.md Co-authored-by: Mike Chu <104384559+mikechu-optimizely@users.noreply.github.com> --------- Co-authored-by: Mike Chu <104384559+mikechu-optimizely@users.noreply.github.com> --- README.md | 3 +++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ed0676..7b7ec29 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feat Refer to the [React SDK's developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-react-sdk) for detailed instructions on getting started with using the SDK. +For React Native, review the [React Native developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-react-native-sdk) for installation and implementation detail. + + ### Features - Automatic datafile downloading diff --git a/package.json b/package.json index 33f1bf6..f3e1988 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "access": "public" }, "dependencies": { - "@optimizely/optimizely-sdk": "^5.3.2", + "@optimizely/optimizely-sdk": "^5.3.4", "hoist-non-react-statics": "^3.3.0", "prop-types": "^15.6.2", "utility-types": "^2.1.0 || ^3.0.0" diff --git a/yarn.lock b/yarn.lock index 107591b..45a75d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -655,10 +655,10 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@optimizely/optimizely-sdk@^5.3.0": - version "5.3.2" - resolved "https://registry.yarnpkg.com/@optimizely/optimizely-sdk/-/optimizely-sdk-5.3.2.tgz#4a4918485c9319b2237f6e32d901c3ff7e998051" - integrity sha512-9d3sRusZfkN+CCq7C7DXp0bKam+dx2cDPPdcBQxLfwtTKFulzf6kGwnz4pVTtjwQ89vbJz10iJNMmD9qtSduPw== +"@optimizely/optimizely-sdk@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@optimizely/optimizely-sdk/-/optimizely-sdk-5.3.4.tgz#3d5cb2848fba1783439b1ff25c74013c78d17364" + integrity sha512-N9BVFBoWY//cgrZu4dnUCXbbvFtx8bJURvsvQurCqdKn0pqAawDbWpm4mDTl8H3W5J4fXC5s+8xlDywiGHCY6Q== dependencies: decompress-response "^4.2.1" json-schema "^0.4.0"