Skip to content

Commit 2a42f18

Browse files
[no-test]: Bump redux and redux-thunk
Bumps [redux](https://github.com/reduxjs/redux) and [redux-thunk](https://github.com/reduxjs/redux-thunk). These dependencies needed to be updated together. Updates `redux` from 4.2.1 to 5.0.0 - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](reduxjs/redux@v4.2.1...v5.0.0) Updates `redux-thunk` from 2.4.2 to 3.1.0 - [Release notes](https://github.com/reduxjs/redux-thunk/releases) - [Commits](reduxjs/redux-thunk@v2.4.2...v3.1.0) --- updated-dependencies: - dependency-name: redux dependency-type: direct:production update-type: version-update:semver-major - dependency-name: redux-thunk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29d4565 commit 2a42f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"prop-types": "15.8.1",
5757
"react": "18.2.0",
5858
"react-dom": "18.2.0",
59-
"redux": "4.2.1",
60-
"redux-thunk": "2.4.2",
59+
"redux": "5.0.0",
60+
"redux-thunk": "3.1.0",
6161
"throttle-debounce": "5.0.0",
6262
"xterm": "5.1.0",
6363
"xterm-addon-canvas": "0.4.0"

0 commit comments

Comments
 (0)