Skip to content

Commit 58aa772

Browse files
chore(deps): update dependency @reduxjs/toolkit to v2.7.0 (#1066)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5122547 commit 58aa772

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

packages/plugins/typescript/rtk-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"tslib": "^2.8.1"
5656
},
5757
"devDependencies": {
58-
"@reduxjs/toolkit": "2.6.1",
58+
"@reduxjs/toolkit": "2.7.0",
5959
"@rtk-query/graphql-request-base-query": "2.3.1",
6060
"graphql-request": "^6.0.0"
6161
},

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,11 +2295,13 @@
22952295
tslib "^2.6.2"
22962296
webcrypto-core "^1.8.0"
22972297

2298-
"@reduxjs/toolkit@2.6.1":
2299-
version "2.6.1"
2300-
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.6.1.tgz#532ef3d3f1656461b421f0ba0a4fa1628163a0c5"
2301-
integrity sha512-SSlIqZNYhqm/oMkXbtofwZSt9lrncblzo6YcZ9zoX+zLngRBrCOjK4lNLdkNucJF58RHOWrD9txT3bT3piH7Zw==
2298+
"@reduxjs/toolkit@2.7.0":
2299+
version "2.7.0"
2300+
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.7.0.tgz#6a8823aa741a5aab2a2ce58e6326243f36fe31f2"
2301+
integrity sha512-XVwolG6eTqwV0N8z/oDlN93ITCIGIop6leXlGJI/4EKy+0POYkR+ABHRSdGXY+0MQvJBP8yAzh+EYFxTuvmBiQ==
23022302
dependencies:
2303+
"@standard-schema/spec" "^1.0.0"
2304+
"@standard-schema/utils" "^0.3.0"
23032305
immer "^10.0.3"
23042306
redux "^5.0.1"
23052307
redux-thunk "^3.1.0"
@@ -2341,6 +2343,16 @@
23412343
dependencies:
23422344
"@sinonjs/commons" "^1.7.0"
23432345

2346+
"@standard-schema/spec@^1.0.0":
2347+
version "1.0.0"
2348+
resolved "https://registry.yarnpkg.com/@standard-schema/spec/-/spec-1.0.0.tgz#f193b73dc316c4170f2e82a881da0f550d551b9c"
2349+
integrity sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==
2350+
2351+
"@standard-schema/utils@^0.3.0":
2352+
version "0.3.0"
2353+
resolved "https://registry.yarnpkg.com/@standard-schema/utils/-/utils-0.3.0.tgz#3d5e608f16c2390c10528e98e59aef6bf73cae7b"
2354+
integrity sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==
2355+
23442356
"@theguild/[email protected]":
23452357
version "3.0.1"
23462358
resolved "https://registry.yarnpkg.com/@theguild/prettier-config/-/prettier-config-3.0.1.tgz#83b662197277a0de8a211c09cd43fd4cc59be614"

0 commit comments

Comments
 (0)