Skip to content

Commit

Permalink
Support RTK v2 and Redux v5 (#40)
Browse files Browse the repository at this point in the history
* Support RTK v2 and Redux v5
* Bump major version and drop support for react-redux@7
  • Loading branch information
josiasds authored Mar 28, 2024
1 parent e4cd083 commit 68e34ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpadlab/lp-subsection-generator",
"version": "8.0.2",
"version": "9.0.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -29,11 +29,11 @@
"eslint": "^7.32.0"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@reduxjs/toolkit": "^2.2.1",
"react": ">= 16",
"react-redux": "^7.2.8 || ^8.0.0",
"react-redux": "^8.0.0 || ^9.1.0",
"react-router-dom": "^4.0.0 || ^5.0.0",
"redux": "^4.1.2"
"redux": "^5.0.1"
},
"optionalDependencies": {
"@ionic/react": ">= 5"
Expand Down

0 comments on commit 68e34ce

Please sign in to comment.