Skip to content

Commit

Permalink
Update redux-thunk peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Mar 26, 2024
1 parent 1e39855 commit 7b2c826
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1.10.1 (March 27, 2023)
- Updated the build process and added the `tslib` package as an explicit dependency to import TypeScript helpers, thereby avoiding duplicated helper code in the output files.
- Updated @splitsoftware/splitio package to version 10.25.2, which includes vulnerability fixes and other improvements.
- Updated the build process and added the `tslib` package as an explicit dependency to import TypeScript helpers, thereby avoiding duplicated helper code in the output files.
- Updated @splitsoftware/splitio package to version 10.25.2, which includes vulnerability fixes and other improvements.
- Updated Redux-Thunk peer dependency range to include redux-thunk@3.x.x.

1.10.0 (December 18, 2023)
- Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-redux",
"version": "1.10.1",
"version": "1.10.1-rc.1",
"description": "A library to easily use Split JS SDK with Redux and React Redux",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -93,7 +93,7 @@
"peerDependencies": {
"react-redux": ">=4.0.0",
"redux": ">=2.0.0",
"redux-thunk": "^2.0.0"
"redux-thunk": ">=2.0.0"
},
"peerDependenciesMeta": {
"react-redux": {
Expand Down

0 comments on commit 7b2c826

Please sign in to comment.