Skip to content

Commit cd038a8

Browse files
committed
chore: upgrade @reduxjs/toolkit to v2.9.1
1 parent 95fdf69 commit cd038a8

File tree

67 files changed

+136
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+136
-136
lines changed

packages/suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@hookform/resolvers": "^5.2.2",
2626
"@mobily/ts-belt": "^3.13.1",
2727
"@noble/hashes": "^2.0.1",
28-
"@reduxjs/toolkit": "2.9.0",
28+
"@reduxjs/toolkit": "2.9.1",
2929
"@sentry/core": "8.55.0",
3030
"@solana/kit": "^2.3.0",
3131
"@suite-common/analytics": "workspace:*",

suite-common/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:unit": "yarn g:jest -c ../../jest.config.base.js"
1212
},
1313
"dependencies": {
14-
"@reduxjs/toolkit": "2.9.0",
14+
"@reduxjs/toolkit": "2.9.1",
1515
"@suite-common/redux-utils": "workspace:*",
1616
"@suite-common/suite-constants": "workspace:*",
1717
"@suite-common/trading": "workspace:*",

suite-common/bluetooth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type-check": "yarn g:tsc --build"
1212
},
1313
"dependencies": {
14-
"@reduxjs/toolkit": "2.9.0",
14+
"@reduxjs/toolkit": "2.9.1",
1515
"@suite-common/redux-utils": "workspace:*",
1616
"@suite-common/suite-types": "workspace:*",
1717
"@suite-common/test-utils": "workspace:*",

suite-common/connect-init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test-unit:watch": "yarn g:jest -c ../../jest.config.base.js -o --watch"
1313
},
1414
"dependencies": {
15-
"@reduxjs/toolkit": "2.9.0",
15+
"@reduxjs/toolkit": "2.9.1",
1616
"@suite-common/firmware": "workspace:*",
1717
"@suite-common/message-system": "workspace:*",
1818
"@suite-common/redux-utils": "workspace:*",

suite-common/connect-popup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type-check": "yarn g:tsc --build tsconfig.json"
1111
},
1212
"dependencies": {
13-
"@reduxjs/toolkit": "2.9.0",
13+
"@reduxjs/toolkit": "2.9.1",
1414
"@suite-common/analytics": "workspace:*",
1515
"@suite-common/redux-utils": "workspace:*",
1616
"@suite-common/toast-notifications": "workspace:*",

suite-common/device-authenticity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type-check": "yarn g:tsc --build"
1212
},
1313
"dependencies": {
14-
"@reduxjs/toolkit": "2.9.0",
14+
"@reduxjs/toolkit": "2.9.1",
1515
"@suite-common/redux-utils": "workspace:*",
1616
"@suite-common/suite-types": "workspace:*",
1717
"@suite-common/test-utils": "workspace:*",

suite-common/firmware-authenticity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type-check": "yarn g:tsc --build"
1111
},
1212
"dependencies": {
13-
"@reduxjs/toolkit": "2.9.0",
13+
"@reduxjs/toolkit": "2.9.1",
1414
"@suite-common/firmware": "workspace:*",
1515
"@suite-common/redux-utils": "workspace:*",
1616
"@suite-common/suite-utils": "workspace:*",

suite-common/firmware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type-check": "yarn g:tsc --build"
1111
},
1212
"dependencies": {
13-
"@reduxjs/toolkit": "2.9.0",
13+
"@reduxjs/toolkit": "2.9.1",
1414
"@suite-common/redux-utils": "workspace:*",
1515
"@suite-common/suite-types": "workspace:*",
1616
"@suite-common/suite-utils": "workspace:*",

suite-common/geolocation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type-check": "yarn g:tsc --build"
1111
},
1212
"dependencies": {
13-
"@reduxjs/toolkit": "2.9.0",
13+
"@reduxjs/toolkit": "2.9.1",
1414
"@suite-common/redux-utils": "workspace:*",
1515
"@trezor/urls": "workspace:*"
1616
}

suite-common/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@mobily/ts-belt": "^3.13.1",
15-
"@reduxjs/toolkit": "2.9.0",
15+
"@reduxjs/toolkit": "2.9.1",
1616
"@suite-common/fiat-services": "workspace:*",
1717
"@suite-common/wallet-config": "workspace:*",
1818
"@suite-common/wallet-core": "workspace:*",

0 commit comments

Comments
 (0)