Skip to content

Commit

Permalink
fix(deps): update dependency @txo/redux to ^4.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 5, 2023
1 parent 55540d3 commit 9129926
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@txo/redux": "^4.0.29",
"@txo/redux": "^4.0.30",
"immutability-helper": "^3.1.1"
},
"peerDependencies": {
Expand Down
20 changes: 9 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1541,14 +1541,14 @@
resolved "https://registry.yarnpkg.com/@txo/log/-/log-2.0.14.tgz#27be76d85d724c2391228658b43018fa7a1b8f78"
integrity sha512-ptJYpsGPkJFw2FUmpTstU1gaEea1uVXB/0r5jC1AkvoNe/ozeCos91FnIjxp0eFzu7SgV9OnbAH7hCcGxhVcgQ==

"@txo/redux@^4.0.29":
version "4.0.29"
resolved "https://registry.yarnpkg.com/@txo/redux/-/redux-4.0.29.tgz#3093a1ccab87fbacde893299c3ac3cf5a791f81a"
integrity sha512-+pE7wNN+VQS+VBJiAhDlkq6M7IHVrsnNWyMWEHUqu9+LRwPPCR5b7RhPWWHNE7SUZZQ4iEtRqI0gp3zmPnoHaw==
"@txo/redux@^4.0.30":
version "4.0.30"
resolved "https://registry.yarnpkg.com/@txo/redux/-/redux-4.0.30.tgz#22f4a6f9dff7f67e4f69dacb2dde1c7c9e7605a8"
integrity sha512-cpdLYjCzfgqaMW5910eFeDy05vHdm+HejX/Ck8v5Tfz/CWwtAql/7PQ4g0vao9m45X/5mD40JfcK1KecqbS5uA==
dependencies:
"@txo/functional" "^4.6.17"
constant-case "^3.0.4"
redux "^4.2.1"
redux "^5.0.0"

"@txo/semantic-release@^1.0.4":
version "1.0.4"
Expand Down Expand Up @@ -7393,12 +7393,10 @@ redux@^4.0.4:
dependencies:
"@babel/runtime" "^7.9.2"

redux@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197"
integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==
dependencies:
"@babel/runtime" "^7.9.2"
redux@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/redux/-/redux-5.0.0.tgz#29572e29a439e094ff8fec46883fc45053f6736d"
integrity sha512-blLIYmYetpZMET6Q6uCY7Jtl/Im5OBldy+vNPauA8vvsdqyt66oep4EUpAMWNHauTC6xa9JuRPhRB72rY82QGA==

reflect.getprototypeof@^1.0.4:
version "1.0.4"
Expand Down

0 comments on commit 9129926

Please sign in to comment.