Skip to content

Commit

Permalink
Update redux dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2023
1 parent 0e629f5 commit 055f156
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -105,9 +105,9 @@
"@types/lodash": "4.14.199",
"@types/react": "17.0.66",
"@types/react-dom": "18.2.8",
"@types/react-redux": "7.1.26",
"@types/react-redux": "7.1.27",
"@types/react-test-renderer": "18.0.3",
"@types/redux-state-sync": "3.1.5",
"@types/redux-state-sync": "3.1.6",
"@types/styled-components": "5.1.28",
"@types/testing-library__jest-dom": "5.14.9",
"@types/valid-url": "1.0.5",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -3718,10 +3718,10 @@
dependencies:
"@types/react" "*"

"@types/react-redux@7.1.26":
version "7.1.26"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.26.tgz#84149f5614e40274bb70fcbe8f7cae6267d548b1"
integrity sha512-UKPo7Cm7rswYU6PH6CmTNCRv5NYF3HrgKuHEYTK8g/3czYLrUux50gQ2pkxc9c7ZpQZi+PNhgmI8oNIRoiVIxg==
"@types/react-redux@7.1.27":
version "7.1.27"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.27.tgz#1afb31f7354bf787e162c10ff3fa19bafa9e6b57"
integrity sha512-xj7d9z32p1K/eBmO+OEy+qfaWXtcPlN8f1Xk3Ne0p/ZRQ867RI5bQ/bpBtxbqU1AHNhKJSgGvld/P2myU2uYkg==
dependencies:
"@types/hoist-non-react-statics" "^3.3.0"
"@types/react" "*"
Expand Down Expand Up @@ -3763,10 +3763,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/redux-state-sync@3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@types/redux-state-sync/-/redux-state-sync-3.1.5.tgz#e2a6da46a6d6606f7bb3b5837215299d42554248"
integrity sha512-NtcV94bmZNFMmcjgYzjK9WHN/0NVHyH4OO/a4sAd4WG1ywcVZA5vdczjPQZLC1IVMRBi693b3FWsWB7wELL+tg==
"@types/redux-state-sync@3.1.6":
version "3.1.6"
resolved "https://registry.yarnpkg.com/@types/redux-state-sync/-/redux-state-sync-3.1.6.tgz#ec75a42b1fce4a531ec683ba53f09bc609c04b7f"
integrity sha512-vYd8fb3tZOtZimz1irsF8t1gaEKywhGjujG/I9KTnGdViWZRWG7GyJ6spULKXG1YpxCxrnLGYREaNyOMgAjZzw==
dependencies:
broadcast-channel "^2.1.8"
redux "^4.0.1"
Expand Down

0 comments on commit 055f156

Please sign in to comment.