mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-02 21:45:14 +01:00
chore: add missing workspace libs
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
"@trezor/react-utils": "workspace:*",
|
||||
"@trezor/styles": "workspace:*",
|
||||
"@trezor/theme": "workspace:*",
|
||||
"@trezor/type-utils": "workspace:*",
|
||||
"@trezor/utils": "workspace:*",
|
||||
"date-fns": "^4.1.0",
|
||||
"framer-motion": "^12.9.1",
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
{ "path": "../react-utils" },
|
||||
{ "path": "../styles" },
|
||||
{ "path": "../theme" },
|
||||
{ "path": "../type-utils" },
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../eslint" }
|
||||
]
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
"dependencies": {
|
||||
"@trezor/connect": "workspace:*",
|
||||
"@trezor/connect-common": "workspace:*",
|
||||
"@trezor/utils": "workspace:*"
|
||||
"@trezor/utils": "workspace:*",
|
||||
"@trezor/websocket-client": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
{ "path": "../connect" },
|
||||
{ "path": "../connect-common" },
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../websocket-client" },
|
||||
{ "path": "../eslint" },
|
||||
{ "path": "../type-utils" }
|
||||
]
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
{
|
||||
"path": "../utils"
|
||||
},
|
||||
{
|
||||
"path": "../websocket-client"
|
||||
},
|
||||
{
|
||||
"path": "../eslint"
|
||||
},
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"@suite-common/wallet-utils": "workspace:*",
|
||||
"@trezor/blockchain-link-types": "workspace:*",
|
||||
"@trezor/components": "workspace:*",
|
||||
"@trezor/device-utils": "workspace:*",
|
||||
"@trezor/dom-utils": "workspace:*",
|
||||
"@trezor/env-utils": "workspace:*",
|
||||
"@trezor/react-utils": "workspace:*",
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
},
|
||||
{ "path": "../blockchain-link-types" },
|
||||
{ "path": "../components" },
|
||||
{ "path": "../device-utils" },
|
||||
{ "path": "../dom-utils" },
|
||||
{ "path": "../env-utils" },
|
||||
{ "path": "../react-utils" },
|
||||
|
||||
@@ -62,6 +62,8 @@
|
||||
"@playwright/browser-webkit": "^1.51.0",
|
||||
"@playwright/test": "^1.51.0",
|
||||
"@sentry/webpack-plugin": "^2.22.7",
|
||||
"@trezor/device-utils": "workspace:*",
|
||||
"@trezor/protobuf": "workspace:*",
|
||||
"@trezor/trezor-user-env-link": "workspace:*",
|
||||
"@trezor/type-utils": "workspace:*",
|
||||
"@types/electron-localshortcut": "^3.1.3",
|
||||
|
||||
@@ -45,6 +45,8 @@
|
||||
{ "path": "../transport-bridge" },
|
||||
{ "path": "../urls" },
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../device-utils" },
|
||||
{ "path": "../protobuf" },
|
||||
{ "path": "../trezor-user-env-link" },
|
||||
{ "path": "../type-utils" }
|
||||
]
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@trezor/transport": "workspace:*",
|
||||
"@trezor/type-utils": "workspace:*",
|
||||
"react-native-ble-plx": "3.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": { "outDir": "libDev" },
|
||||
"references": [{ "path": "../transport" }]
|
||||
"references": [
|
||||
{ "path": "../transport" },
|
||||
{ "path": "../type-utils" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
"dependencies": {
|
||||
"@trezor/protobuf": "workspace:*",
|
||||
"@trezor/protocol": "workspace:*",
|
||||
"@trezor/type-utils": "workspace:*",
|
||||
"@trezor/utils": "workspace:*",
|
||||
"cross-fetch": "^4.0.0",
|
||||
"usb": "^2.15.0"
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"references": [
|
||||
{ "path": "../protobuf" },
|
||||
{ "path": "../protocol" },
|
||||
{ "path": "../type-utils" },
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../eslint" },
|
||||
{ "path": "../trezor-user-env-link" }
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
{
|
||||
"path": "../protocol"
|
||||
},
|
||||
{
|
||||
"path": "../type-utils"
|
||||
},
|
||||
{
|
||||
"path": "../utils"
|
||||
},
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@trezor/type-utils": "workspace:*",
|
||||
"tsx": "^4.19.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -5,5 +5,8 @@
|
||||
"outDir": "./libDev"
|
||||
},
|
||||
"include": ["."],
|
||||
"references": [{ "path": "../eslint" }]
|
||||
"references": [
|
||||
{ "path": "../eslint" },
|
||||
{ "path": "../type-utils" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"references": [
|
||||
{
|
||||
"path": "../eslint"
|
||||
},
|
||||
{
|
||||
"path": "../type-utils"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11662,6 +11662,7 @@ __metadata:
|
||||
"@trezor/react-utils": "workspace:*"
|
||||
"@trezor/styles": "workspace:*"
|
||||
"@trezor/theme": "workspace:*"
|
||||
"@trezor/type-utils": "workspace:*"
|
||||
"@trezor/utils": "workspace:*"
|
||||
"@types/react": "npm:18.2.55"
|
||||
"@types/react-date-range": "npm:^1.4.10"
|
||||
@@ -11957,6 +11958,7 @@ __metadata:
|
||||
"@trezor/eslint": "workspace:*"
|
||||
"@trezor/type-utils": "workspace:*"
|
||||
"@trezor/utils": "workspace:*"
|
||||
"@trezor/websocket-client": "workspace:*"
|
||||
"@types/chrome": "npm:^0.0.299"
|
||||
"@types/w3c-web-usb": "npm:^1.0.10"
|
||||
babel-loader: "npm:^10.0.0"
|
||||
@@ -12181,6 +12183,7 @@ __metadata:
|
||||
"@suite-common/wallet-utils": "workspace:*"
|
||||
"@trezor/blockchain-link-types": "workspace:*"
|
||||
"@trezor/components": "workspace:*"
|
||||
"@trezor/device-utils": "workspace:*"
|
||||
"@trezor/dom-utils": "workspace:*"
|
||||
"@trezor/env-utils": "workspace:*"
|
||||
"@trezor/eslint": "workspace:*"
|
||||
@@ -12429,10 +12432,12 @@ __metadata:
|
||||
"@trezor/connect": "workspace:*"
|
||||
"@trezor/connect-common": "workspace:*"
|
||||
"@trezor/connect-web": "workspace:*"
|
||||
"@trezor/device-utils": "workspace:*"
|
||||
"@trezor/env-utils": "workspace:*"
|
||||
"@trezor/eslint": "workspace:*"
|
||||
"@trezor/ipc-proxy": "workspace:*"
|
||||
"@trezor/node-utils": "workspace:*"
|
||||
"@trezor/protobuf": "workspace:*"
|
||||
"@trezor/request-manager": "workspace:*"
|
||||
"@trezor/suite": "workspace:*"
|
||||
"@trezor/suite-desktop-api": "workspace:*"
|
||||
@@ -12757,6 +12762,7 @@ __metadata:
|
||||
resolution: "@trezor/transport-native-bluetooth@workspace:packages/transport-native-bluetooth"
|
||||
dependencies:
|
||||
"@trezor/transport": "workspace:*"
|
||||
"@trezor/type-utils": "workspace:*"
|
||||
react-native-ble-plx: "npm:3.5.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -12800,6 +12806,7 @@ __metadata:
|
||||
"@trezor/protobuf": "workspace:*"
|
||||
"@trezor/protocol": "workspace:*"
|
||||
"@trezor/trezor-user-env-link": "workspace:*"
|
||||
"@trezor/type-utils": "workspace:*"
|
||||
"@trezor/utils": "workspace:*"
|
||||
"@types/bytebuffer": "npm:^5.0.49"
|
||||
"@types/sharedworker": "npm:^0.0.143"
|
||||
@@ -12846,6 +12853,7 @@ __metadata:
|
||||
resolution: "@trezor/utils@workspace:packages/utils"
|
||||
dependencies:
|
||||
"@trezor/eslint": "workspace:*"
|
||||
"@trezor/type-utils": "workspace:*"
|
||||
bignumber.js: "npm:^9.3.0"
|
||||
tsx: "npm:^4.19.3"
|
||||
peerDependencies:
|
||||
|
||||
Reference in New Issue
Block a user