Skip to content

Commit

Permalink
chore(deps): update redux
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 96ac1f2 commit 17b8c05
Show file tree
Hide file tree
Showing 23 changed files with 10,065 additions and 12,878 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"react-icons": "^5.2.1",
"react-is": "^18.3.1",
"react-json-tree": "^0.19.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.11"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"rimraf": "^5.0.7",
"styled-components": "^5.3.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"localforage": "^1.10.0",
"jsan": "^3.1.14",
"lodash": "^4.17.21",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"socketcluster-client": "^19.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-chart-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"react": "^18.3.1",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-dock-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"react": "^18.3.1",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react-redux": "^8.1.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"redux": "^4.2.1",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"styled-components": "^5.3.11"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-inspector-monitor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"react-base16-styling": "^0.10.0",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"redux": "^4.2.1",
"redux": "^5.0.1",
"redux-logger": "^3.0.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-inspector-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"react": "^18.3.1",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
"ts-jest": "^29.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-log-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"react": "^18.3.1",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-rtk-query-monitor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/dock-monitor": "^4.0.0",
"@redux-devtools/rtk-query-monitor": "^5.0.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.2.5",
"framer-motion": "^11.2.10",
"msw": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-is": "^18.3.1",
"react-redux": "^8.1.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"styled-components": "^5.3.11"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-rtk-query-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/react": "^11.11.4",
"@redux-devtools/core": "^4.0.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.2.5",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
Expand All @@ -83,8 +83,8 @@
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"styled-components": "^5.3.11",
"todomvc-app-css": "^2.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-slider-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"react": "^18.3.1",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jsan": "^3.1.14",
"lodash": "^4.17.21",
"nanoid": "^5.0.7",
"redux": "^4.2.1"
"redux": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools/examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@redux-devtools/log-monitor": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2"
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools/examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"classnames": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"todomvc-app-css": "^2.4.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"jest": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
Expand Down
Loading

0 comments on commit 17b8c05

Please sign in to comment.