mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 18:02:16 +01:00
fix: magic fix for extra in middlewares fix(suite): make sure that the thunk middleware is added first so that other middlewares also can use it
30 lines
965 B
JSON
30 lines
965 B
JSON
{
|
|
"name": "@suite-common/test-utils",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@reduxjs/toolkit": "2.10.1",
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/suite-sync-storage": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/device-utils": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"core-js": "^3.46.0",
|
|
"fake-indexeddb": "^6.2.4",
|
|
"redux": "^5.0.1",
|
|
"redux-thunk": "^3.1.0"
|
|
}
|
|
}
|