Skip to content

Commit

Permalink
Update react-redux version to depend on react 17
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbarbin committed Feb 14, 2024
1 parent 4688588 commit dfc8d03
Show file tree
Hide file tree
Showing 2 changed files with 5,788 additions and 6,861 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react-popopo": "^2.1.9",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"react-redux": "^7.2.3",
"redux": "^5.0.1",
"redux-actions": "^2.6.1",
"redux-logger": "^3.0.6",
"trello-smooth-dnd": "1.0.0",
Expand Down Expand Up @@ -90,10 +90,10 @@
"jest-styled-components": "^6.3.3",
"prettier": "1.14.3",
"pretty-quick": "^1.7.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^10.11.0",
"react-test-renderer": "^16.8.6",
"react-test-renderer": "^17.0.2",
"semantic-release": "^17.2.3",
"size-limit": "^1.3.7",
"styled-components": "4.0.3"
Expand All @@ -102,8 +102,8 @@
"lodash": ">= 4.17.11",
"react": "*",
"react-dom": "*",
"react-redux": ">= 5.0.7",
"redux": ">= 4.0.0",
"react-redux": ">= 7.2.3",
"redux": "^5.0.1",
"redux-actions": ">= 2.6.1",
"redux-logger": ">= 3.0.6",
"styled-components": ">= 4.0.3"
Expand Down
Loading

0 comments on commit dfc8d03

Please sign in to comment.