Skip to content

Commit

Permalink
chore(pnpm): upgrade TypeScript (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Jul 25, 2024
1 parent 007c7b4 commit 98f0527
Show file tree
Hide file tree
Showing 17 changed files with 120 additions and 120 deletions.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ts-loader": "^9.5.1",
"ts-node": "10.9.2",
"tsup": "^8.2.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/backtesting": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/backtesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/bot-processor": "workspace:*",
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 @@ -21,7 +21,7 @@
"eslint": "8.57.0",
"ts-node": "10.9.2",
"tslib": "^2.6.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/exchanges": "workspace:*",
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 @@ -29,7 +29,7 @@
"eslint": "8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/bot-processor": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/bot-templates": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/serve-handler": "^6.1.4",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/bot": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@opentrader/types": "workspace:*",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/prisma": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@eslint/js": "^9.7.0",
"@types/eslint__js": "^8.42.3",
"eslint": "8.57.0",
"typescript": "5.5.3",
"typescript": "5.5.4",
"typescript-eslint": "^7.17.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/exchanges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@opentrader/types": "workspace:*",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/db": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/indicators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"ts-node": "10.9.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"technicalindicators": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^20.14.12",
"ts-node": "10.9.2",
"tsx": "^4.16.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/tools": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/bot-processor": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"tsup": "^8.2.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@opentrader/types": "workspace:*",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@opentrader/bot-processor": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@opentrader/tsconfig": "workspace:*",
"eslint": "8.57.0",
"tsup": "^8.2.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 98f0527

Please sign in to comment.