Skip to content

Commit

Permalink
[FSSDK-10316] JS version bump up for react native polyfill support (#266
Browse files Browse the repository at this point in the history
)

* [FSSDK-10316] JS version bump up for react native polyfill support

* Update README.md

Co-authored-by: Mike Chu <[email protected]>

---------

Co-authored-by: Mike Chu <[email protected]>
  • Loading branch information
junaed-optimizely and mikechu-optimizely authored Jul 1, 2024
1 parent d43cabd commit 299fbc7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 299fbc7

Please sign in to comment.