Skip to content

Commit bb3a587

Browse files
chore(deps): update redux
1 parent 3184647 commit bb3a587

File tree

24 files changed

+165
-141
lines changed

24 files changed

+165
-141
lines changed

extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@redux-devtools/slider-monitor": "^5.0.1",
3232
"@redux-devtools/ui": "^1.3.2",
3333
"@redux-devtools/utils": "^3.0.0",
34-
"@reduxjs/toolkit": "^1.9.7",
34+
"@reduxjs/toolkit": "^2.2.6",
3535
"@types/jsan": "^3.1.5",
3636
"jsan": "^3.1.14",
3737
"localforage": "^1.10.0",
@@ -41,8 +41,8 @@
4141
"react-icons": "^5.2.1",
4242
"react-is": "^18.3.1",
4343
"react-json-tree": "^0.19.0",
44-
"react-redux": "^8.1.3",
45-
"redux": "^4.2.1",
44+
"react-redux": "^9.1.2",
45+
"redux": "^5.0.1",
4646
"redux-persist": "^6.0.0",
4747
"styled-components": "^5.3.11"
4848
},

packages/redux-devtools-app-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"jest-environment-jsdom": "^29.7.0",
8686
"react": "^18.3.1",
8787
"react-dom": "^18.3.1",
88-
"react-redux": "^8.1.3",
89-
"redux": "^4.2.1",
88+
"react-redux": "^9.1.2",
89+
"redux": "^5.0.1",
9090
"redux-persist": "^6.0.0",
9191
"rimraf": "^6.0.1",
9292
"styled-components": "^5.3.11",

packages/redux-devtools-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"localforage": "^1.10.0",
4545
"jsan": "^3.1.14",
4646
"lodash": "^4.17.21",
47-
"react-redux": "^8.1.3",
48-
"redux": "^4.2.1",
47+
"react-redux": "^9.1.2",
48+
"redux": "^5.0.1",
4949
"redux-persist": "^6.0.0",
5050
"socketcluster-client": "^19.2.1"
5151
},

packages/redux-devtools-chart-monitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-plugin-react": "^7.34.4",
6262
"eslint-plugin-react-hooks": "^4.6.2",
6363
"react": "^18.3.1",
64-
"redux": "^4.2.1",
64+
"redux": "^5.0.1",
6565
"rimraf": "^6.0.1",
6666
"typescript": "~5.5.3"
6767
},

packages/redux-devtools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@apollo/server": "^4.10.4",
4545
"@emotion/react": "^11.11.4",
4646
"@redux-devtools/app": "^6.0.0",
47-
"@reduxjs/toolkit": "^1.9.7",
47+
"@reduxjs/toolkit": "^2.2.6",
4848
"@types/react": "^18.3.3",
4949
"body-parser": "^1.20.2",
5050
"chalk": "^5.3.0",

packages/redux-devtools-dock-monitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-react": "^7.34.4",
6464
"eslint-plugin-react-hooks": "^4.6.2",
6565
"react": "^18.3.1",
66-
"redux": "^4.2.1",
66+
"redux": "^5.0.1",
6767
"rimraf": "^6.0.1",
6868
"typescript": "~5.5.3"
6969
},

packages/redux-devtools-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@typescript-eslint/parser": "^7.16.1",
4444
"eslint": "^8.57.0",
4545
"eslint-config-prettier": "^9.1.0",
46-
"redux": "^4.2.1",
46+
"redux": "^5.0.1",
4747
"rimraf": "^6.0.1",
4848
"typescript": "~5.5.3"
4949
},

packages/redux-devtools-inspector-monitor-test-tab/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
2323
"react-is": "^18.3.1",
24-
"react-redux": "^8.1.3",
24+
"react-redux": "^9.1.2",
2525
"react-router-dom": "^6.25.0",
26-
"redux": "^4.2.1",
26+
"redux": "^5.0.1",
2727
"redux-logger": "^3.0.6",
2828
"styled-components": "^5.3.11"
2929
},

packages/redux-devtools-inspector-monitor-test-tab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"jest-environment-jsdom": "^29.7.0",
8282
"react": "^18.3.1",
8383
"react-dom": "^18.3.1",
84-
"redux": "^4.2.1",
84+
"redux": "^5.0.1",
8585
"rimraf": "^6.0.1",
8686
"ts-jest": "^29.2.2",
8787
"typescript": "~5.5.3"

packages/redux-devtools-inspector-monitor-trace-tab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"react": "^18.3.1",
7171
"react-dom": "^18.3.1",
7272
"react-test-renderer": "^18.3.1",
73-
"redux": "^4.2.1",
73+
"redux": "^5.0.1",
7474
"rimraf": "^6.0.1",
7575
"ts-jest": "^29.2.2",
7676
"typescript": "~5.5.3"

0 commit comments

Comments
 (0)