Skip to content

Commit 4af1011

Browse files
fix(deps): update dependency react-redux to v9.0.1 (#5103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cdfc367 commit 4af1011

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react": "18.2.0",
3333
"react-dom": "18.2.0",
3434
"react-intersection-observer": "9.5.3",
35-
"react-redux": "9.0.0",
35+
"react-redux": "9.0.1",
3636
"react-vega": "7.6.0",
3737
"react-virtualized": "9.22.5",
3838
"vega-lite": "5.14.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18831,10 +18831,10 @@ react-lifecycles-compat@^3.0.4:
1883118831
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
1883218832
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
1883318833

18834-
18835-
version "9.0.0"
18836-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-9.0.0.tgz#5d3a71926ddec69a5ae726587abb7a425f01ffd6"
18837-
integrity sha512-/X/wiza+G2IXbz1Ow9Gs5qK7KNdoEnzzsR7ne7jcOWJMBOx9wvraPZwFddCs84xqwilvYaoENHowQMiW0axbsQ==
18834+
18835+
version "9.0.1"
18836+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-9.0.1.tgz#bbdbdd55d5c3b0e996975269b7d6101b80487139"
18837+
integrity sha512-d+S89OqyChnY2J0O8wv8boRgnGo0tjvxkMLV78wx7h2ZyJvyeOQcBg4yrm7IxY36gxc63iOCfjjQAyhohKWJbA==
1883818838
dependencies:
1883918839
"@types/use-sync-external-store" "^0.0.3"
1884018840
use-sync-external-store "^1.0.0"

0 commit comments

Comments
 (0)