Skip to content

Commit

Permalink
chore(deps): unify ts-node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Feb 23, 2025
1 parent ce176f8 commit fd763d8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"karma-webpack": "^5.0.1",
"node-fetch": "^2.6.4",
"node-libs-browser": "^2.2.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsx": "^4.16.3",
"web3-utils": "^4.3.2",
"webpack": "^5.97.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/request-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@trezor/eslint": "workspace:*",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"ws": "^8.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/transport-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"esbuild": "^0.23.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"usb": "^2.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/w3c-web-usb": "^1.0.10",
"jest": "29.7.0",
"jest-environment-node": "^29.7.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsx": "^4.16.3"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12029,7 +12029,7 @@ __metadata:
karma-webpack: "npm:^5.0.1"
node-fetch: "npm:^2.6.4"
node-libs-browser: "npm:^2.2.1"
ts-node: "npm:^10.9.1"
ts-node: "npm:^10.9.2"
tsx: "npm:^4.16.3"
web3-utils: "npm:^4.3.2"
webpack: "npm:^5.97.1"
Expand Down Expand Up @@ -12221,7 +12221,7 @@ __metadata:
"@trezor/utils": "workspace:*"
node-fetch: "npm:^2.6.4"
socks-proxy-agent: "npm:8.0.4"
ts-node: "npm:^10.9.1"
ts-node: "npm:^10.9.2"
ws: "npm:^8.18.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12745,7 +12745,7 @@ __metadata:
esbuild: "npm:^0.23.1"
jest: "npm:^29.7.0"
jest-extended: "npm:^4.0.2"
ts-node: "npm:^10.9.1"
ts-node: "npm:^10.9.2"
usb: "npm:^2.14.0"
languageName: unknown
linkType: soft
Expand All @@ -12768,7 +12768,7 @@ __metadata:
jest: "npm:29.7.0"
jest-environment-node: "npm:^29.7.0"
protobufjs: "npm:7.4.0"
ts-node: "npm:^10.9.1"
ts-node: "npm:^10.9.2"
tsx: "npm:^4.16.3"
usb: "npm:^2.14.0"
peerDependencies:
Expand Down Expand Up @@ -41425,7 +41425,7 @@ __metadata:
languageName: node
linkType: hard

"ts-node@npm:^10.9.1, ts-node@npm:^10.9.2":
"ts-node@npm:^10.9.2":
version: 10.9.2
resolution: "ts-node@npm:10.9.2"
dependencies:
Expand Down

0 comments on commit fd763d8

Please sign in to comment.