Skip to content

Commit

Permalink
Merge pull request oasisprotocol#1726 from oasisprotocol/renovate/red…
Browse files Browse the repository at this point in the history
…ux-dependencies

Update redux dependencies
  • Loading branch information
buberdds authored Oct 19, 2023
2 parents a345b3b + a2df8e9 commit fa173f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .changelog/1726.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update redux dependencies
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
"@types/lodash": "4.14.200",
"@types/react": "17.0.66",
"@types/react-dom": "18.2.8",
"@types/react-redux": "7.1.27",
"@types/react-redux": "7.1.28",
"@types/react-test-renderer": "18.0.3",
"@types/redux-state-sync": "3.1.7",
"@types/redux-state-sync": "3.1.8",
"@types/styled-components": "5.1.29",
"@types/testing-library__jest-dom": "5.14.9",
"@types/valid-url": "1.0.5",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3718,10 +3718,10 @@
dependencies:
"@types/react" "*"

"@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==
"@types/react-redux@7.1.28":
version "7.1.28"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.28.tgz#30a44303c7daceb6ede9cfb4aaf72e64f1dde4de"
integrity sha512-EQr7cChVzVUuqbA+J8ArWK1H0hLAHKOs21SIMrskKZ3nHNeE+LFYA+IsoZGhVOT8Ktjn3M20v4rnZKN3fLbypw==
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.7":
version "3.1.7"
resolved "https://registry.yarnpkg.com/@types/redux-state-sync/-/redux-state-sync-3.1.7.tgz#1cc577abb6d18421779a4fbfb4b9f827bf332e9f"
integrity sha512-4DUjIjp264D+N4p7fCEbUV+DkGgzt4qgyPaj2ONGn0ZA2E8xVrRhmW4bnF/ga+G+GoYIN9XtkEUJ5VT9N0lplg==
"@types/redux-state-sync@3.1.8":
version "3.1.8"
resolved "https://registry.yarnpkg.com/@types/redux-state-sync/-/redux-state-sync-3.1.8.tgz#38dc91751b436d3755b7ebbf120bebd6b2ab2fdc"
integrity sha512-7NlDSJgXPXprSsqOQ9OVW74p4U6HolNksYbBQS8oUWgtvkABPXQvhvsQI5LdiIO8tTaSGZFZDVi0ssUop4w2ng==
dependencies:
broadcast-channel "^2.1.8"
redux "^4.0.1"
Expand Down

0 comments on commit fa173f7

Please sign in to comment.