Skip to content

Commit f237f2c

Browse files
fix(deps): update dependency @reduxjs/toolkit to v2.3.0 (#5787)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7cfc549 commit f237f2c

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
@@ -21,7 +21,7 @@
2121
"typescript": "*"
2222
},
2323
"dependencies": {
24-
"@reduxjs/toolkit": "2.2.8",
24+
"@reduxjs/toolkit": "2.3.0",
2525
"@tanstack/react-table": "8.20.5",
2626
"@tippyjs/react": "4.2.6",
2727
"@vscode/webview-ui-toolkit": "1.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,10 +2916,10 @@
29162916
unbzip2-stream "1.4.3"
29172917
yargs "17.7.1"
29182918

2919-
"@reduxjs/toolkit@2.2.8":
2920-
version "2.2.8"
2921-
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.2.8.tgz#69e6473dd5a395860d387abdd53fe5a2add378c8"
2922-
integrity sha512-eK/ieXftPRQfaBSmzsamXEyDwkntMTY0e9SG5ETsEOv5JIPKhu3mj992t6B8FJjlnSrZBAAqdT8oMkPe4j+P9g==
2919+
"@reduxjs/toolkit@2.3.0":
2920+
version "2.3.0"
2921+
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.3.0.tgz#d00134634d6c1678e8563ac50026e429e3b64420"
2922+
integrity sha512-WC7Yd6cNGfHx8zf+iu+Q1UPTfEcXhQ+ATi7CV1hlrSAaQBdlPzg7Ww/wJHNQem7qG9rxmWoFCDCPubSvFObGzA==
29232923
dependencies:
29242924
immer "^10.0.3"
29252925
redux "^5.0.1"

0 commit comments

Comments
 (0)