Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielr18 committed Nov 4, 2023
1 parent 35d99f4 commit 3f7e4ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connected-next-router",
"version": "5.0.0-rc.2",
"version": "5.0.0",
"description": "A Redux binding for Next.js Router",
"author": "Daniel Reinoso <danielreinoso1807@gmail.com> (http://danielr18.github.io)",
"license": "MIT",
Expand Down Expand Up @@ -59,8 +59,8 @@
"peerDependencies": {
"next": ">=10",
"react": "*",
"react-redux": "*",
"redux": "*"
"react-redux": ">=7.1.0",
"redux": ">=3.6.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.12.8",
Expand Down

0 comments on commit 3f7e4ca

Please sign in to comment.