Skip to content

Commit 2e4fdbd

Browse files
dependabot[bot]michaelmior
authored andcommitted
Bump redux from 4.1.2 to 4.2.0
Bumps [redux](https://github.com/reduxjs/redux) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](reduxjs/redux@v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: redux dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b4a343 commit 2e4fdbd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-simple-tree-menu": "^1.1.18",
3232
"react-split-pane": "^0.1.92",
3333
"react-table": "^6.11.5",
34-
"redux": "^4.1.2",
34+
"redux": "^4.2.0",
3535
"redux-thunk": "^2.4.1",
3636
"typescript": "*",
3737
"uuid": "^8.3.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14758,10 +14758,10 @@ redux-thunk@^2.4.1:
1475814758
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.1.tgz#0dd8042cf47868f4b29699941de03c9301a75714"
1475914759
integrity sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==
1476014760

14761-
redux@^4.0.0, redux@^4.1.2:
14762-
version "4.1.2"
14763-
resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.2.tgz#140f35426d99bb4729af760afcf79eaaac407104"
14764-
integrity sha512-SH8PglcebESbd/shgf6mii6EIoRM0zrQyjcuQ+ojmfxjTtE0z9Y8pa62iA/OJ58qjP6j27uyW4kUF4jl/jd6sw==
14761+
redux@^4.0.0, redux@^4.2.0:
14762+
version "4.2.0"
14763+
resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.0.tgz#46f10d6e29b6666df758780437651eeb2b969f13"
14764+
integrity sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==
1476514765
dependencies:
1476614766
"@babel/runtime" "^7.9.2"
1476714767

0 commit comments

Comments
 (0)