fix(deps): update dependency @reduxjs/toolkit to ^2.7.0

This commit is contained in:
renovate[bot]
2025-04-16 18:48:12 +00:00
committed by GitHub
parent ac7a78bdc0
commit cf9321de23
2 changed files with 19 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
"@mantine/notifications": "^7.17.4",
"@mantine/spotlight": "^7.17.4",
"@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.6.1",
"@reduxjs/toolkit": "^2.7.0",
"axios": "^1.8.4",
"dayjs": "^1.11.13",
"escape-string-regexp": "^5.0.0",
@@ -1888,11 +1888,13 @@
}
},
"node_modules/@reduxjs/toolkit": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.6.1.tgz",
"integrity": "sha512-SSlIqZNYhqm/oMkXbtofwZSt9lrncblzo6YcZ9zoX+zLngRBrCOjK4lNLdkNucJF58RHOWrD9txT3bT3piH7Zw==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.7.0.tgz",
"integrity": "sha512-XVwolG6eTqwV0N8z/oDlN93ITCIGIop6leXlGJI/4EKy+0POYkR+ABHRSdGXY+0MQvJBP8yAzh+EYFxTuvmBiQ==",
"license": "MIT",
"dependencies": {
"@standard-schema/spec": "^1.0.0",
"@standard-schema/utils": "^0.3.0",
"immer": "^10.0.3",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
@@ -2198,6 +2200,18 @@
"devOptional": true,
"license": "MIT"
},
"node_modules/@standard-schema/spec": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
"integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
"license": "MIT"
},
"node_modules/@standard-schema/utils": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz",
"integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==",
"license": "MIT"
},
"node_modules/@testing-library/dom": {
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz",

View File

@@ -26,7 +26,7 @@
"@mantine/notifications": "^7.17.4",
"@mantine/spotlight": "^7.17.4",
"@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.6.1",
"@reduxjs/toolkit": "^2.7.0",
"axios": "^1.8.4",
"dayjs": "^1.11.13",
"escape-string-regexp": "^5.0.0",