Skip to content

Commit

Permalink
chore(pnpm): upgrade @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Dec 14, 2024
1 parent 46e25c6 commit 5c52a20
Show file tree
Hide file tree
Showing 17 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/express": "^4.17.21",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"esbuild": "^0.23.1",
"eslint": "8.57.0",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/backtesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"typescript": "5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"typescript": "5.7.2",
"vitest": "^2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"typescript": "5.7.2",
"vitest": "^2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/async": "^3.2.24",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@opentrader/types": "workspace:*",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"@types/serve-handler": "^6.1.4",
"eslint": "8.57.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"typescript": "5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"typescript": "5.7.2",
"vitest": "^2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/exchanges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"typescript": "5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/indicators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@opentrader/tsconfig": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"ts-node": "10.9.2",
"tsx": "^4.19.2",
"typescript": "5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"typescript": "5.7.2",
"vitest": "^2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"eslint": "8.57.0",
"typescript": "5.7.2"
},
Expand Down
Loading

0 comments on commit 5c52a20

Please sign in to comment.