Skip to content

Commit

Permalink
fix(deps): update dependency @reduxjs/toolkit to v2.5.0 (#5878)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent b1366eb commit 0fb27ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "*"
},
"dependencies": {
"@reduxjs/toolkit": "2.4.0",
"@reduxjs/toolkit": "2.5.0",
"@tanstack/react-table": "8.20.5",
"@tippyjs/react": "4.2.6",
"@vscode/webview-ui-toolkit": "1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2778,10 +2778,10 @@
unbzip2-stream "1.4.3"
yargs "17.7.1"

"@reduxjs/toolkit@2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.4.0.tgz#29fd3a19530fc50d648a9b1e0132da0cd5618f19"
integrity sha512-wJZEuSKj14tvNfxiIiJws0tQN77/rDqucBq528ApebMIRHyWpCanJVQRxQ8WWZC19iCDKxDsGlbAir3F1layxA==
"@reduxjs/toolkit@2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.5.0.tgz#4679b09b4da211cb9a821803aabf86a13c96fbfa"
integrity sha512-awNe2oTodsZ6LmRqmkFhtb/KH03hUhxOamEQy411m3Njj3BbFvoBovxo4Q1cBWnV1ErprVj9MlF0UPXkng0eyg==
dependencies:
immer "^10.0.3"
redux "^5.0.1"
Expand Down

0 comments on commit 0fb27ad

Please sign in to comment.