chore(suite): Update tsx

This commit is contained in:
Jan Václavík
2025-06-24 14:19:56 +02:00
parent 8f2b666eb4
commit 1a1786a1ab
28 changed files with 58 additions and 58 deletions

View File

@@ -135,7 +135,7 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tsx": "^4.19.3",
"tsx": "^4.20.3",
"typescript": "5.8.3",
"version-bump-prompt": "^6.1.0"
},

View File

@@ -23,7 +23,7 @@
},
"devDependencies": {
"@trezor/type-utils": "workspace:*",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
},
"peerDependencies": {
"tslib": "^2.6.2"

View File

@@ -34,7 +34,7 @@
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/eslint": "workspace:*",
"@trezor/type-utils": "workspace:*",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
},
"peerDependencies": {
"tslib": "^2.6.2"

View File

@@ -64,7 +64,7 @@
"@trezor/type-utils": "workspace:*",
"html-webpack-plugin": "^5.6.3",
"tiny-worker": "^2.3.0",
"tsx": "^4.19.3",
"tsx": "^4.20.3",
"webpack": "5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",

View File

@@ -46,6 +46,6 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"tsx": "^4.19.3"
"tsx": "^4.20.3"
}
}

View File

@@ -9,6 +9,6 @@
},
"dependencies": {
"@trezor/connect": "workspace:*",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
}
}

View File

@@ -55,7 +55,7 @@
"eslint-plugin-mdx": "^3.4.1",
"html-webpack-plugin": "^5.6.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.3",
"tsx": "^4.20.3",
"webpack": "5.99.9",
"webpack-cli": "^6.0.1"
}

View File

@@ -19,7 +19,7 @@
"prepublish": "yarn tsx ../../scripts/prepublish.js"
},
"devDependencies": {
"tsx": "^4.19.3"
"tsx": "^4.20.3"
},
"dependencies": {
"@trezor/connect": "workspace:^",

View File

@@ -62,7 +62,7 @@
"rimraf": "^6.0.1",
"selfsigned": "^2.4.1",
"terser-webpack-plugin": "^5.3.14",
"tsx": "^4.19.3",
"tsx": "^4.20.3",
"webpack": "5.99.9",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1",

View File

@@ -115,7 +115,7 @@
"node-fetch": "^2.6.4",
"node-libs-browser": "^2.2.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"tsx": "^4.20.3",
"web3-utils": "^4.3.2",
"webpack": "5.99.9",
"ws": "^8.18.0"

View File

@@ -38,6 +38,6 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"tsx": "^4.19.3"
"tsx": "^4.20.3"
}
}

View File

@@ -20,6 +20,6 @@
"prepublish": "yarn tsx ../../scripts/prepublish.js"
},
"devDependencies": {
"tsx": "^4.19.3"
"tsx": "^4.20.3"
}
}

View File

@@ -48,6 +48,6 @@
}
},
"devDependencies": {
"tsx": "^4.19.3"
"tsx": "^4.20.3"
}
}

View File

@@ -20,7 +20,7 @@
"@trezor/env-utils": "workspace:^",
"fs-extra": "^11.3.0",
"jws": "^4.0.0",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",

View File

@@ -40,7 +40,7 @@
},
"devDependencies": {
"protobufjs-cli": "^1.1.3",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
},
"peerDependencies": {
"tslib": "^2.6.2"

View File

@@ -31,6 +31,6 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"tsx": "^4.19.3"
"tsx": "^4.20.3"
}
}

View File

@@ -24,7 +24,7 @@
"@sinclair/typebox-codegen": "^0.10.4",
"@trezor/eslint": "workspace:*",
"ts-node": "^10.9.2",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
},
"dependencies": {
"@sinclair/typebox": "^0.33.7",

View File

@@ -36,7 +36,7 @@
"postcss-loader": "^8.1.1",
"simple-git": "^3.27.0",
"style-loader": "^4.0.0",
"tsx": "^4.19.3",
"tsx": "^4.20.3",
"webpack": "5.99.9",
"webpack-cli": "^6.0.1"
},

View File

@@ -78,7 +78,7 @@
"jest-diff": "^29.7.0",
"lodash": "^4.17.21",
"terser-webpack-plugin": "^5.3.14",
"tsx": "^4.19.3",
"tsx": "^4.20.3",
"webpack": "5.99.9",
"xvfb-maybe": "^0.2.1"
}

View File

@@ -44,6 +44,6 @@
"@types/react-router-dom": "^5.1.7",
"rimraf": "^6.0.1",
"stylelint": "^16.17.0",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
}
}

View File

@@ -60,7 +60,7 @@
"jest": "29.7.0",
"jest-environment-node": "^29.7.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
},
"dependencies": {
"@trezor/protobuf": "workspace:*",

View File

@@ -28,6 +28,6 @@
"prepublish": "yarn tsx ../../scripts/prepublish.js"
},
"devDependencies": {
"tsx": "^4.19.3"
"tsx": "^4.20.3"
}
}

View File

@@ -38,7 +38,7 @@
"devDependencies": {
"@trezor/eslint": "workspace:*",
"@trezor/type-utils": "workspace:*",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
},
"dependencies": {
"bignumber.js": "^9.3.0"

View File

@@ -63,7 +63,7 @@
"@types/create-hmac": "^1.1.3",
"@types/events": "^3.0.3",
"minimaldata": "^1.0.2",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
},
"peerDependencies": {
"tslib": "^2.6.2"

View File

@@ -54,6 +54,6 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"tsx": "^4.19.3"
"tsx": "^4.20.3"
}
}

View File

@@ -14,7 +14,7 @@
"minimatch": "^10.0.1",
"prettier": "3.5.3",
"sort-package-json": "^3.2.1",
"tsx": "^4.19.3",
"tsx": "^4.20.3",
"yargs": "17.7.2"
},
"devDependencies": {

View File

@@ -35,7 +35,7 @@
"devDependencies": {
"@suite-common/test-utils": "workspace:*",
"@types/fs-extra": "^11.0.4",
"tsx": "^4.19.3"
"tsx": "^4.20.3"
},
"nx": {
"targets": {

View File

@@ -9550,7 +9550,7 @@ __metadata:
react: "npm:19.0.0"
react-redux: "npm:9.2.0"
semver: "npm:^7.7.1"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
languageName: unknown
linkType: soft
@@ -11624,7 +11624,7 @@ __metadata:
dependencies:
"@trezor/type-utils": "workspace:*"
"@trezor/utxo-lib": "workspace:*"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
peerDependencies:
tslib: ^2.6.2
languageName: unknown
@@ -11645,7 +11645,7 @@ __metadata:
"@trezor/eslint": "workspace:*"
"@trezor/type-utils": "workspace:*"
"@trezor/utils": "workspace:*"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
xrpl: "npm:^4.3.0"
peerDependencies:
tslib: ^2.6.2
@@ -11676,7 +11676,7 @@ __metadata:
html-webpack-plugin: "npm:^5.6.3"
socks-proxy-agent: "npm:8.0.5"
tiny-worker: "npm:^2.3.0"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
webpack: "npm:5.99.9"
webpack-cli: "npm:^6.0.1"
webpack-dev-server: "npm:^5.2.2"
@@ -11783,7 +11783,7 @@ __metadata:
dependencies:
"@trezor/env-utils": "workspace:*"
"@trezor/utils": "workspace:*"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
peerDependencies:
tslib: ^2.6.2
languageName: unknown
@@ -11879,7 +11879,7 @@ __metadata:
rimraf: "npm:^6.0.1"
styled-components: "npm:^6.1.17"
swr: "npm:^2.3.3"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
webpack: "npm:5.99.9"
webpack-cli: "npm:^6.0.1"
languageName: unknown
@@ -11915,7 +11915,7 @@ __metadata:
dependencies:
"@trezor/connect": "workspace:^"
"@trezor/utils": "workspace:^"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
peerDependencies:
tslib: ^2.6.2
languageName: unknown
@@ -12044,7 +12044,7 @@ __metadata:
rimraf: "npm:^6.0.1"
selfsigned: "npm:^2.4.1"
terser-webpack-plugin: "npm:^5.3.14"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
webpack: "npm:5.99.9"
webpack-cli: "npm:^6.0.1"
webpack-merge: "npm:^6.0.1"
@@ -12128,7 +12128,7 @@ __metadata:
node-fetch: "npm:^2.6.4"
node-libs-browser: "npm:^2.2.1"
ts-node: "npm:^10.9.2"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
web3-utils: "npm:^4.3.2"
webpack: "npm:5.99.9"
ws: "npm:^8.18.0"
@@ -12141,7 +12141,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/crypto-utils@workspace:packages/crypto-utils"
dependencies:
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
peerDependencies:
tslib: ^2.6.2
languageName: unknown
@@ -12151,7 +12151,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/device-utils@workspace:packages/device-utils"
dependencies:
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
languageName: unknown
linkType: soft
@@ -12175,7 +12175,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/env-utils@workspace:packages/env-utils"
dependencies:
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
ua-parser-js: "npm:^2.0.3"
peerDependencies:
expo-constants: "*"
@@ -12221,7 +12221,7 @@ __metadata:
"@types/jws": "npm:^3.2.10"
fs-extra: "npm:^11.3.0"
jws: "npm:^4.0.0"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
languageName: unknown
linkType: soft
@@ -12286,7 +12286,7 @@ __metadata:
long: "npm:5.2.5"
protobufjs: "npm:7.4.0"
protobufjs-cli: "npm:^1.1.3"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
peerDependencies:
tslib: ^2.6.2
languageName: unknown
@@ -12296,7 +12296,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/protocol@workspace:packages/protocol"
dependencies:
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
peerDependencies:
tslib: ^2.6.2
languageName: unknown
@@ -12346,7 +12346,7 @@ __metadata:
"@trezor/eslint": "workspace:*"
ts-mixer: "npm:^6.0.3"
ts-node: "npm:^10.9.2"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
peerDependencies:
tslib: ^2.6.2
languageName: unknown
@@ -12366,7 +12366,7 @@ __metadata:
semver: "npm:^7.7.1"
sort-package-json: "npm:^3.2.1"
tar: "npm:^7.0.1"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
yargs: "npm:17.7.2"
languageName: unknown
linkType: soft
@@ -12464,7 +12464,7 @@ __metadata:
semver: "npm:^7.7.1"
simple-git: "npm:^3.27.0"
style-loader: "npm:^4.0.0"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
webpack: "npm:5.99.9"
webpack-cli: "npm:^6.0.1"
languageName: unknown
@@ -12537,7 +12537,7 @@ __metadata:
passport-desktop: "npm:^0.1.2"
systeminformation: "npm:^5.25.11"
terser-webpack-plugin: "npm:^5.3.14"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
webpack: "npm:5.99.9"
ws: "npm:^8.18.0"
xvfb-maybe: "npm:^0.2.1"
@@ -12630,7 +12630,7 @@ __metadata:
react-router-dom: "npm:^5.2.0"
rimraf: "npm:^6.0.1"
stylelint: "npm:^16.17.0"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
languageName: unknown
linkType: soft
@@ -12871,7 +12871,7 @@ __metadata:
jest: "npm:29.7.0"
jest-environment-node: "npm:^29.7.0"
ts-node: "npm:^10.9.2"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
usb: "npm:^2.15.0"
peerDependencies:
tslib: ^2.6.2
@@ -12894,7 +12894,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/type-utils@workspace:packages/type-utils"
dependencies:
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
languageName: unknown
linkType: soft
@@ -12911,7 +12911,7 @@ __metadata:
"@trezor/eslint": "workspace:*"
"@trezor/type-utils": "workspace:*"
bignumber.js: "npm:^9.3.0"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
peerDependencies:
tslib: ^2.6.2
languageName: unknown
@@ -12941,7 +12941,7 @@ __metadata:
minimaldata: "npm:^1.0.2"
pushdata-bitcoin: "npm:^1.0.1"
tiny-secp256k1: "npm:^1.1.6"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
typeforce: "npm:^1.18.0"
varuint-bitcoin: "npm:2.0.0"
wif: "npm:^5.0.0"
@@ -12967,7 +12967,7 @@ __metadata:
resolution: "@trezor/websocket-client@workspace:packages/websocket-client"
dependencies:
"@trezor/utils": "workspace:*"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
ws: "npm:^8.18.0"
peerDependencies:
tslib: ^2.6.2
@@ -18683,7 +18683,7 @@ __metadata:
resolution: "connect-example-node@workspace:packages/connect-examples/node"
dependencies:
"@trezor/connect": "workspace:*"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
languageName: unknown
linkType: soft
@@ -39918,7 +39918,7 @@ __metadata:
rimraf: "npm:^6.0.1"
ts-node: "npm:^10.9.2"
tslib: "npm:^2.6.2"
tsx: "npm:^4.19.3"
tsx: "npm:^4.20.3"
typescript: "npm:5.8.3"
version-bump-prompt: "npm:^6.1.0"
dependenciesMeta:
@@ -40148,9 +40148,9 @@ __metadata:
languageName: node
linkType: hard
"tsx@npm:^4.19.3":
version: 4.19.3
resolution: "tsx@npm:4.19.3"
"tsx@npm:^4.20.3":
version: 4.20.3
resolution: "tsx@npm:4.20.3"
dependencies:
esbuild: "npm:~0.25.0"
fsevents: "npm:~2.3.3"
@@ -40160,7 +40160,7 @@ __metadata:
optional: true
bin:
tsx: dist/cli.mjs
checksum: 10/a7e7f41e5593b242772050abacf51908aa8a6d4d9ea6c29e80161eb557d664a0f4cc8d38d0c8c151fddb6c2e9e337af27ba0e269c9707ccd7eeff0e0ea7fcf98
checksum: 10/62f40d06a41deebd51690b086f4387d842a826542639b6a26fd6cf09158c6b44956ca9d9088146330ab0622587b2329981cc3584b89025040f3aa100c50ac13c
languageName: node
linkType: hard