Skip to content

Commit

Permalink
chore(deps): update dependency react-redux to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 8, 2022
1 parent 3b36826 commit fcfe070
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Expand Up @@ -46,7 +46,7 @@
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"react-json-tree": "^0.16.2",
"react-redux": "^7.2.8",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-app/package.json
Expand Up @@ -61,7 +61,7 @@
"prop-types": "^15.8.1",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"react-redux": "^7.2.8",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"socketcluster-client": "^14.3.2"
Expand Down
Expand Up @@ -22,7 +22,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-redux": "^7.2.8",
"react-redux": "^8.0.1",
"react-router": "^5.3.1",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
Expand Down
Expand Up @@ -21,7 +21,7 @@
"react": "^17.0.2",
"react-bootstrap": "^2.3.1",
"react-dom": "^17.0.2",
"react-redux": "^7.2.8",
"react-redux": "^8.0.1",
"react-router": "^5.3.1",
"redux": "^4.2.0",
"redux-logger": "^3.0.6"
Expand Down
Expand Up @@ -25,7 +25,7 @@
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"react-redux": "^7.2.8",
"react-redux": "^8.0.1",
"react-router-dom": "^5.3.1",
"styled-components": "^5.3.5"
},
Expand Down
Expand Up @@ -24,7 +24,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-redux": "^7.2.8",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"styled-components": "^5.3.5",
"todomvc-app-css": "^2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools/examples/counter/package.json
Expand Up @@ -25,7 +25,7 @@
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.8",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools/examples/todomvc/package.json
Expand Up @@ -38,7 +38,7 @@
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.8",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"todomvc-app-css": "^2.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools/package.json
Expand Up @@ -70,7 +70,7 @@
"jest": "^27.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.8",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
Expand Down

0 comments on commit fcfe070

Please sign in to comment.