Skip to content

Commit

Permalink
fix(deps): update dependency @txo/redux to ^4.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent e014024 commit a2a317f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 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.31",
"@txo/redux": "^4.0.32",
"redux-saga": "^1.3.0"
},
"peerDependencies": {
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1432,30 +1432,30 @@
resolved "https://registry.yarnpkg.com/@txo/config-manager/-/config-manager-3.2.0.tgz#d6bf817d0b8fa2eece61f79fc99eedf2516d68b1"
integrity sha512-P4t09H/Q6AHoyps0jBy5tSp/HruQteyUeoxr758D2entD+rd8f0XXAdcrCCEIBeihlNAkv4MVj/n8bJulw5CLg==

"@txo/functional@^4.6.17":
version "4.6.17"
resolved "https://registry.yarnpkg.com/@txo/functional/-/functional-4.6.17.tgz#6524b8850e7ff7e593d07b3ffa376910572e90b7"
integrity sha512-n+V7CQseye5rm6UqQfHXCxkyP57Nld/ZSUy8GIb0W4iBKW/hta498uA+ZvWpsrzZfQObjCCDVJQbq4RHRWnSNQ==
"@txo/functional@^4.6.19":
version "4.6.19"
resolved "https://registry.yarnpkg.com/@txo/functional/-/functional-4.6.19.tgz#b51cb2c71307618e086c512108e60ef2b3cc6591"
integrity sha512-SDmY7+VKENWD/E6oHAWMx8eeNZc6GsTg47+sL8cHuB5+eLMzsxPPxatT1+VdEe5mFc3heNaGRBTiZQVPa6FM7w==
dependencies:
"@txo/log" "^2.0.14"
utility-types "^3.10.0"
"@txo/log" "^2.0.16"
utility-types "^3.11.0"

"@txo/log-console@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@txo/log-console/-/log-console-3.0.0.tgz#56506a8c6afea9109301ff96520c43815814022d"
integrity sha512-Dl7dnPMUXRr1JSBysUmzT9/RjMm9FWJdtZ9CXVnh9K4qwpT4fnjDV+GWiHHWAqob47XcE7N98M8rShGmpsukqg==

"@txo/log@^2.0.14":
version "2.0.14"
resolved "https://registry.yarnpkg.com/@txo/log/-/log-2.0.14.tgz#27be76d85d724c2391228658b43018fa7a1b8f78"
integrity sha512-ptJYpsGPkJFw2FUmpTstU1gaEea1uVXB/0r5jC1AkvoNe/ozeCos91FnIjxp0eFzu7SgV9OnbAH7hCcGxhVcgQ==
"@txo/log@^2.0.16":
version "2.0.16"
resolved "https://registry.yarnpkg.com/@txo/log/-/log-2.0.16.tgz#c101052d6e223882e92a1955a9b7a4ab190b154a"
integrity sha512-LfxxzYP0LVO4vF/MJiMLEYVzQjrX0Z/+MsFiwB55z66iW9/5V4Uh7V16BLDhH3O/5VYAjh+AqmiPueryFQP8eg==

"@txo/redux@^4.0.31":
version "4.0.31"
resolved "https://registry.yarnpkg.com/@txo/redux/-/redux-4.0.31.tgz#06789ddeb92ad7e678ca59f8d058ddde9fb1b04e"
integrity sha512-Hgsi2DWOZol3JJT9E1Ra+/x4qtcDXd1oq2aOMaMPkf4aidS1+ddtBLBzoSLnA0MpAgoHBim47g9EVE/6fItnuw==
"@txo/redux@^4.0.32":
version "4.0.32"
resolved "https://registry.yarnpkg.com/@txo/redux/-/redux-4.0.32.tgz#b0ccc8a77ba2e81b66ccd218a3f8cc32a8ae6910"
integrity sha512-UJUK6jT/UXGxdVLbfnEKD9r7yMCKNMIUN1AsrOJyZTn69F2GiIhfhnvQUo1cunb3zCF27Y3jTDBWoGFcw4zgug==
dependencies:
"@txo/functional" "^4.6.17"
"@txo/functional" "^4.6.19"
constant-case "^3.0.4"
redux "^5.0.1"

Expand Down Expand Up @@ -8928,10 +8928,10 @@ util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==

utility-types@^3.10.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.10.0.tgz#ea4148f9a741015f05ed74fd615e1d20e6bed82b"
integrity sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==
utility-types@^3.11.0:
version "3.11.0"
resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.11.0.tgz#607c40edb4f258915e901ea7995607fdf319424c"
integrity sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==

v8-to-istanbul@^9.0.1:
version "9.1.0"
Expand Down

0 comments on commit a2a317f

Please sign in to comment.