Skip to content

Commit

Permalink
chore(pnpm): minor dependencies upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Jul 25, 2024
1 parent 77f30a5 commit 007c7b4
Show file tree
Hide file tree
Showing 17 changed files with 289 additions and 272 deletions.
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/express": "^4.17.21",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"esbuild": "^0.23.0",
"eslint": "8.57.0",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.1",
"ts-node": "10.9.2",
"tsup": "^8.1.0",
"tsup": "^8.2.3",
"typescript": "5.5.3"
},
"dependencies": {
Expand All @@ -55,7 +55,7 @@
"execa": "^9.3.0",
"express": "^4.19.2",
"json5": "^2.2.3",
"pino": "^9.2.0",
"pino": "^9.3.1",
"pino-pretty": "^11.2.1",
"random-words": "^2.0.1",
"superjson": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/backtesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.10",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"typescript": "5.5.3"
},
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 @@ -17,7 +17,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"tslib": "^2.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/bot-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.1",
"ts-jest": "^29.2.3",
"typescript": "5.5.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/async": "^3.2.24",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@opentrader/types": "workspace:*",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"@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 @@ -17,7 +17,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"typescript": "5.5.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"next.js"
],
"devDependencies": {
"@eslint/js": "^9.6.0",
"@eslint/js": "^9.7.0",
"@types/eslint__js": "^8.42.3",
"eslint": "8.57.0",
"typescript": "5.5.3",
"typescript-eslint": "^7.16.0"
"typescript-eslint": "^7.17.0"
},
"keywords": [
"tsconfig",
Expand Down
2 changes: 1 addition & 1 deletion packages/exchanges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"typescript": "5.5.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/indicators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.1",
"ts-jest": "^29.2.3",
"ts-node": "10.9.2",
"typescript": "5.5.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
},
"dependencies": {
"chalk": "^5.3.0",
"pino": "^9.2.0",
"pino": "^9.3.1",
"pino-pretty": "^11.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@opentrader/tsconfig": "workspace:*",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"ts-node": "10.9.2",
"tsx": "^4.16.2",
"typescript": "5.5.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.1",
"ts-jest": "^29.2.3",
"typescript": "5.5.3"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@types/jest": "^29.5.12",
"eslint": "8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.1",
"tsup": "^8.1.0",
"ts-jest": "^29.2.3",
"tsup": "^8.2.3",
"typescript": "5.5.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/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.14.10",
"@types/node": "^20.14.12",
"eslint": "8.57.0",
"typescript": "5.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"eslint": "8.57.0",
"tsup": "^8.1.0",
"tsup": "^8.2.3",
"typescript": "5.5.3"
}
}
Loading

0 comments on commit 007c7b4

Please sign in to comment.