Skip to content

Commit d82870a

Browse files
fix(deps): update dependency @reduxjs/toolkit to v2.7.0 (#914)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f631f2 commit d82870a

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@radix-ui/react-slot": "1.2.0",
4646
"@radix-ui/react-switch": "1.1.4",
4747
"@radix-ui/themes": "3.2.1",
48-
"@reduxjs/toolkit": "2.6.1",
48+
"@reduxjs/toolkit": "2.7.0",
4949
"@sentry/react": "9.12.0",
5050
"class-variance-authority": "0.7.1",
5151
"clsx": "2.1.1",

yarn.lock

+21-5
Original file line numberDiff line numberDiff line change
@@ -3889,10 +3889,12 @@ __metadata:
38893889
languageName: node
38903890
linkType: hard
38913891

3892-
"@reduxjs/toolkit@npm:2.6.1":
3893-
version: 2.6.1
3894-
resolution: "@reduxjs/toolkit@npm:2.6.1"
3892+
"@reduxjs/toolkit@npm:2.7.0":
3893+
version: 2.7.0
3894+
resolution: "@reduxjs/toolkit@npm:2.7.0"
38953895
dependencies:
3896+
"@standard-schema/spec": "npm:^1.0.0"
3897+
"@standard-schema/utils": "npm:^0.3.0"
38963898
immer: "npm:^10.0.3"
38973899
redux: "npm:^5.0.1"
38983900
redux-thunk: "npm:^3.1.0"
@@ -3905,7 +3907,7 @@ __metadata:
39053907
optional: true
39063908
react-redux:
39073909
optional: true
3908-
checksum: 10c0/6ae5db267f2b0a9da8b59080797c5adb1b92b50c0f2bdd933470206285d684b79ed2b1c4e2d7a0fb4aa9e3772d0e215fdcd3a8e4a4a2aac81400fcd790dbd6cd
3910+
checksum: 10c0/33b01093b6959625c0fb7da1fc69706d2c3fcc31d36cd4d36877a2f63d59b5474b641671f5876170812592a0d8e80f25da3ff7272202df520ef2e391b85b9592
39093911
languageName: node
39103912
linkType: hard
39113913

@@ -4601,6 +4603,20 @@ __metadata:
46014603
languageName: node
46024604
linkType: hard
46034605

4606+
"@standard-schema/spec@npm:^1.0.0":
4607+
version: 1.0.0
4608+
resolution: "@standard-schema/spec@npm:1.0.0"
4609+
checksum: 10c0/a1ab9a8bdc09b5b47aa8365d0e0ec40cc2df6437be02853696a0e377321653b0d3ac6f079a8c67d5ddbe9821025584b1fb71d9cc041a6666a96f1fadf2ece15f
4610+
languageName: node
4611+
linkType: hard
4612+
4613+
"@standard-schema/utils@npm:^0.3.0":
4614+
version: 0.3.0
4615+
resolution: "@standard-schema/utils@npm:0.3.0"
4616+
checksum: 10c0/6eb74cd13e52d5fc74054df51e37d947ef53f3ab9e02c085665dcca3c38c60ece8d735cebbdf18fbb13c775fbcb9becb3f53109b0e092a63f0f7389ce0993fd0
4617+
languageName: node
4618+
linkType: hard
4619+
46044620
"@swc/core-darwin-arm64@npm:1.11.21":
46054621
version: 1.11.21
46064622
resolution: "@swc/core-darwin-arm64@npm:1.11.21"
@@ -13959,7 +13975,7 @@ __metadata:
1395913975
"@radix-ui/react-slot": "npm:1.2.0"
1396013976
"@radix-ui/react-switch": "npm:1.1.4"
1396113977
"@radix-ui/themes": "npm:3.2.1"
13962-
"@reduxjs/toolkit": "npm:2.6.1"
13978+
"@reduxjs/toolkit": "npm:2.7.0"
1396313979
"@semantic-release/changelog": "npm:6.0.3"
1396413980
"@semantic-release/commit-analyzer": "npm:13.0.1"
1396513981
"@semantic-release/git": "npm:10.0.1"

0 commit comments

Comments
 (0)